2024-09-11T07:40:31.188 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T07:40:31.205 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:40:31.291 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236 branch: wip-guits-quincy-2024-09-10-2008-quincy description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7901236' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-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-10-2008-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: d0e6828a2016d48cf25ad84064e50742bb1c39b9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-guits-quincy-2024-09-10-2008-quincy sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 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: 2282 sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-quincy-2024-09-10-2008-quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 targets: smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNQqatdHICQsaezOIvZf8DVSqQsuRFrF04uwyDfbG96mk/M7RTOQlyY9IiOjEj0Yk11aTkCBpLvr5UYdWAkA2Zg= smithi136.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMKsxLyRwHJNsRMK+T/EdEovOPKiG7C6tb6NBjObVpMcW1sSTC/g+SDFCiVKyFIbswgfs9BvmC9DjvGHWqryHqM= tasks: - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-11_06:53:43 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-11T07:40:31.291 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa; will attempt to use it 2024-09-11T07:40:31.292 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa/tasks 2024-09-11T07:40:31.292 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T07:40:31.294 INFO:teuthology.task.internal:Checking packages... 2024-09-11T07:40:31.315 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd0e6828a2016d48cf25ad84064e50742bb1c39b9' 2024-09-11T07:40:31.315 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T07:40:31.315 INFO:teuthology.packaging:ref: None 2024-09-11T07:40:31.315 INFO:teuthology.packaging:tag: None 2024-09-11T07:40:31.315 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T07:40:31.315 INFO:teuthology.packaging:sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:40:31.315 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-10-2008-quincy 2024-09-11T07:40:31.461 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1623.gd0e6828a 2024-09-11T07:40:31.463 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T07:40:31.471 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T07:40:31.471 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T07:40:31.481 INFO:teuthology.task.internal:Saving configuration 2024-09-11T07:40:31.495 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T07:40:31.504 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T07:40:31.529 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236', '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-11 07:35:36.825329', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNQqatdHICQsaezOIvZf8DVSqQsuRFrF04uwyDfbG96mk/M7RTOQlyY9IiOjEj0Yk11aTkCBpLvr5UYdWAkA2Zg='} 2024-09-11T07:40:31.549 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi136.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236', '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-11 07:35:36.823400', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMKsxLyRwHJNsRMK+T/EdEovOPKiG7C6tb6NBjObVpMcW1sSTC/g+SDFCiVKyFIbswgfs9BvmC9DjvGHWqryHqM='} 2024-09-11T07:40:31.550 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T07:40:31.558 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-09-11T07:40:31.558 INFO:teuthology.task.internal:roles: ubuntu@smithi136.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-09-11T07:40:31.558 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T07:40:31.624 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2f59b0bac0>, signals=[15]) 2024-09-11T07:40:31.624 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T07:40:31.629 INFO:teuthology.task.internal:Opening connections... 2024-09-11T07:40:31.630 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:40:31.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:31.707 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi136.front.sepia.ceph.com 2024-09-11T07:40:31.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:40:31.780 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T07:40:31.787 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2024-09-11T07:40:31.805 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2024-09-11T07:40:31.805 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2024-09-11T07:40:31.862 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="CentOS Stream" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="9" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:ID="centos" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="9" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:40:31.863 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:40:31.864 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:40:31.864 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2024-09-11T07:40:31.884 DEBUG:teuthology.orchestra.run.smithi136:> uname -m 2024-09-11T07:40:31.902 INFO:teuthology.orchestra.run.smithi136.stdout:x86_64 2024-09-11T07:40:31.903 DEBUG:teuthology.orchestra.run.smithi136:> cat /etc/os-release 2024-09-11T07:40:31.960 INFO:teuthology.orchestra.run.smithi136.stdout:NAME="CentOS Stream" 2024-09-11T07:40:31.960 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION="9" 2024-09-11T07:40:31.960 INFO:teuthology.orchestra.run.smithi136.stdout:ID="centos" 2024-09-11T07:40:31.960 INFO:teuthology.orchestra.run.smithi136.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:VERSION_ID="9" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:ANSI_COLOR="0;31" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:40:31.961 INFO:teuthology.orchestra.run.smithi136.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:40:31.962 INFO:teuthology.lock.ops:Updating smithi136.front.sepia.ceph.com on lock server 2024-09-11T07:40:31.984 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T07:40:31.992 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T07:40:32.005 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T07:40:32.005 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:40:32.008 DEBUG:teuthology.orchestra.run.smithi136:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:40:32.025 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T07:40:32.033 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T07:40:32.033 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:40:32.066 DEBUG:teuthology.orchestra.run.smithi136:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:40:32.095 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T07:40:32.149 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T07:40:32.165 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T07:40:32.165 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T07:40:32.166 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:40:32.166 DEBUG:teuthology.orchestra.run.smithi136:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:40:32.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:40:32.184 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-09-11T07:40:32.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:40:32.185 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-09-11T07:40:32.242 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:40:32.243 INFO:teuthology.task.kernel:Running kernel on smithi073: 5.14.0-503.el9.x86_64 2024-09-11T07:40:32.243 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2024-09-11T07:40:32.244 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:40:32.244 INFO:teuthology.task.kernel:Running kernel on smithi136: 5.14.0-503.el9.x86_64 2024-09-11T07:40:32.244 DEBUG:teuthology.orchestra.run.smithi136:> sudo yum install -y kernel 2024-09-11T07:40:34.610 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.2 MB 00:00 2024-09-11T07:40:35.528 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - BaseOS 5.6 MB/s | 8.2 MB 00:01 2024-09-11T07:40:36.436 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-09-11T07:40:37.512 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - AppStream 23 MB/s | 20 MB 00:00 2024-09-11T07:40:42.154 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - CRB 8.3 MB/s | 6.5 MB 00:00 2024-09-11T07:40:42.678 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - CRB 2.7 MB/s | 6.5 MB 00:02 2024-09-11T07:40:43.613 INFO:teuthology.orchestra.run.smithi136.stdout:CentOS Stream 9 - Extras packages 75 kB/s | 19 kB 00:00 2024-09-11T07:40:44.145 INFO:teuthology.orchestra.run.smithi073.stdout:CentOS Stream 9 - Extras packages 78 kB/s | 19 kB 00:00 2024-09-11T07:40:44.367 INFO:teuthology.orchestra.run.smithi136.stdout:Extra Packages for Enterprise Linux 36 MB/s | 23 MB 00:00 2024-09-11T07:40:44.983 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-11T07:40:49.725 INFO:teuthology.orchestra.run.smithi136.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-11T07:40:50.447 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-11T07:40:51.731 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:40:51.731 INFO:teuthology.orchestra.run.smithi136.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:40:51.824 INFO:teuthology.orchestra.run.smithi136.stdout:Dependencies resolved. 2024-09-11T07:40:51.830 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-11T07:40:51.830 INFO:teuthology.orchestra.run.smithi136.stdout: Package Architecture Version Repository Size 2024-09-11T07:40:51.830 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-11T07:40:51.830 INFO:teuthology.orchestra.run.smithi136.stdout:Installing: 2024-09-11T07:40:51.830 INFO:teuthology.orchestra.run.smithi136.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:40:51.830 INFO:teuthology.orchestra.run.smithi136.stdout:Installing dependencies: 2024-09-11T07:40:51.830 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:40:51.831 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:40:51.831 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:40:51.831 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:40:51.831 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction Summary 2024-09-11T07:40:51.831 INFO:teuthology.orchestra.run.smithi136.stdout:================================================================================ 2024-09-11T07:40:51.831 INFO:teuthology.orchestra.run.smithi136.stdout:Install 4 Packages 2024-09-11T07:40:51.831 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:40:51.832 INFO:teuthology.orchestra.run.smithi136.stdout:Total download size: 79 M 2024-09-11T07:40:51.832 INFO:teuthology.orchestra.run.smithi136.stdout:Installed size: 126 M 2024-09-11T07:40:51.832 INFO:teuthology.orchestra.run.smithi136.stdout:Downloading Packages: 2024-09-11T07:40:52.034 INFO:teuthology.orchestra.run.smithi136.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 278 kB/s | 23 kB 00:00 2024-09-11T07:40:52.478 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:40:52.479 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:40:52.575 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2024-09-11T07:40:52.584 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-09-11T07:40:52.584 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2024-09-11T07:40:52.584 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout:Installing: 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout:Install 4 Packages 2024-09-11T07:40:52.585 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:40:52.586 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 79 M 2024-09-11T07:40:52.586 INFO:teuthology.orchestra.run.smithi073.stdout:Installed size: 126 M 2024-09-11T07:40:52.586 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2024-09-11T07:40:52.732 INFO:teuthology.orchestra.run.smithi073.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 182 kB/s | 23 kB 00:00 2024-09-11T07:40:53.457 INFO:teuthology.orchestra.run.smithi073.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 18 MB/s | 16 MB 00:00 2024-09-11T07:40:54.090 INFO:teuthology.orchestra.run.smithi073.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 23 MB/s | 35 MB 00:01 2024-09-11T07:40:54.350 INFO:teuthology.orchestra.run.smithi073.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 18 MB/s | 29 MB 00:01 2024-09-11T07:40:54.350 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:40:54.350 INFO:teuthology.orchestra.run.smithi073.stdout:Total 45 MB/s | 79 MB 00:01 2024-09-11T07:40:54.709 INFO:teuthology.orchestra.run.smithi136.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 5.7 MB/s | 16 MB 00:02 2024-09-11T07:40:55.031 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2024-09-11T07:40:55.372 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2024-09-11T07:40:55.372 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2024-09-11T07:40:56.349 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2024-09-11T07:40:56.350 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2024-09-11T07:40:57.709 INFO:teuthology.orchestra.run.smithi136.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 5.0 MB/s | 29 MB 00:05 2024-09-11T07:40:58.092 INFO:teuthology.orchestra.run.smithi136.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 5.6 MB/s | 35 MB 00:06 2024-09-11T07:40:58.093 INFO:teuthology.orchestra.run.smithi136.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:40:58.093 INFO:teuthology.orchestra.run.smithi136.stdout:Total 13 MB/s | 79 MB 00:06 2024-09-11T07:40:58.776 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction check 2024-09-11T07:40:58.817 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2024-09-11T07:40:59.125 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction check succeeded. 2024-09-11T07:40:59.125 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction test 2024-09-11T07:40:59.486 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:40:59.566 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:41:00.096 INFO:teuthology.orchestra.run.smithi136.stdout:Transaction test succeeded. 2024-09-11T07:41:00.096 INFO:teuthology.orchestra.run.smithi136.stdout:Running transaction 2024-09-11T07:41:02.344 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:41:02.475 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:41:02.546 INFO:teuthology.orchestra.run.smithi136.stdout: Preparing : 1/1 2024-09-11T07:41:03.183 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:41:03.267 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:41:06.049 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:41:06.192 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:41:07.309 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:41:07.351 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:10.998 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:41:11.108 INFO:teuthology.orchestra.run.smithi136.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:12.186 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:15.947 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:50.477 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:50.516 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:50.870 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:50.870 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:41:50.870 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:41:50.870 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:41:51.762 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:51.762 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:41:51.762 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2024-09-11T07:41:51.762 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:41:51.762 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:41:51.762 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:41:51.762 INFO:teuthology.orchestra.run.smithi073.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:41:51.762 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:41:51.763 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2024-09-11T07:41:52.148 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:41:52.231 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:41:52.232 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:41:52.232 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-11T07:41:52.232 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:41:52.232 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:41:52.232 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T07:41:52.232 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:41:52.232 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:41:52.291 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:41:52.291 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:41:52.292 DEBUG:teuthology.orchestra.run.smithi073:> sudo rpm -qi grub2-tools 2024-09-11T07:41:52.332 INFO:teuthology.orchestra.run.smithi073.stdout:Name : grub2-tools 2024-09-11T07:41:52.332 INFO:teuthology.orchestra.run.smithi073.stdout:Epoch : 1 2024-09-11T07:41:52.332 INFO:teuthology.orchestra.run.smithi073.stdout:Version : 2.06 2024-09-11T07:41:52.332 INFO:teuthology.orchestra.run.smithi073.stdout:Release : 82.el9 2024-09-11T07:41:52.332 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: x86_64 2024-09-11T07:41:52.332 INFO:teuthology.orchestra.run.smithi073.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:41:52.332 INFO:teuthology.orchestra.run.smithi073.stdout:Group : Unspecified 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Size : 8274670 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:License : GPLv3+ 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Packager : builder@centos.org 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Vendor : CentOS 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Summary : Support tools for GRUB. 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:Description : 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:41:52.333 INFO:teuthology.orchestra.run.smithi073.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:41:52.334 INFO:teuthology.orchestra.run.smithi073.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:41:52.334 INFO:teuthology.orchestra.run.smithi073.stdout:hardware devices. 2024-09-11T07:41:52.334 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:41:52.334 INFO:teuthology.orchestra.run.smithi073.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:41:52.335 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:41:52.335 INFO:teuthology.task.kernel:Updating grub on smithi073 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:41:52.335 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:41:53.010 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2024-09-11T07:41:54.334 INFO:teuthology.orchestra.run.smithi073.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:41:54.357 INFO:teuthology.orchestra.run.smithi073.stderr:done 2024-09-11T07:41:54.360 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2024-09-11T07:41:54.376 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.wdTJEuh8Is 2024-09-11T07:41:54.376 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wdTJEuh8Is 2024-09-11T07:41:54.443 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.wdTJEuh8Is 2024-09-11T07:41:54.540 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:54.586 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:54.588 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.wdTJEuh8Is is 6KB 2024-09-11T07:41:54.636 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.wdTJEuh8Is 2024-09-11T07:41:54.652 DEBUG:teuthology.orchestra.run.smithi073:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:41:54.715 INFO:teuthology.orchestra.run.smithi073.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:41:54.715 INFO:teuthology.orchestra.run.smithi073.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:41:54.715 INFO:teuthology.orchestra.run.smithi073.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:41:54.715 INFO:teuthology.orchestra.run.smithi073.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:41:54.716 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:41:54.863 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2024-09-11T07:41:54.922 INFO:teuthology.orchestra.run.smithi136.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:54.922 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:41:54.923 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:41:54.923 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout:Installed: 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:41:55.814 INFO:teuthology.orchestra.run.smithi136.stdout:Complete! 2024-09-11T07:41:56.174 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:41:56.257 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:41:56.257 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:41:56.257 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-11T07:41:56.258 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:41:56.258 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:41:56.258 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T07:41:56.258 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi136.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:41:56.258 DEBUG:teuthology.orchestra.run.smithi136:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:41:56.317 INFO:teuthology.orchestra.run.smithi136.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:41:56.317 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:41:56.317 DEBUG:teuthology.orchestra.run.smithi136:> sudo rpm -qi grub2-tools 2024-09-11T07:41:56.349 INFO:teuthology.orchestra.run.smithi136.stdout:Name : grub2-tools 2024-09-11T07:41:56.349 INFO:teuthology.orchestra.run.smithi136.stdout:Epoch : 1 2024-09-11T07:41:56.349 INFO:teuthology.orchestra.run.smithi136.stdout:Version : 2.06 2024-09-11T07:41:56.349 INFO:teuthology.orchestra.run.smithi136.stdout:Release : 82.el9 2024-09-11T07:41:56.349 INFO:teuthology.orchestra.run.smithi136.stdout:Architecture: x86_64 2024-09-11T07:41:56.349 INFO:teuthology.orchestra.run.smithi136.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Group : Unspecified 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Size : 8274670 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:License : GPLv3+ 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Packager : builder@centos.org 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Vendor : CentOS 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Summary : Support tools for GRUB. 2024-09-11T07:41:56.350 INFO:teuthology.orchestra.run.smithi136.stdout:Description : 2024-09-11T07:41:56.351 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:41:56.351 INFO:teuthology.orchestra.run.smithi136.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:41:56.351 INFO:teuthology.orchestra.run.smithi136.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:41:56.351 INFO:teuthology.orchestra.run.smithi136.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:41:56.351 INFO:teuthology.orchestra.run.smithi136.stdout:hardware devices. 2024-09-11T07:41:56.351 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:41:56.351 INFO:teuthology.orchestra.run.smithi136.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:41:56.352 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:41:56.352 INFO:teuthology.task.kernel:Updating grub on smithi136 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:41:56.352 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:41:56.981 INFO:teuthology.orchestra.run.smithi136.stderr:Generating grub configuration file ... 2024-09-11T07:41:58.255 INFO:teuthology.orchestra.run.smithi136.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:41:58.283 INFO:teuthology.orchestra.run.smithi136.stderr:done 2024-09-11T07:41:58.285 DEBUG:teuthology.orchestra.run.smithi136:> mktemp 2024-09-11T07:41:58.301 INFO:teuthology.orchestra.run.smithi136.stdout:/tmp/tmp.jB8dpmqzt7 2024-09-11T07:41:58.301 DEBUG:teuthology.orchestra.run.smithi136:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.jB8dpmqzt7 2024-09-11T07:41:58.368 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 0666 /tmp/tmp.jB8dpmqzt7 2024-09-11T07:41:58.513 DEBUG:teuthology.orchestra.remote:smithi136:/tmp/tmp.jB8dpmqzt7 is 6KB 2024-09-11T07:41:58.562 DEBUG:teuthology.orchestra.run.smithi136:> rm -fr /tmp/tmp.jB8dpmqzt7 2024-09-11T07:41:58.577 DEBUG:teuthology.orchestra.run.smithi136:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:41:58.640 INFO:teuthology.orchestra.run.smithi136.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:41:58.641 INFO:teuthology.orchestra.run.smithi136.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:41:58.641 INFO:teuthology.orchestra.run.smithi136.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:41:58.641 INFO:teuthology.orchestra.run.smithi136.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:41:58.642 DEBUG:teuthology.orchestra.run.smithi136:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:41:58.795 DEBUG:teuthology.orchestra.run.smithi136:> sudo shutdown -r now 2024-09-11T07:42:24.891 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T07:42:24.892 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-09-11T07:42:24.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:42:28.801 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T07:42:28.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-11T07:42:28.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:43:24.950 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:43:28.808 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:43:33.957 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-09-11T07:43:33.958 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:43:34.342 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-09-11T07:43:34.696 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-09-11T07:43:34.696 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:43:34.697 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-09-11T07:43:34.711 INFO:teuthology.orchestra.run.smithi073.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:43:34.711 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-11T07:43:34.711 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:43:34.711 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:43:35.712 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T07:43:35.712 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:43:35.785 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2024-09-11T07:43:35.804 DEBUG:teuthology.parallel:result is None 2024-09-11T07:43:37.809 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-11T07:43:37.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:43:39.079 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-09-11T07:43:39.580 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-11T07:43:39.580 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:43:39.580 DEBUG:teuthology.orchestra.run.smithi136:> uname -r 2024-09-11T07:43:39.636 INFO:teuthology.orchestra.run.smithi136.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:43:39.636 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-11T07:43:39.636 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:43:39.636 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:43:40.637 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T07:43:40.668 DEBUG:teuthology.orchestra.run.smithi136:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:43:40.792 INFO:teuthology.orchestra.run.smithi136.stdout:ttyS1 2024-09-11T07:43:40.815 DEBUG:teuthology.parallel:result is None 2024-09-11T07:43:40.816 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T07:43:40.824 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T07:43:40.824 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:43:40.827 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:43:40.843 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T07:43:40.890 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T07:43:40.899 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T07:43:40.899 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:43:40.902 DEBUG:teuthology.orchestra.run.smithi136:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:43:40.935 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T07:43:40.942 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T07:43:40.942 DEBUG:teuthology.orchestra.run.smithi073:> 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-11T07:43:40.974 DEBUG:teuthology.orchestra.run.smithi136:> 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-11T07:43:41.002 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:43:41.014 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:43:41.014 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:43:41.024 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:43:41.025 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T07:43:41.032 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T07:43:41.032 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:43:41.058 DEBUG:teuthology.orchestra.run.smithi136:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:43:41.091 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T07:43:41.100 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T07:43:41.100 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:43:41.126 DEBUG:teuthology.orchestra.run.smithi136:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:43:41.145 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:43:41.225 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:43:41.271 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:43:41.353 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:43:41.397 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:43:41.397 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:43:41.462 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:43:41.503 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:43:41.556 DEBUG:teuthology.orchestra.run.smithi136:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:43:41.637 DEBUG:teuthology.orchestra.run.smithi136:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:43:41.678 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-11T07:43:41.678 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:43:41.751 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2024-09-11T07:43:41.754 DEBUG:teuthology.orchestra.run.smithi136:> sudo service rsyslog restart 2024-09-11T07:43:41.809 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:43:41.856 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:43:42.099 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T07:43:42.106 INFO:teuthology.task.internal:Starting timer... 2024-09-11T07:43:42.107 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T07:43:42.125 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T07:43:42.132 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-11T07:43:42.133 DEBUG:teuthology.orchestra.run.smithi073:> sudo service auditd rotate 2024-09-11T07:43:42.202 INFO:teuthology.orchestra.run.smithi073.stdout:Rotating logs: 2024-09-11T07:43:42.204 DEBUG:teuthology.orchestra.run.smithi136:> sudo service auditd rotate 2024-09-11T07:43:42.244 INFO:teuthology.orchestra.run.smithi136.stdout:Rotating logs: 2024-09-11T07:43:42.246 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T07:43:42.246 DEBUG:teuthology.orchestra.run.smithi073:> /usr/sbin/getenforce 2024-09-11T07:43:42.289 INFO:teuthology.orchestra.run.smithi073.stdout:Permissive 2024-09-11T07:43:42.289 DEBUG:teuthology.orchestra.run.smithi136:> /usr/sbin/getenforce 2024-09-11T07:43:42.317 INFO:teuthology.orchestra.run.smithi136.stdout:Permissive 2024-09-11T07:43:42.317 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi073.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi136.front.sepia.ceph.com': 'permissive'} 2024-09-11T07:43:42.317 DEBUG:teuthology.orchestra.run.smithi073:> 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-11T07:43:42.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:43:42.354 DEBUG:teuthology.orchestra.run.smithi136:> 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-11T07:43:42.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:43:42.381 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T07:43:42.382 DEBUG:teuthology.orchestra.run.smithi073:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:43:42.422 DEBUG:teuthology.orchestra.run.smithi136:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:43:42.457 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T07:43:42.466 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T07:43:42.478 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-11T07:43:42.479 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi073.front.sepia.ceph.com,smithi136.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T07:47:25.644 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi136.front.sepia.ceph.com')] 2024-09-11T07:47:25.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-09-11T07:47:25.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:47:25.724 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-09-11T07:47:25.803 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-09-11T07:47:25.804 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-11T07:47:25.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi136.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:47:25.877 DEBUG:teuthology.orchestra.run.smithi136:> true 2024-09-11T07:47:25.952 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi136.front.sepia.ceph.com' 2024-09-11T07:47:26.043 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T07:47:26.058 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T07:47:26.059 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:47:26.059 DEBUG:teuthology.orchestra.run.smithi073:> 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-11T07:47:26.062 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:47:26.062 DEBUG:teuthology.orchestra.run.smithi136:> 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-11T07:47:26.088 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T07:47:26.091 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T07:47:26.102 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T07:47:26.105 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T07:47:26.126 INFO:teuthology.orchestra.run.smithi073.stderr:sudo: ntpd: command not found 2024-09-11T07:47:26.130 INFO:teuthology.orchestra.run.smithi136.stderr:sudo: ntpd: command not found 2024-09-11T07:47:26.137 INFO:teuthology.orchestra.run.smithi073.stdout:506 Cannot talk to daemon 2024-09-11T07:47:26.141 INFO:teuthology.orchestra.run.smithi136.stdout:506 Cannot talk to daemon 2024-09-11T07:47:26.151 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T07:47:26.155 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T07:47:26.165 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T07:47:26.169 INFO:teuthology.orchestra.run.smithi136.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T07:47:26.226 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:47:26.230 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:47:26.230 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-09-11T07:47:26.231 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:47:26.231 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:47:26.231 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:47:26.231 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:47:26.236 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:47:26.239 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:47:26.239 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-09-11T07:47:26.240 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:47:26.240 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:47:26.240 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:47:26.240 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:47:26.241 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T07:47:26.323 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9'} 2024-09-11T07:47:26.323 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-09-11T07:47:26.324 INFO:tasks.cephadm:Cluster fsid is 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:47:26.324 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T07:47:26.324 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-11T07:47:26.324 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi073': '172.21.15.73', 'mon.smithi136': '172.21.15.136'} 2024-09-11T07:47:26.324 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T07:47:26.324 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2024-09-11T07:47:26.353 DEBUG:teuthology.orchestra.run.smithi136:> sudo hostname $(hostname -s) 2024-09-11T07:47:26.378 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-09-11T07:47:26.379 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:47:26.655 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-r--r--. 1 ubuntu ubuntu 298325 Sep 11 07:47 /home/ubuntu/cephtest/cephadm 2024-09-11T07:47:26.655 DEBUG:teuthology.orchestra.run.smithi136:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:47:26.960 INFO:teuthology.orchestra.run.smithi136.stdout:-rw-r--r--. 1 ubuntu ubuntu 298325 Sep 11 07:47 /home/ubuntu/cephtest/cephadm 2024-09-11T07:47:26.960 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:47:26.977 DEBUG:teuthology.orchestra.run.smithi136:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:47:27.002 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v16.2.5 on all hosts... 2024-09-11T07:47:27.002 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 pull 2024-09-11T07:47:27.019 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 pull 2024-09-11T07:47:28.586 INFO:teuthology.orchestra.run.smithi136.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-09-11T07:47:28.686 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-09-11T07:47:46.783 INFO:teuthology.orchestra.run.smithi136.stdout:{ 2024-09-11T07:47:46.784 INFO:teuthology.orchestra.run.smithi136.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-09-11T07:47:46.784 INFO:teuthology.orchestra.run.smithi136.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-09-11T07:47:46.784 INFO:teuthology.orchestra.run.smithi136.stdout: "repo_digests": [ 2024-09-11T07:47:46.784 INFO:teuthology.orchestra.run.smithi136.stdout: "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-09-11T07:47:46.784 INFO:teuthology.orchestra.run.smithi136.stdout: "docker.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-09-11T07:47:46.784 INFO:teuthology.orchestra.run.smithi136.stdout: ] 2024-09-11T07:47:46.784 INFO:teuthology.orchestra.run.smithi136.stdout:} 2024-09-11T07:47:46.979 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:47:46.980 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-09-11T07:47:46.980 INFO:teuthology.orchestra.run.smithi073.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-09-11T07:47:46.980 INFO:teuthology.orchestra.run.smithi073.stdout: "repo_digests": [ 2024-09-11T07:47:46.980 INFO:teuthology.orchestra.run.smithi073.stdout: "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-09-11T07:47:46.980 INFO:teuthology.orchestra.run.smithi073.stdout: "docker.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-09-11T07:47:46.980 INFO:teuthology.orchestra.run.smithi073.stdout: ] 2024-09-11T07:47:46.980 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:47:46.997 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /etc/ceph 2024-09-11T07:47:47.052 DEBUG:teuthology.orchestra.run.smithi136:> sudo mkdir -p /etc/ceph 2024-09-11T07:47:47.082 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 777 /etc/ceph 2024-09-11T07:47:47.107 DEBUG:teuthology.orchestra.run.smithi136:> sudo chmod 777 /etc/ceph 2024-09-11T07:47:47.147 INFO:tasks.cephadm:Writing seed config... 2024-09-11T07:47:47.148 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T07:47:47.148 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T07:47:47.148 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T07:47:47.148 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T07:47:47.148 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T07:47:47.149 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T07:47:47.149 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T07:47:47.149 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-11T07:47:47.149 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:47:47.149 DEBUG:teuthology.orchestra.run.smithi073:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T07:47:47.165 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 = 16a271ee-7012-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-11T07:47:47.165 DEBUG:teuthology.orchestra.run.smithi073:mon.smithi073> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service 2024-09-11T07:47:47.208 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T07:47:47.208 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 16a271ee-7012-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.73 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:47:47.391 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-11T07:47:47.413 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 5.2.2 2024-09-11T07:47:47.415 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying podman|docker is present... 2024-09-11T07:47:47.416 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-11T07:47:47.435 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 5.2.2 2024-09-11T07:47:47.437 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying lvm2 is present... 2024-09-11T07:47:47.437 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying time synchronization is in place... 2024-09-11T07:47:47.437 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-enabled chrony.service 2024-09-11T07:47:47.444 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:47:47.445 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-active chrony.service 2024-09-11T07:47:47.450 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2024-09-11T07:47:47.451 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-11T07:47:47.457 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: enabled 2024-09-11T07:47:47.458 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-active chronyd.service 2024-09-11T07:47:47.464 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: active 2024-09-11T07:47:47.464 INFO:teuthology.orchestra.run.smithi073.stderr:Unit chronyd.service is enabled and running 2024-09-11T07:47:47.465 INFO:teuthology.orchestra.run.smithi073.stderr:Repeating the final host check... 2024-09-11T07:47:47.465 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-11T07:47:47.484 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 5.2.2 2024-09-11T07:47:47.486 INFO:teuthology.orchestra.run.smithi073.stderr:podman|docker (/bin/podman) is present 2024-09-11T07:47:47.486 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl is present 2024-09-11T07:47:47.486 INFO:teuthology.orchestra.run.smithi073.stderr:lvcreate is present 2024-09-11T07:47:47.486 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-enabled chrony.service 2024-09-11T07:47:47.492 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:47:47.493 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-active chrony.service 2024-09-11T07:47:47.499 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2024-09-11T07:47:47.499 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-11T07:47:47.506 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: enabled 2024-09-11T07:47:47.506 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-active chronyd.service 2024-09-11T07:47:47.512 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: active 2024-09-11T07:47:47.513 INFO:teuthology.orchestra.run.smithi073.stderr:Unit chronyd.service is enabled and running 2024-09-11T07:47:47.513 INFO:teuthology.orchestra.run.smithi073.stderr:Host looks OK 2024-09-11T07:47:47.513 INFO:teuthology.orchestra.run.smithi073.stderr:Cluster fsid: 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:47:47.513 INFO:teuthology.orchestra.run.smithi073.stderr:Acquiring lock 139892915350832 on /run/cephadm/16a271ee-7012-11ef-bcea-c7b262605968.lock 2024-09-11T07:47:47.513 INFO:teuthology.orchestra.run.smithi073.stderr:Lock 139892915350832 acquired on /run/cephadm/16a271ee-7012-11ef-bcea-c7b262605968.lock 2024-09-11T07:47:47.514 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying IP 172.21.15.73 port 3300 ... 2024-09-11T07:47:47.514 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying IP 172.21.15.73 port 6789 ... 2024-09-11T07:47:47.514 INFO:teuthology.orchestra.run.smithi073.stderr:Base mon IP is 172.21.15.73, final addrv is [v2:172.21.15.73:3300,v1:172.21.15.73:6789] 2024-09-11T07:47:47.514 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /sbin/ip route ls 2024-09-11T07:47:47.516 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.73 metric 100 2024-09-11T07:47:47.517 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 metric 100 2024-09-11T07:47:47.517 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /sbin/ip -6 route ls 2024-09-11T07:47:47.519 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-09-11T07:47:47.519 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-11T07:47:47.519 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-11T07:47:47.520 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /sbin/ip -6 addr ls 2024-09-11T07:47:47.522 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-11T07:47:47.522 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-09-11T07:47:47.522 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-11T07:47:47.522 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-11T07:47:47.522 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce7d/64 scope link noprefixroute 2024-09-11T07:47:47.522 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-11T07:47:47.523 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.0.0/20` 2024-09-11T07:47:47.523 INFO:teuthology.orchestra.run.smithi073.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-11T07:47:47.524 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-09-11T07:47:47.524 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-09-11T07:47:47.621 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-09-11T07:47:54.068 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Getting image source signatures 2024-09-11T07:47:54.068 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-09-11T07:47:54.068 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-09-11T07:47:54.068 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-09-11T07:47:56.528 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Writing manifest to image destination 2024-09-11T07:47:58.000 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-09-11T07:47:58.003 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-09-11T07:48:00.360 INFO:teuthology.orchestra.run.smithi073.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-09-11T07:48:00.897 INFO:teuthology.orchestra.run.smithi073.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-09-11T07:48:00.898 INFO:teuthology.orchestra.run.smithi073.stderr:Extracting ceph user uid/gid from container image... 2024-09-11T07:48:00.898 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-09-11T07:48:01.313 INFO:teuthology.orchestra.run.smithi073.stderr:stat: 167 167 2024-09-11T07:48:01.795 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial keys... 2024-09-11T07:48:01.795 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-09-11T07:48:02.245 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQAyS+Fm0R1vCRAARahRG3yUA8cDHZxuvmvUMw== 2024-09-11T07:48:02.809 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-09-11T07:48:03.208 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQAzS+Fmx8TXBxAAuRbYLf38dOhPpWj7sYia4A== 2024-09-11T07:48:03.657 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-09-11T07:48:04.048 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQAzS+FmnOBdOhAApYXYRazQ/sTCkXJQ4HNS8A== 2024-09-11T07:48:04.555 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial monmap... 2024-09-11T07:48:04.555 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp3iwurvh7:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 16a271ee-7012-11ef-bcea-c7b262605968 --addv smithi073 [v2:172.21.15.73:3300,v1:172.21.15.73:6789] /tmp/monmap 2024-09-11T07:48:04.979 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:48:04.979 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:04.979 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:48:05.602 INFO:teuthology.orchestra.run.smithi073.stderr:monmaptool for smithi073 [v2:172.21.15.73:3300,v1:172.21.15.73:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:48:05.602 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: set fsid to 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:05.602 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:48:05.602 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:48:05.602 INFO:teuthology.orchestra.run.smithi073.stderr:Creating mon... 2024-09-11T07:48:05.604 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073:/var/lib/ceph/mon/ceph-smithi073:z -v /tmp/ceph-tmpbnunt6l6:/tmp/keyring:z -v /tmp/ceph-tmp3iwurvh7:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi073 --fsid 16a271ee-7012-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-11T07:48:06.054 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.967+0000 7f648ef4b700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:48:06.054 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.967+0000 7f648ef4b700 1 imported monmap: 2024-09-11T07:48:06.083 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: epoch 0 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: fsid 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: last_changed 2024-09-11T07:48:04.891191+0000 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: created 2024-09-11T07:48:04.891191+0000 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon.smithi073 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.967+0000 7f648ef4b700 0 /usr/bin/ceph-mon: set fsid to 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: RocksDB version: 6.8.1 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Compile date Jul 8 2021 2024-09-11T07:48:06.084 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: DB SUMMARY 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 0, files: 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.create_if_missing: 1 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.env: 0x556ca9da21c0 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.fs: Posix File System 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.info_log: 0x556caa6f6c20 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:48:06.085 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:48:06.086 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.write_buffer_manager: 0x556caa6ff530 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:48:06.087 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.unordered_write: 0 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.row_cache: None 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:48:06.088 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:48:06.089 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:48:06.090 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.968+0000 7f648ef4b700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000001 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.merge_operator: 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:48:06.091 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556caa610160) 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_type: 0 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: checksum: 1 2024-09-11T07:48:06.092 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache: 0x556caa646d10 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-09-11T07:48:06.093 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: format_version: 2 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_align: 0 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:48:06.094 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:48:06.095 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:48:06.096 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:48:06.097 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:48:06.098 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.ttl: 2592000 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.969+0000 7f648ef4b700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.970+0000 7f648ef4b700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/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-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.970+0000 7f648ef4b700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.971+0000 7f648ef4b700 4 rocksdb: DB pointer 0x556caa70b800 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.971+0000 7f6477dd4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.971+0000 7f6477dd4700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-11T07:48:06.099 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-09-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.100 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:48:06.101 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:48:06.102 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.103 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.103 INFO:teuthology.orchestra.run.smithi073.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-11T07:48:06.103 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.103 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:48:06.103 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2024-09-11T07:48:06.103 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.972+0000 7f648ef4b700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-09-11T07:48:06.103 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.973+0000 7f648ef4b700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-09-11T07:48:06.103 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:48:05.973+0000 7f648ef4b700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi073 for mon.smithi073 2024-09-11T07:48:06.676 INFO:teuthology.orchestra.run.smithi073.stderr:create mon.smithi073 on 2024-09-11T07:48:06.676 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:06.683 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl disable ceph.target 2024-09-11T07:48:06.891 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl enable ceph.target 2024-09-11T07:48:07.002 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-11T07:48:07.031 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl start ceph.target 2024-09-11T07:48:07.039 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl enable ceph-16a271ee-7012-11ef-bcea-c7b262605968.target 2024-09-11T07:48:07.046 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-16a271ee-7012-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-16a271ee-7012-11ef-bcea-c7b262605968.target. 2024-09-11T07:48:07.047 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-16a271ee-7012-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-16a271ee-7012-11ef-bcea-c7b262605968.target. 2024-09-11T07:48:07.190 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl start ceph-16a271ee-7012-11ef-bcea-c7b262605968.target 2024-09-11T07:48:07.197 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl daemon-reload 2024-09-11T07:48:07.332 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073 2024-09-11T07:48:07.348 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl reset-failed ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073 2024-09-11T07:48:07.353 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to reset failed state of unit ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service: Unit ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service not loaded. 2024-09-11T07:48:07.354 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl enable ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073 2024-09-11T07:48:07.361 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph-16a271ee-7012-11ef-bcea-c7b262605968.target.wants/ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service → /etc/systemd/system/ceph-16a271ee-7012-11ef-bcea-c7b262605968@.service. 2024-09-11T07:48:07.515 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl start ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073 2024-09-11T07:48:07.923 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-11T07:48:07.931 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2024-09-11T07:48:07.932 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-active firewalld.service 2024-09-11T07:48:07.939 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2024-09-11T07:48:07.939 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2024-09-11T07:48:07.939 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to enable service . firewalld.service is not available 2024-09-11T07:48:07.940 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mon to start... 2024-09-11T07:48:07.940 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mon... 2024-09-11T07:48:07.940 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073:/var/lib/ceph/mon/ceph-smithi073:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-09-11T07:48:08.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: cluster 2024-09-11T07:48:07.894249+0000 mon.smithi073 (mon.0) 1 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2024-09-11T07:48:08.473 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: cluster: 2024-09-11T07:48:08.473 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: id: 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:08.473 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: services: 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi073 (age 0.572001s) 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr: no daemons active 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: data: 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: pgs: 2024-09-11T07:48:08.474 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:08.953 INFO:teuthology.orchestra.run.smithi073.stderr:mon is available 2024-09-11T07:48:08.953 INFO:teuthology.orchestra.run.smithi073.stderr:Assimilating anything we can from ceph.conf... 2024-09-11T07:48:08.953 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z -v /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073:/var/lib/ceph/mon/ceph-smithi073:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi073/config 2024-09-11T07:48:09.059 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: cluster 2024-09-11T07:48:07.898995+0000 mon.smithi073 (mon.0) 2 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2024-09-11T07:48:09.059 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: cluster 2024-09-11T07:48:07.899494+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} 2024-09-11T07:48:09.059 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: cluster 2024-09-11T07:48:07.908675+0000 mon.smithi073 (mon.0) 4 : cluster [DBG] fsmap 2024-09-11T07:48:09.059 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: cluster 2024-09-11T07:48:07.920597+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:48:09.059 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: cluster 2024-09-11T07:48:07.922782+0000 mon.smithi073 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T07:48:09.059 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: audit 2024-09-11T07:48:08.470968+0000 mon.smithi073 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.73:0/3742780303' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-11T07:48:09.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:09.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [global] 2024-09-11T07:48:09.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: fsid = 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:09.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: log_to_journald = false 2024-09-11T07:48:09.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.73:3300,v1:172.21.15.73:6789] 2024-09-11T07:48:09.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-09-11T07:48:09.463 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [mgr] 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [osd] 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-09-11T07:48:09.464 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-09-11T07:48:10.041 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: audit 2024-09-11T07:48:09.457682+0000 mon.smithi073 (mon.0) 8 : audit [INF] from='client.? 172.21.15.73:0/3869648366' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T07:48:10.041 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: audit 2024-09-11T07:48:09.460122+0000 mon.smithi073 (mon.0) 9 : audit [INF] from='client.? 172.21.15.73:0/3869648366' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T07:48:10.043 INFO:teuthology.orchestra.run.smithi073.stderr:Generating new minimal ceph.conf... 2024-09-11T07:48:10.043 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z -v /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073:/var/lib/ceph/mon/ceph-smithi073:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi073/config 2024-09-11T07:48:11.024 INFO:teuthology.orchestra.run.smithi073.stderr:Restarting the monitor... 2024-09-11T07:48:11.024 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073 2024-09-11T07:48:11.048 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: audit 2024-09-11T07:48:10.507029+0000 mon.smithi073 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.73:0/3806318134' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:48:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T07:48:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: debug 2024-09-11T07:48:11.173+0000 7f44ea9e5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi073 -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-11T07:48:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23189]: debug 2024-09-11T07:48:11.173+0000 7f44ea9e5700 -1 mon.smithi073@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T07:48:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 podman[23426]: 2024-09-11 07:48:11.224909241 +0000 UTC m=+0.169625648 container died 9624de8f3035a72c2a0a0140bec6df5ce7bfc0922d7b0ac4f07923573c915c8d (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.5, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau ) 2024-09-11T07:48:11.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 podman[23426]: 2024-09-11 07:48:11.539912128 +0000 UTC m=+0.484628537 container cleanup 9624de8f3035a72c2a0a0140bec6df5ce7bfc0922d7b0ac4f07923573c915c8d (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, ceph=True, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=HEAD) 2024-09-11T07:48:11.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 podman[23426]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073 2024-09-11T07:48:11.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 podman[23438]: 2024-09-11 07:48:11.699260996 +0000 UTC m=+0.470875647 container remove 9624de8f3035a72c2a0a0140bec6df5ce7bfc0922d7b0ac4f07923573c915c8d (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, ceph=True, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.5, GIT_CLEAN=True) 2024-09-11T07:48:11.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service: Deactivated successfully. 2024-09-11T07:48:11.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 systemd[1]: Stopped Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T07:48:11.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 systemd[1]: Starting Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T07:48:12.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 podman[23481]: 2024-09-11 07:48:11.794376942 +0000 UTC m=+0.016046486 image pull 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 docker.io/ceph/ceph:v16.2.5 2024-09-11T07:48:12.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:11 smithi073 podman[23481]: 2024-09-11 07:48:11.916876265 +0000 UTC m=+0.138545855 container create 0c1c83408a22ae74a9fc7a154f5f28322010e5f47fade006f7da824cc503d421 (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.5, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , ceph=True) 2024-09-11T07:48:12.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 podman[23481]: 2024-09-11 07:48:12.110799461 +0000 UTC m=+0.332469005 container init 0c1c83408a22ae74a9fc7a154f5f28322010e5f47fade006f7da824cc503d421 (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, CEPH_POINT_RELEASE=-16.2.5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.license=GPLv2) 2024-09-11T07:48:12.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 podman[23481]: 2024-09-11 07:48:12.113792487 +0000 UTC m=+0.335462032 container start 0c1c83408a22ae74a9fc7a154f5f28322010e5f47fade006f7da824cc503d421 (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, CEPH_POINT_RELEASE=-16.2.5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, ceph=True, maintainer=Dimitri Savineau , RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.132+0000 7fb20e8ba700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.132+0000 7fb20e8ba700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 2 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.132+0000 7fb20e8ba700 0 pidfile_write: ignore empty --pid-file 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.136+0000 7fb20e8ba700 0 load: jerasure load: lrc load: isa 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: RocksDB version: 6.8.1 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Compile date Jul 8 2021 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: DB SUMMARY 2024-09-11T07:48:12.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: CURRENT file: CURRENT 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 1, files: 000004.sst 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 000006.log size: 85917 ; 2024-09-11T07:48:12.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.create_if_missing: 0 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.env: 0x562fa79a21c0 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.fs: Posix File System 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.info_log: 0x562fa92dba40 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:48:12.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:48:12.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:48:12.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:48:12.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:48:12.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:48:12.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:48:12.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.write_buffer_manager: 0x562fa9f52030 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.unordered_write: 0 2024-09-11T07:48:12.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.row_cache: None 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:48:12.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:48:12.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:48:12.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000005 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.merge_operator: 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562fa91f4170) 2024-09-11T07:48:12.153 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cache_index_and_filter_blocks: 1 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: pin_top_level_index_and_filter: 1 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: index_type: 0 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: data_block_index_type: 0 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: index_shortening: 1 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: hash_index_allow_collision: 1 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: checksum: 1 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: no_block_cache: 0 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: block_cache: 0x562fa922af10 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: block_cache_name: BinnedLRUCache 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: block_cache_options: 2024-09-11T07:48:12.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: capacity : 536870912 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: num_shard_bits : 4 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: strict_capacity_limit : 0 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: high_pri_pool_ratio: 0.000 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: block_cache_compressed: (nil) 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: persistent_cache: (nil) 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: block_size: 4096 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: block_size_deviation: 10 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: block_restart_interval: 16 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: index_block_restart_interval: 1 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: metadata_block_size: 4096 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: partition_filters: 0 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: use_delta_encoding: 1 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:48:12.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: whole_key_filtering: 1 2024-09-11T07:48:12.156 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: verify_compression: 0 2024-09-11T07:48:12.156 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: read_amp_bytes_per_bit: 0 2024-09-11T07:48:12.156 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: format_version: 2 2024-09-11T07:48:12.156 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: enable_index_compression: 1 2024-09-11T07:48:12.156 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: block_align: 0 2024-09-11T07:48:12.157 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.157 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:48:12.157 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:48:12.157 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:48:12.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:48:12.159 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:48:12.160 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:48:12.161 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.ttl: 2592000 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.137+0000 7fb20e8ba700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.138+0000 7fb20e8ba700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/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-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.138+0000 7fb20e8ba700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-09-11T07:48:12.162 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.138+0000 7fb20e8ba700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040892139274, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.138+0000 7fb20e8ba700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.138+0000 7fb20e8ba700 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-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.139+0000 7fb20e8ba700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040892140141, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82682, "table_properties": {"data_size": 80950, "index_size": 337, "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": 9446, "raw_average_key_size": 47, "raw_value_size": 75464, "raw_average_value_size": 377, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726040892, "oldest_key_time": 3, "file_creation_time": 0}} 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.139+0000 7fb20e8ba700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.139+0000 7fb20e8ba700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726040892140572, "job": 1, "event": "recovery_finished"} 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.143+0000 7fb20e8ba700 4 rocksdb: DB pointer 0x562fa92ef800 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.143+0000 7fb1f56c2700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.143+0000 7fb1f56c2700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ** DB Stats ** 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ** Compaction Stats [default] ** 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: L0 2/0 82.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Sum 2/0 82.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ** Compaction Stats [default] ** 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Cumulative compaction: 0.00 GB write, 14.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Interval compaction: 0.00 GB write, 14.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ** Compaction Stats [default] ** 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: L0 2/0 82.44 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Sum 2/0 82.44 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ** Compaction Stats [default] ** 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:48:12.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Cumulative compaction: 0.00 GB write, 14.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.143+0000 7fb20e8ba700 0 starting mon.smithi073 rank 0 at public addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] at bind addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi073 fsid 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.144+0000 7fb20e8ba700 1 mon.smithi073@-1(???) e1 preinit fsid 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:12.167 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.145+0000 7fb20e8ba700 0 mon.smithi073@-1(???).mds e1 new map 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.145+0000 7fb20e8ba700 0 mon.smithi073@-1(???).mds e1 print_map 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: e1 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: legacy client fscid: -1 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: No filesystems configured 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.145+0000 7fb20e8ba700 0 mon.smithi073@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.145+0000 7fb20e8ba700 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.145+0000 7fb20e8ba700 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:48:12.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.145+0000 7fb20e8ba700 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:10.507029+0000 mon.smithi073 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.73:0/3806318134' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.145+0000 7fb20e8ba700 1 mon.smithi073@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta expand map: {default=false} 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta expand map: {default=info} 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T07:48:12.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:48:12.146+0000 7fb20e8ba700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T07:48:12.218 INFO:teuthology.orchestra.run.smithi073.stderr:Setting mon public_network to 172.21.0.0/20 2024-09-11T07:48:12.218 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-09-11T07:48:12.446 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:12.149196+0000 mon.smithi073 (mon.0) 1 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2024-09-11T07:48:12.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:12.149240+0000 mon.smithi073 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} 2024-09-11T07:48:12.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:12.149271+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] fsmap 2024-09-11T07:48:12.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:12.149296+0000 mon.smithi073 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:48:12.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:12.151290+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T07:48:12.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 bash[23481]: 0c1c83408a22ae74a9fc7a154f5f28322010e5f47fade006f7da824cc503d421 2024-09-11T07:48:12.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:12 smithi073 systemd[1]: Started Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T07:48:13.338 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-11T07:48:13.338 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:48:13.338 INFO:teuthology.orchestra.run.smithi073.stderr:Creating mgr... 2024-09-11T07:48:13.338 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying port 9283 ... 2024-09-11T07:48:13.340 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl daemon-reload 2024-09-11T07:48:13.492 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@mgr.smithi073.ivjadq 2024-09-11T07:48:13.507 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl reset-failed ceph-16a271ee-7012-11ef-bcea-c7b262605968@mgr.smithi073.ivjadq 2024-09-11T07:48:13.513 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to reset failed state of unit ceph-16a271ee-7012-11ef-bcea-c7b262605968@mgr.smithi073.ivjadq.service: Unit ceph-16a271ee-7012-11ef-bcea-c7b262605968@mgr.smithi073.ivjadq.service not loaded. 2024-09-11T07:48:13.514 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl enable ceph-16a271ee-7012-11ef-bcea-c7b262605968@mgr.smithi073.ivjadq 2024-09-11T07:48:13.521 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph-16a271ee-7012-11ef-bcea-c7b262605968.target.wants/ceph-16a271ee-7012-11ef-bcea-c7b262605968@mgr.smithi073.ivjadq.service → /etc/systemd/system/ceph-16a271ee-7012-11ef-bcea-c7b262605968@.service. 2024-09-11T07:48:13.662 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl start ceph-16a271ee-7012-11ef-bcea-c7b262605968@mgr.smithi073.ivjadq 2024-09-11T07:48:13.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:12.760382+0000 mon.smithi073 (mon.0) 6 : audit [INF] from='client.? 172.21.15.73:0/2144769486' entity='client.admin' 2024-09-11T07:48:14.184 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-11T07:48:14.194 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2024-09-11T07:48:14.194 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-active firewalld.service 2024-09-11T07:48:14.202 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2024-09-11T07:48:14.203 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2024-09-11T07:48:14.203 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to enable service . firewalld.service is not available 2024-09-11T07:48:14.203 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-11T07:48:14.212 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2024-09-11T07:48:14.212 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-active firewalld.service 2024-09-11T07:48:14.219 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2024-09-11T07:48:14.221 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2024-09-11T07:48:14.221 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-11T07:48:14.221 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr to start... 2024-09-11T07:48:14.221 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr... 2024-09-11T07:48:14.221 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "16a271ee-7012-11ef-bcea-c7b262605968", 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2024-09-11T07:48:14.700 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-11T07:48:14.701 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-11T07:48:14.702 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-11T07:48:14.705 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2024-09-11T07:48:14.706 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2024-09-11T07:48:07.902875+0000", 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-11T07:48:14.707 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2024-09-11T07:48:15.010 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:14.695813+0000 mon.smithi073 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.73:0/1208670766' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:48:15.473 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (1/15)... 2024-09-11T07:48:17.475 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "16a271ee-7012-11ef-bcea-c7b262605968", 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2024-09-11T07:48:17.971 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:17.972 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-11T07:48:17.973 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-11T07:48:17.973 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-11T07:48:17.973 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-11T07:48:17.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2024-09-11T07:48:17.977 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2024-09-11T07:48:07.902875+0000", 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-11T07:48:17.978 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2024-09-11T07:48:18.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:17.967606+0000 mon.smithi073 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.73:0/1605918034' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:48:18.493 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (2/15)... 2024-09-11T07:48:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:19.209480+0000 mon.smithi073 (mon.0) 9 : cluster [INF] Activating manager daemon smithi073.ivjadq 2024-09-11T07:48:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:19.212251+0000 mon.smithi073 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi073.ivjadq(active, starting, since 0.00286758s) 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.213110+0000 mon.smithi073 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.213297+0000 mon.smithi073 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.213426+0000 mon.smithi073 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.213558+0000 mon.smithi073 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.213729+0000 mon.smithi073 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:19.215469+0000 mon.smithi073 (mon.0) 16 : cluster [INF] Manager daemon smithi073.ivjadq is now available 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.222831+0000 mon.smithi073 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.227396+0000 mon.smithi073 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.228530+0000 mon.smithi073 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.233704+0000 mon.smithi073 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:19.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:19.236053+0000 mon.smithi073 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.73:0/4184367817' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:20.496 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-09-11T07:48:21.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:21.199 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "16a271ee-7012-11ef-bcea-c7b262605968", 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2024-09-11T07:48:21.200 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-11T07:48:21.201 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-11T07:48:21.205 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2024-09-11T07:48:21.206 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2024-09-11T07:48:07.902875+0000", 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-11T07:48:21.207 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2024-09-11T07:48:21.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:20.214847+0000 mon.smithi073 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi073.ivjadq(active, since 1.00546s) 2024-09-11T07:48:21.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:21.195982+0000 mon.smithi073 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.73:0/35038606' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:48:21.750 INFO:teuthology.orchestra.run.smithi073.stderr:mgr is available 2024-09-11T07:48:21.750 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z -v /tmp/tmpvetuxcnw:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-09-11T07:48:22.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:21.216620+0000 mon.smithi073 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi073.ivjadq(active, since 2s) 2024-09-11T07:48:22.270 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:22.271 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [global] 2024-09-11T07:48:22.271 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: fsid = 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:22.271 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: log_to_journald = false 2024-09-11T07:48:22.271 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-09-11T07:48:22.271 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-09-11T07:48:22.271 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-09-11T07:48:22.271 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-09-11T07:48:22.271 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:22.273 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [mgr] 2024-09-11T07:48:22.273 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-09-11T07:48:22.274 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2024-09-11T07:48:22.274 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [osd] 2024-09-11T07:48:22.274 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-09-11T07:48:22.274 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-09-11T07:48:22.856 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling cephadm module... 2024-09-11T07:48:22.857 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-09-11T07:48:23.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:22.268036+0000 mon.smithi073 (mon.0) 25 : audit [INF] from='client.? 172.21.15.73:0/1997890082' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-11T07:48:24.543 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:23.406616+0000 mon.smithi073 (mon.0) 26 : audit [INF] from='client.? 172.21.15.73:0/2926966613' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-11T07:48:24.779 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-09-11T07:48:25.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:24.222485+0000 mon.smithi073 (mon.0) 27 : audit [INF] from='client.? 172.21.15.73:0/2926966613' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T07:48:25.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:24.222536+0000 mon.smithi073 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi073.ivjadq(active, since 5s) 2024-09-11T07:48:25.455 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2024-09-11T07:48:25.455 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 5, 2024-09-11T07:48:25.455 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2024-09-11T07:48:25.455 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "active_name": "smithi073.ivjadq", 2024-09-11T07:48:25.455 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-11T07:48:25.455 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2024-09-11T07:48:26.027 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for the mgr to restart... 2024-09-11T07:48:26.028 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr epoch 5... 2024-09-11T07:48:26.028 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-09-11T07:48:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:25.453044+0000 mon.smithi073 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.73:0/2808518691' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-11T07:48:29.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:29.399680+0000 mon.smithi073 (mon.0) 30 : cluster [INF] Active manager daemon smithi073.ivjadq restarted 2024-09-11T07:48:29.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:29.400054+0000 mon.smithi073 (mon.0) 31 : cluster [INF] Activating manager daemon smithi073.ivjadq 2024-09-11T07:48:29.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:29.402274+0000 mon.smithi073 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-11T07:48:30.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2024-09-11T07:48:30.469 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-09-11T07:48:30.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "initialized": true 2024-09-11T07:48:30.470 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2024-09-11T07:48:30.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:29.453513+0000 mon.smithi073 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi073.ivjadq(active, starting, since 0.0535355s) 2024-09-11T07:48:30.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.455728+0000 mon.smithi073 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:48:30.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.456367+0000 mon.smithi073 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T07:48:30.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.457101+0000 mon.smithi073 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.457236+0000 mon.smithi073 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.457364+0000 mon.smithi073 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:29.459053+0000 mon.smithi073 (mon.0) 39 : cluster [INF] Manager daemon smithi073.ivjadq is now available 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.472665+0000 mon.smithi073 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.475285+0000 mon.smithi073 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.477655+0000 mon.smithi073 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.565490+0000 mon.smithi073 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.566176+0000 mon.smithi073 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.567057+0000 mon.smithi073 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.568516+0000 mon.smithi073 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.579259+0000 mon.smithi073 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:48:30.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:29.580358+0000 mon.smithi073 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:48:31.025 INFO:teuthology.orchestra.run.smithi073.stderr:mgr epoch 5 is available 2024-09-11T07:48:31.025 INFO:teuthology.orchestra.run.smithi073.stderr:Setting orchestrator backend to cephadm... 2024-09-11T07:48:31.025 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-09-11T07:48:31.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:30.460762+0000 mgr.smithi073.ivjadq (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:48:31.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:30.461627+0000 mon.smithi073 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi073.ivjadq(active, since 1.06164s) 2024-09-11T07:48:31.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:30.467783+0000 mgr.smithi073.ivjadq (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:48:32.223 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-09-11T07:48:32.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:31.462837+0000 mon.smithi073 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi073.ivjadq(active, since 2s) 2024-09-11T07:48:32.556 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:31.620727+0000 mgr.smithi073.ivjadq (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:32.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:31.624610+0000 mon.smithi073 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:32.557 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:31.628206+0000 mon.smithi073 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:48:32.813 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: value unchanged 2024-09-11T07:48:33.387 INFO:teuthology.orchestra.run.smithi073.stderr:Generating ssh key... 2024-09-11T07:48:33.387 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-09-11T07:48:33.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:32.812251+0000 mgr.smithi073.ivjadq (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:34.660 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-09-11T07:48:35.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:33.926579+0000 mgr.smithi073.ivjadq (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-09-11T07:48:35.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:34.098272+0000 mon.smithi073 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:35.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:34.103834+0000 mon.smithi073 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:35.216 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHG7NHWSIWxiNTRpLJEkL4vVozTlPKWM1J/nMBRU/R8FSoAvdnmE6Lhdh+no/YfkU/oDopIzUSyqdS0VlbNvHaH+wgUYf4X7BfjH6FO7y5wzEuxrHncqd9gu3tdx9AlFLtTy9LnUU2KegehtbNduZsJh1R0PyWGwaagJ4e073iFZe0TYPIW03UcHHGMa0tpk/tgQ/kRgvLuZf/5urQUy2ZP3ia4avzDyoLr+QP7VKlfcJe1+bXmXRWopzqqPeobHWuaiRBQOto82FWH7/NVqyB2G8Y7Ow7IeQBING2Z7aosL2lPnEeBf9ADd/CACrLlR0ReRfN+5Ia09sh1nQ0GZ2L1QK9i89z+u8SPnWDwAc9oJ2FIm89MN8jj2taEK9dLk9Sj0sR9/0y+JCDDpThxrXAK2xfDfjXSb0UgrZALNpDNBkzKjQuO1F3RH9HzvsTbbUc36LU2lWAgGl6agXffjtsu0fwQPgL8jOhRmb0kZwSYm5e7hGdkSUZTr+OCInVXMk= ceph-16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:48:35.758 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:48:35.759 INFO:teuthology.orchestra.run.smithi073.stderr:Adding key to root@localhost authorized_keys... 2024-09-11T07:48:35.763 INFO:teuthology.orchestra.run.smithi073.stderr:Adding host smithi073... 2024-09-11T07:48:35.763 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi073 172.21.15.73 2024-09-11T07:48:36.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:35.214520+0000 mgr.smithi073.ivjadq (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:36.951 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Added host 'smithi073' with addr '172.21.15.73' 2024-09-11T07:48:37.497 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying mon service with default placement... 2024-09-11T07:48:37.497 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-09-11T07:48:38.104 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled mon update... 2024-09-11T07:48:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:36.335679+0000 mgr.smithi073.ivjadq (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi073", "addr": "172.21.15.73", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:36.948452+0000 mon.smithi073 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:36.948760+0000 mgr.smithi073.ivjadq (mgr.14116) 9 : cephadm [INF] Added host smithi073 2024-09-11T07:48:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:36.948978+0000 mon.smithi073 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:48:38.687 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying mgr service with default placement... 2024-09-11T07:48:38.687 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-09-11T07:48:39.266 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-09-11T07:48:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:38.096432+0000 mgr.smithi073.ivjadq (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:38.097125+0000 mgr.smithi073.ivjadq (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-11T07:48:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:38.102326+0000 mon.smithi073 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:39.817 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying crash service with default placement... 2024-09-11T07:48:39.817 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-09-11T07:48:40.366 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:39.259354+0000 mgr.smithi073.ivjadq (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:40.366 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:39.259829+0000 mgr.smithi073.ivjadq (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-11T07:48:40.366 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:39.264959+0000 mon.smithi073 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:40.367 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled crash update... 2024-09-11T07:48:40.915 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling mgr prometheus module... 2024-09-11T07:48:40.915 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-09-11T07:48:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:40.362646+0000 mgr.smithi073.ivjadq (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:40.363290+0000 mgr.smithi073.ivjadq (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-09-11T07:48:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:40.365406+0000 mon.smithi073 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.73:0/365051323' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:42.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:41.503203+0000 mon.smithi073 (mon.0) 60 : audit [INF] from='client.? 172.21.15.73:0/271461493' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-11T07:48:42.931 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying prometheus service with default placement... 2024-09-11T07:48:42.931 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-09-11T07:48:43.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:42.369630+0000 mon.smithi073 (mon.0) 61 : audit [INF] from='client.? 172.21.15.73:0/271461493' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-11T07:48:43.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:42.369688+0000 mon.smithi073 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi073.ivjadq(active, since 12s) 2024-09-11T07:48:48.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:47.503276+0000 mon.smithi073 (mon.0) 63 : cluster [INF] Active manager daemon smithi073.ivjadq restarted 2024-09-11T07:48:48.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:47.503711+0000 mon.smithi073 (mon.0) 64 : cluster [INF] Activating manager daemon smithi073.ivjadq 2024-09-11T07:48:48.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:47.507811+0000 mon.smithi073 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-11T07:48:49.171 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-09-11T07:48:49.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:48.157625+0000 mon.smithi073 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi073.ivjadq(active, starting, since 0.654009s) 2024-09-11T07:48:49.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.158794+0000 mon.smithi073 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:48:49.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.159707+0000 mon.smithi073 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T07:48:49.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.160388+0000 mon.smithi073 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:48:49.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.160526+0000 mon.smithi073 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:48:49.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.160680+0000 mon.smithi073 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:48:49.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:48.162622+0000 mon.smithi073 (mon.0) 72 : cluster [INF] Manager daemon smithi073.ivjadq is now available 2024-09-11T07:48:49.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.266346+0000 mon.smithi073 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:48:49.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.267587+0000 mon.smithi073 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:48:49.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.283041+0000 mon.smithi073 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:48:49.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:48.291915+0000 mon.smithi073 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:48:49.786 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying grafana service with default placement... 2024-09-11T07:48:49.786 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-09-11T07:48:50.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:49.165426+0000 mon.smithi073 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi073.ivjadq(active, since 1.66181s) 2024-09-11T07:48:50.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:49.166197+0000 mgr.smithi073.ivjadq (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-11T07:48:50.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:49.168728+0000 mon.smithi073 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:50.359 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-09-11T07:48:51.055 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying node-exporter service with default placement... 2024-09-11T07:48:51.055 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-09-11T07:48:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:50.170226+0000 mon.smithi073 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi073.ivjadq(active, since 2s) 2024-09-11T07:48:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:50.352699+0000 mgr.smithi073.ivjadq (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:50.353222+0000 mgr.smithi073.ivjadq (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-11T07:48:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:50.358047+0000 mon.smithi073 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:51.649 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-09-11T07:48:52.174 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying alertmanager service with default placement... 2024-09-11T07:48:52.174 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-09-11T07:48:52.767 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:51.643022+0000 mgr.smithi073.ivjadq (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:52.767 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:51.643624+0000 mgr.smithi073.ivjadq (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-11T07:48:52.767 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:51.648385+0000 mon.smithi073 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:52.768 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-09-11T07:48:53.347 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-09-11T07:48:53.971 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:52.763394+0000 mgr.smithi073.ivjadq (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:48:53.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:48:52.763936+0000 mgr.smithi073.ivjadq (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-11T07:48:53.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:52.766276+0000 mon.smithi073 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:54.510 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-11T07:48:55.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:53.957474+0000 mon.smithi073 (mon.0) 83 : audit [INF] from='client.? 172.21.15.73:0/1144415077' entity='client.admin' 2024-09-11T07:48:55.878 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling the dashboard module... 2024-09-11T07:48:55.878 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-09-11T07:48:56.318 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:55.062665+0000 mon.smithi073 (mon.0) 84 : audit [INF] from='client.? 172.21.15.73:0/2145309742' entity='client.admin' 2024-09-11T07:48:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:56.878201+0000 mon.smithi073 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:57.408395+0000 mon.smithi073 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:57.565172+0000 mon.smithi073 (mon.0) 87 : audit [INF] from='client.? 172.21.15.73:0/2102149247' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-11T07:48:58.993 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-09-11T07:48:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:58.336523+0000 mon.smithi073 (mon.0) 88 : audit [INF] from='mgr.14144 172.21.15.73:0/3555999265' entity='mgr.smithi073.ivjadq' 2024-09-11T07:48:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:58.411076+0000 mon.smithi073 (mon.0) 89 : audit [INF] from='client.? 172.21.15.73:0/2102149247' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T07:48:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:48:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:48:58.411122+0000 mon.smithi073 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi073.ivjadq(active, since 10s) 2024-09-11T07:48:59.636 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2024-09-11T07:48:59.636 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 13, 2024-09-11T07:48:59.636 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2024-09-11T07:48:59.636 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "active_name": "smithi073.ivjadq", 2024-09-11T07:48:59.636 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-11T07:48:59.636 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2024-09-11T07:49:00.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:48:59.634392+0000 mon.smithi073 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.73:0/2331369362' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-11T07:49:00.731 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for the mgr to restart... 2024-09-11T07:49:00.731 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr epoch 13... 2024-09-11T07:49:00.731 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-09-11T07:49:03.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:03.596515+0000 mon.smithi073 (mon.0) 92 : cluster [INF] Active manager daemon smithi073.ivjadq restarted 2024-09-11T07:49:03.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:03.597001+0000 mon.smithi073 (mon.0) 93 : cluster [INF] Activating manager daemon smithi073.ivjadq 2024-09-11T07:49:03.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:03.598628+0000 mon.smithi073 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:49:04.662 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2024-09-11T07:49:04.662 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-09-11T07:49:04.662 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "initialized": true 2024-09-11T07:49:04.662 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:03.649169+0000 mon.smithi073 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi073.ivjadq(active, starting, since 0.0522564s) 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.650278+0000 mon.smithi073 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.652065+0000 mon.smithi073 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.652241+0000 mon.smithi073 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.652403+0000 mon.smithi073 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.652519+0000 mon.smithi073 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:03.654315+0000 mon.smithi073 (mon.0) 101 : cluster [INF] Manager daemon smithi073.ivjadq is now available 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.751562+0000 mon.smithi073 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.753537+0000 mon.smithi073 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.779262+0000 mon.smithi073 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:49:04.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:03.781928+0000 mon.smithi073 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:49:05.462 INFO:teuthology.orchestra.run.smithi073.stderr:mgr epoch 13 is available 2024-09-11T07:49:05.462 INFO:teuthology.orchestra.run.smithi073.stderr:Generating a dashboard self-signed certificate... 2024-09-11T07:49:05.462 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-09-11T07:49:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:04.653901+0000 mgr.smithi073.ivjadq (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:49:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:04.654836+0000 mon.smithi073 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi073.ivjadq(active, since 1.05792s) 2024-09-11T07:49:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:04.660701+0000 mgr.smithi073.ivjadq (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:49:06.203 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Self-signed certificate created 2024-09-11T07:49:07.028 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:06 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:05.660329+0000 mon.smithi073 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi073.ivjadq(active, since 2s) 2024-09-11T07:49:07.028 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:06 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:05.861987+0000 mon.smithi073 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:07.028 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:06 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:06.105019+0000 mgr.smithi073.ivjadq (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:49:07.028 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:06 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:06.200630+0000 mon.smithi073 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:07.029 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:06 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:06.202410+0000 mon.smithi073 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:07.323 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial admin user... 2024-09-11T07:49:07.324 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpf2q0u668:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-09-11T07:49:08.642 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$mVnWpOYt.Yc3noQKNSojhu9BIsBSb2pAccCwRMbBbh5cOgWzRMFfO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726040948, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T07:49:08.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:08.421818+0000 mgr.smithi073.ivjadq (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:49:09.333 INFO:teuthology.orchestra.run.smithi073.stderr:Fetching dashboard port number... 2024-09-11T07:49:09.333 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmp6owkh2b1:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpvbb5xddk:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-09-11T07:49:09.949 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:08.641656+0000 mon.smithi073 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:09.949 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 8443 2024-09-11T07:49:10.583 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-11T07:49:10.592 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2024-09-11T07:49:10.593 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: systemctl is-active firewalld.service 2024-09-11T07:49:10.600 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2024-09-11T07:49:10.601 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2024-09-11T07:49:10.601 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr:Ceph Dashboard is now available at: 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr: URL: https://smithi073.front.sepia.ceph.com:8443/ 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr: User: admin 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr: Password: mzqq2dw8zd 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr:You can access the Ceph CLI with: 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:49:10.604 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr: ceph telemetry on 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr:For more information see: 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr:Bootstrap complete. 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr:Releasing lock 139892915350832 on /run/cephadm/16a271ee-7012-11ef-bcea-c7b262605968.lock 2024-09-11T07:49:10.605 INFO:teuthology.orchestra.run.smithi073.stderr:Lock 139892915350832 released on /run/cephadm/16a271ee-7012-11ef-bcea-c7b262605968.lock 2024-09-11T07:49:10.642 INFO:tasks.cephadm:Fetching config... 2024-09-11T07:49:10.643 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:49:10.643 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T07:49:10.660 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T07:49:10.660 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:49:10.660 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T07:49:10.716 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T07:49:10.716 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:49:10.716 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/keyring of=/dev/stdout 2024-09-11T07:49:10.781 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T07:49:10.782 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:49:10.782 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T07:49:10.837 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T07:49:10.838 DEBUG:teuthology.orchestra.run.smithi073:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHG7NHWSIWxiNTRpLJEkL4vVozTlPKWM1J/nMBRU/R8FSoAvdnmE6Lhdh+no/YfkU/oDopIzUSyqdS0VlbNvHaH+wgUYf4X7BfjH6FO7y5wzEuxrHncqd9gu3tdx9AlFLtTy9LnUU2KegehtbNduZsJh1R0PyWGwaagJ4e073iFZe0TYPIW03UcHHGMa0tpk/tgQ/kRgvLuZf/5urQUy2ZP3ia4avzDyoLr+QP7VKlfcJe1+bXmXRWopzqqPeobHWuaiRBQOto82FWH7/NVqyB2G8Y7Ow7IeQBING2Z7aosL2lPnEeBf9ADd/CACrLlR0ReRfN+5Ia09sh1nQ0GZ2L1QK9i89z+u8SPnWDwAc9oJ2FIm89MN8jj2taEK9dLk9Sj0sR9/0y+JCDDpThxrXAK2xfDfjXSb0UgrZALNpDNBkzKjQuO1F3RH9HzvsTbbUc36LU2lWAgGl6agXffjtsu0fwQPgL8jOhRmb0kZwSYm5e7hGdkSUZTr+OCInVXMk= ceph-16a271ee-7012-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:49:10.900 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:09.648811+0000 mon.smithi073 (mon.0) 112 : cluster [DBG] mgrmap e17: smithi073.ivjadq(active, since 6s) 2024-09-11T07:49:10.900 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:09.948560+0000 mon.smithi073 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.73:0/447313864' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-11T07:49:10.922 INFO:teuthology.orchestra.run.smithi073.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHG7NHWSIWxiNTRpLJEkL4vVozTlPKWM1J/nMBRU/R8FSoAvdnmE6Lhdh+no/YfkU/oDopIzUSyqdS0VlbNvHaH+wgUYf4X7BfjH6FO7y5wzEuxrHncqd9gu3tdx9AlFLtTy9LnUU2KegehtbNduZsJh1R0PyWGwaagJ4e073iFZe0TYPIW03UcHHGMa0tpk/tgQ/kRgvLuZf/5urQUy2ZP3ia4avzDyoLr+QP7VKlfcJe1+bXmXRWopzqqPeobHWuaiRBQOto82FWH7/NVqyB2G8Y7Ow7IeQBING2Z7aosL2lPnEeBf9ADd/CACrLlR0ReRfN+5Ia09sh1nQ0GZ2L1QK9i89z+u8SPnWDwAc9oJ2FIm89MN8jj2taEK9dLk9Sj0sR9/0y+JCDDpThxrXAK2xfDfjXSb0UgrZALNpDNBkzKjQuO1F3RH9HzvsTbbUc36LU2lWAgGl6agXffjtsu0fwQPgL8jOhRmb0kZwSYm5e7hGdkSUZTr+OCInVXMk= ceph-16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:49:10.935 DEBUG:teuthology.orchestra.run.smithi136:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHG7NHWSIWxiNTRpLJEkL4vVozTlPKWM1J/nMBRU/R8FSoAvdnmE6Lhdh+no/YfkU/oDopIzUSyqdS0VlbNvHaH+wgUYf4X7BfjH6FO7y5wzEuxrHncqd9gu3tdx9AlFLtTy9LnUU2KegehtbNduZsJh1R0PyWGwaagJ4e073iFZe0TYPIW03UcHHGMa0tpk/tgQ/kRgvLuZf/5urQUy2ZP3ia4avzDyoLr+QP7VKlfcJe1+bXmXRWopzqqPeobHWuaiRBQOto82FWH7/NVqyB2G8Y7Ow7IeQBING2Z7aosL2lPnEeBf9ADd/CACrLlR0ReRfN+5Ia09sh1nQ0GZ2L1QK9i89z+u8SPnWDwAc9oJ2FIm89MN8jj2taEK9dLk9Sj0sR9/0y+JCDDpThxrXAK2xfDfjXSb0UgrZALNpDNBkzKjQuO1F3RH9HzvsTbbUc36LU2lWAgGl6agXffjtsu0fwQPgL8jOhRmb0kZwSYm5e7hGdkSUZTr+OCInVXMk= ceph-16a271ee-7012-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:49:11.015 INFO:teuthology.orchestra.run.smithi136.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHG7NHWSIWxiNTRpLJEkL4vVozTlPKWM1J/nMBRU/R8FSoAvdnmE6Lhdh+no/YfkU/oDopIzUSyqdS0VlbNvHaH+wgUYf4X7BfjH6FO7y5wzEuxrHncqd9gu3tdx9AlFLtTy9LnUU2KegehtbNduZsJh1R0PyWGwaagJ4e073iFZe0TYPIW03UcHHGMa0tpk/tgQ/kRgvLuZf/5urQUy2ZP3ia4avzDyoLr+QP7VKlfcJe1+bXmXRWopzqqPeobHWuaiRBQOto82FWH7/NVqyB2G8Y7Ow7IeQBING2Z7aosL2lPnEeBf9ADd/CACrLlR0ReRfN+5Ia09sh1nQ0GZ2L1QK9i89z+u8SPnWDwAc9oJ2FIm89MN8jj2taEK9dLk9Sj0sR9/0y+JCDDpThxrXAK2xfDfjXSb0UgrZALNpDNBkzKjQuO1F3RH9HzvsTbbUc36LU2lWAgGl6agXffjtsu0fwQPgL8jOhRmb0kZwSYm5e7hGdkSUZTr+OCInVXMk= ceph-16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:49:11.028 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-11T07:49:14.770 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-11T07:49:14.770 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-11T07:49:15.303 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:14.037452+0000 mon.smithi073 (mon.0) 114 : audit [INF] from='client.? 172.21.15.73:0/1078006591' entity='client.admin' 2024-09-11T07:49:16.591 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:15.485342+0000 mon.smithi073 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:16.592 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:16.004233+0000 mon.smithi073 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:49:16.592 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:16.007279+0000 mon.smithi073 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:16.592 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:49:16.014436+0000 mgr.smithi073.ivjadq (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi073 on smithi073 2024-09-11T07:49:17.580 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi136 2024-09-11T07:49:17.580 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-11T07:49:17.580 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.conf 2024-09-11T07:49:17.599 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-11T07:49:17.599 DEBUG:teuthology.orchestra.run.smithi136:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:49:17.657 INFO:tasks.cephadm:Adding host smithi136 to orchestrator... 2024-09-11T07:49:17.658 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch host add smithi136 2024-09-11T07:49:18.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:16.980635+0000 mgr.smithi073.ivjadq (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:49:18.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:16.983090+0000 mon.smithi073 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:20.252 INFO:teuthology.orchestra.run.smithi073.stdout:Added host 'smithi136' with addr '172.21.15.136' 2024-09-11T07:49:20.868 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T07:49:21.480 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:19.533347+0000 mgr.smithi073.ivjadq (mgr.14164) 7 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:49:21.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:20.250503+0000 mon.smithi073 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:21.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:49:20.250793+0000 mgr.smithi073.ivjadq (mgr.14164) 8 : cephadm [INF] Added host smithi136 2024-09-11T07:49:22.792 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:49:22.792 INFO:teuthology.orchestra.run.smithi073.stdout:[{"addr": "172.21.15.73", "hostname": "smithi073", "labels": [], "status": ""}, {"addr": "172.21.15.136", "hostname": "smithi136", "labels": [], "status": ""}] 2024-09-11T07:49:23.363 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T07:49:23.363 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T07:49:23.656 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:22.791104+0000 mgr.smithi073.ivjadq (mgr.14164) 9 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:49:24.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:23.653074+0000 mgr.smithi073.ivjadq (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:26.665 INFO:teuthology.orchestra.run.smithi073.stderr:adjusted tunables profile to default 2024-09-11T07:49:27.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:25.653378+0000 mgr.smithi073.ivjadq (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:27.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:26.332622+0000 mon.smithi073 (mon.0) 120 : audit [INF] from='client.? 172.21.15.73:0/3095922419' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-11T07:49:27.481 INFO:tasks.cephadm:Adding mon.smithi073 on smithi073 2024-09-11T07:49:27.482 INFO:tasks.cephadm:Adding mon.smithi136 on smithi136 2024-09-11T07:49:27.482 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch apply mon '2;smithi073:172.21.15.73=smithi073;smithi136:172.21.15.136=smithi136' 2024-09-11T07:49:27.742 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:26.661334+0000 mon.smithi073 (mon.0) 121 : audit [INF] from='client.? 172.21.15.73:0/3095922419' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T07:49:27.742 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:26.661375+0000 mon.smithi073 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:49:29.365 INFO:teuthology.orchestra.run.smithi136.stdout:Scheduled mon update... 2024-09-11T07:49:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:27.653766+0000 mgr.smithi073.ivjadq (mgr.14164) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:29.940 DEBUG:teuthology.orchestra.run.smithi136:mon.smithi136> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi136.service 2024-09-11T07:49:29.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:29.943 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:30.552 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:29.358994+0000 mgr.smithi073.ivjadq (mgr.14164) 13 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi073:172.21.15.73=smithi073;smithi136:172.21.15.136=smithi136", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:49:30.552 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:49:29.360397+0000 mgr.smithi073.ivjadq (mgr.14164) 14 : cephadm [INF] Saving service mon spec with placement smithi073:172.21.15.73=smithi073;smithi136:172.21.15.136=smithi136;count:2 2024-09-11T07:49:30.552 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:29.363822+0000 mon.smithi073 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:31.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:29.654134+0000 mgr.smithi073.ivjadq (mgr.14164) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:31.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:31.093585+0000 mon.smithi073 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:31.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:31.095087+0000 mon.smithi073 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:49:31.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:31.097434+0000 mon.smithi073 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-11T07:49:31.632 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:31.098016+0000 mon.smithi073 (mon.0) 127 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:49:31.806 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:31.806 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:31.808 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:32.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:49:31.098585+0000 mgr.smithi073.ivjadq (mgr.14164) 16 : cephadm [INF] Deploying daemon crash.smithi073 on smithi073 2024-09-11T07:49:32.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:31.805233+0000 mon.smithi073 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.136:0/4053724079' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:33.337 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:33.337 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:31.654417+0000 mgr.smithi073.ivjadq (mgr.14164) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:33.187408+0000 mon.smithi073 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:33.288086+0000 mon.smithi073 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:33.289879+0000 mon.smithi073 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:33.290187+0000 mon.smithi073 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:49:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:33.292710+0000 mon.smithi073 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:34.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:33.290518+0000 mgr.smithi073.ivjadq (mgr.14164) 18 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:49:34.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:49:33.295612+0000 mgr.smithi073.ivjadq (mgr.14164) 19 : cephadm [INF] Deploying daemon grafana.smithi073 on smithi073 2024-09-11T07:49:34.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:33.769212+0000 mon.smithi073 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:35.236 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:35.236 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:35.238 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:35.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:33.654634+0000 mgr.smithi073.ivjadq (mgr.14164) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:35.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:35.235424+0000 mon.smithi073 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.136:0/3989500842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:36.791 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:36.792 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:37.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:35.654996+0000 mgr.smithi073.ivjadq (mgr.14164) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:38.624 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:38.624 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:38.626 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:39.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:37.655278+0000 mgr.smithi073.ivjadq (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:39.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:38.622597+0000 mon.smithi073 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.136:0/1810491611' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:40.295 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:40.296 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:41.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:39.655552+0000 mgr.smithi073.ivjadq (mgr.14164) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:41.925 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:41.925 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:41.927 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:42.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:41.924151+0000 mon.smithi073 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.136:0/3936595836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:43.465 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:43.466 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:43.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:41.655769+0000 mgr.smithi073.ivjadq (mgr.14164) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:45.292 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:45.292 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:45.293 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:45.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:43.655965+0000 mgr.smithi073.ivjadq (mgr.14164) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:45.290919+0000 mon.smithi073 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.136:0/3840122112' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:46.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:46.862 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:45.656214+0000 mgr.smithi073.ivjadq (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:48.535 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:48.535 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:48.538 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:47.656542+0000 mgr.smithi073.ivjadq (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:48.534315+0000 mon.smithi073 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.136:0/4263371411' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:48.903709+0000 mon.smithi073 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:50.142 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:50.142 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:50.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:49:48.905598+0000 mgr.smithi073.ivjadq (mgr.14164) 28 : cephadm [INF] Deploying daemon node-exporter.smithi073 on smithi073 2024-09-11T07:49:51.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:49.656799+0000 mgr.smithi073.ivjadq (mgr.14164) 29 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:51.920 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:51.920 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:51.921 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:52.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:51.918420+0000 mon.smithi073 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.136:0/232078073' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:53.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:53.486 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:53.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:51.657041+0000 mgr.smithi073.ivjadq (mgr.14164) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:55.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:53.657285+0000 mgr.smithi073.ivjadq (mgr.14164) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:55.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:53.772742+0000 mon.smithi073 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:55.288 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:55.289 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:55.291 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:56.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:55.287613+0000 mon.smithi073 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.136:0/3240998886' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:56.925 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:49:56.925 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:49:57.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:55.657670+0000 mgr.smithi073.ivjadq (mgr.14164) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:58.620 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:49:58.621 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:49:58.624 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:49:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:57.658018+0000 mgr.smithi073.ivjadq (mgr.14164) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:49:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:58.214079+0000 mon.smithi073 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:49:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:49:58.220016+0000 mgr.smithi073.ivjadq (mgr.14164) 34 : cephadm [INF] Deploying daemon prometheus.smithi073 on smithi073 2024-09-11T07:49:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:58.618928+0000 mon.smithi073 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.136:0/281744633' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:49:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:49:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:49:58.775432+0000 mon.smithi073 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:00.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:50:00.078 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:50:01.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:49:59.658233+0000 mgr.smithi073.ivjadq (mgr.14164) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:01.879 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:50:01.879 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:50:01.881 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:50:02.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:01.878129+0000 mon.smithi073 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.136:0/2100869361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:03.465 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:50:03.465 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:50:03.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:01.658539+0000 mgr.smithi073.ivjadq (mgr.14164) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:04.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:03.780770+0000 mon.smithi073 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:50:04.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:03.783419+0000 mon.smithi073 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:50:05.206 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:50:05.207 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:50:05.208 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:50:05.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:03.658718+0000 mgr.smithi073.ivjadq (mgr.14164) 37 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:05.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:05.205577+0000 mon.smithi073 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.136:0/874726711' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:06.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:50:06.852 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:50:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:05.658926+0000 mgr.smithi073.ivjadq (mgr.14164) 38 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:08.591 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:50:08.591 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:50:08.593 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:50:09.542 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:07.659191+0000 mgr.smithi073.ivjadq (mgr.14164) 39 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:09.542 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:08.590286+0000 mon.smithi073 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.136:0/3592720039' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:10.200 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:50:10.200 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:50:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:09.659414+0000 mgr.smithi073.ivjadq (mgr.14164) 40 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:10.527270+0000 mon.smithi073 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:10.528271+0000 mon.smithi073 (mon.0) 153 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:50:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:10.529172+0000 mon.smithi073 (mon.0) 154 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:10.529700+0000 mon.smithi073 (mon.0) 155 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:50:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:11.102950+0000 mon.smithi073 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:12.088 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:50:12.088 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:50:12.090 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:50:13.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:11.659808+0000 mgr.smithi073.ivjadq (mgr.14164) 41 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:13.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:11.852967+0000 mon.smithi073 (mon.0) 157 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:13.158 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:12.087285+0000 mon.smithi073 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.136:0/3314872090' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:15.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:13.660106+0000 mgr.smithi073.ivjadq (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:15.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:13.778809+0000 mon.smithi073 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:15.087 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:50:15.088 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:50:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:15.091444+0000 mon.smithi073 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:15.627948+0000 mon.smithi073 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:15.628940+0000 mon.smithi073 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi136", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:50:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:15.916445+0000 mon.smithi073 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:16.937 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:50:16.937 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:50:16.939 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:50:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:15.660402+0000 mgr.smithi073.ivjadq (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:15.917076+0000 mgr.smithi073.ivjadq (mgr.14164) 44 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T07:50:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:16.149950+0000 mgr.smithi073.ivjadq (mgr.14164) 45 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:50:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:16.387798+0000 mon.smithi073 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:16.391457+0000 mon.smithi073 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:16.393331+0000 mon.smithi073 (mon.0) 166 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:50:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:16.395286+0000 mon.smithi073 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-11T07:50:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:16.396039+0000 mon.smithi073 (mon.0) 168 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:16.396834+0000 mgr.smithi073.ivjadq (mgr.14164) 46 : cephadm [INF] Deploying daemon crash.smithi136 on smithi136 2024-09-11T07:50:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:16.936360+0000 mon.smithi073 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.136:0/482864527' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:18.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:50:18.605 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:50:19.725 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:17.660649+0000 mgr.smithi073.ivjadq (mgr.14164) 47 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:21.093 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:50:21.093 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:50:21.095 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:50:21.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:19.660996+0000 mgr.smithi073.ivjadq (mgr.14164) 48 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:21.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:20.699638+0000 mon.smithi073 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:21.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:20.701299+0000 mon.smithi073 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:50:21.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:20.705694+0000 mon.smithi073 (mon.0) 172 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:50:21.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:20.706316+0000 mon.smithi073 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:50:21.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:20.706998+0000 mon.smithi073 (mon.0) 174 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:21.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:21.091696+0000 mon.smithi073 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.136:0/612073482' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:22.711 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:50:22.712 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:50:22.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:20.707529+0000 mgr.smithi073.ivjadq (mgr.14164) 49 : cephadm [INF] Deploying daemon mgr.smithi136.asoksz on smithi136 2024-09-11T07:50:23.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:21.661351+0000 mgr.smithi073.ivjadq (mgr.14164) 50 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:24.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:23.420991+0000 mon.smithi073 (mon.0) 176 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:24.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:23.422786+0000 mon.smithi073 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:50:24.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:23.423527+0000 mon.smithi073 (mon.0) 178 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:24.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:23.424206+0000 mgr.smithi073.ivjadq (mgr.14164) 51 : cephadm [INF] Deploying daemon mon.smithi136 on smithi136 2024-09-11T07:50:24.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:23.782228+0000 mon.smithi073 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:25.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:23.661687+0000 mgr.smithi073.ivjadq (mgr.14164) 52 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:26.083 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:50:26.083 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":1,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:48:04.891191Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:50:26.086 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 1 2024-09-11T07:50:26.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:26.082600+0000 mon.smithi073 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.136:0/3785377585' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:27.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:25.662039+0000 mgr.smithi073.ivjadq (mgr.14164) 53 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:28.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:28 smithi136 systemd[1]: Started Ceph mon.smithi136 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T07:50:28.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:50:28.660 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:27.662421+0000 mgr.smithi073.ivjadq (mgr.14164) 54 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:28.059102+0000 mon.smithi073 (mon.0) 182 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:28.059279+0000 mon.smithi073 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:28.059415+0000 mon.smithi073 (mon.0) 184 : cluster [INF] mon.smithi073 calling monitor election 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:28.546864+0000 mon.smithi073 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.136:0/4033754711' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:29.056605+0000 mon.smithi073 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:29.662728+0000 mgr.smithi073.ivjadq (mgr.14164) 55 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:30.056530+0000 mon.smithi073 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:30.057650+0000 mon.smithi136 (mon.1) 1 : cluster [INF] mon.smithi136 calling monitor election 2024-09-11T07:50:33.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:31.056783+0000 mon.smithi073 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:31.663048+0000 mgr.smithi073.ivjadq (mgr.14164) 56 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:32.056803+0000 mon.smithi073 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:33.056894+0000 mon.smithi073 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.062831+0000 mon.smithi073 (mon.0) 191 : cluster [INF] mon.smithi073 is new leader, mons smithi073,smithi136 in quorum (ranks 0,1) 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.065627+0000 mon.smithi073 (mon.0) 192 : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.065669+0000 mon.smithi073 (mon.0) 193 : cluster [DBG] fsmap 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.065698+0000 mon.smithi073 (mon.0) 194 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.065917+0000 mon.smithi073 (mon.0) 195 : cluster [DBG] mgrmap e17: smithi073.ivjadq(active, since 89s) 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.066641+0000 mon.smithi073 (mon.0) 196 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:33.067941+0000 mon.smithi073 (mon.0) 197 : audit [DBG] from='mgr.? 172.21.15.136:0/4033754711' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.069548+0000 mon.smithi073 (mon.0) 198 : cluster [INF] overall HEALTH_OK 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:33.069974+0000 mon.smithi073 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.136:0/4033754711' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:33.070353+0000 mon.smithi073 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.136:0/4033754711' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:50:33.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:33.071809+0000 mon.smithi073 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:33.518 INFO:teuthology.orchestra.run.smithi136.stdout: 2024-09-11T07:50:33.518 INFO:teuthology.orchestra.run.smithi136.stdout:{"epoch":2,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","modified":"2024-09-11T07:50:28.056608Z","created":"2024-09-11T07:48:04.891191Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi136","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:3300","nonce":0},{"type":"v1","addr":"172.21.15.136:6789","nonce":0}]},"addr":"172.21.15.136:6789/0","public_addr":"172.21.15.136:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-11T07:50:33.520 INFO:teuthology.orchestra.run.smithi136.stderr:dumped monmap epoch 2 2024-09-11T07:50:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:27.662421+0000 mgr.smithi073.ivjadq (mgr.14164) 54 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:28.059102+0000 mon.smithi073 (mon.0) 182 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:50:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:28.059279+0000 mon.smithi073 (mon.0) 183 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:28.059415+0000 mon.smithi073 (mon.0) 184 : cluster [INF] mon.smithi073 calling monitor election 2024-09-11T07:50:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:28.546864+0000 mon.smithi073 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.136:0/4033754711' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:29.056605+0000 mon.smithi073 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:29.662728+0000 mgr.smithi073.ivjadq (mgr.14164) 55 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:30.056530+0000 mon.smithi073 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:30.057650+0000 mon.smithi136 (mon.1) 1 : cluster [INF] mon.smithi136 calling monitor election 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:31.056783+0000 mon.smithi073 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:31.663048+0000 mgr.smithi073.ivjadq (mgr.14164) 56 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:32.056803+0000 mon.smithi073 (mon.0) 189 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:33.056894+0000 mon.smithi073 (mon.0) 190 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.062831+0000 mon.smithi073 (mon.0) 191 : cluster [INF] mon.smithi073 is new leader, mons smithi073,smithi136 in quorum (ranks 0,1) 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.065627+0000 mon.smithi073 (mon.0) 192 : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.065669+0000 mon.smithi073 (mon.0) 193 : cluster [DBG] fsmap 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.065698+0000 mon.smithi073 (mon.0) 194 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.065917+0000 mon.smithi073 (mon.0) 195 : cluster [DBG] mgrmap e17: smithi073.ivjadq(active, since 89s) 2024-09-11T07:50:33.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.066641+0000 mon.smithi073 (mon.0) 196 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T07:50:33.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:33.067941+0000 mon.smithi073 (mon.0) 197 : audit [DBG] from='mgr.? 172.21.15.136:0/4033754711' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:50:33.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.069548+0000 mon.smithi073 (mon.0) 198 : cluster [INF] overall HEALTH_OK 2024-09-11T07:50:33.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:33.069974+0000 mon.smithi073 (mon.0) 199 : audit [DBG] from='mgr.? 172.21.15.136:0/4033754711' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T07:50:33.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:33.070353+0000 mon.smithi073 (mon.0) 200 : audit [DBG] from='mgr.? 172.21.15.136:0/4033754711' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:50:33.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:33.071809+0000 mon.smithi073 (mon.0) 201 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:34.038 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T07:50:34.038 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T07:50:34.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:33.073398+0000 mgr.smithi073.ivjadq (mgr.14164) 57 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-09-11T07:50:34.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.125460+0000 mon.smithi073 (mon.0) 202 : cluster [DBG] mgrmap e18: smithi073.ivjadq(active, since 89s), standbys: smithi136.asoksz 2024-09-11T07:50:34.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:33.125605+0000 mon.smithi073 (mon.0) 203 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T07:50:34.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:33.516024+0000 mon.smithi073 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.136:0/2403008258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:34.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:33.787008+0000 mon.smithi073 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:34.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:34.056979+0000 mon.smithi073 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:33.073398+0000 mgr.smithi073.ivjadq (mgr.14164) 57 : cephadm [INF] Deploying daemon node-exporter.smithi136 on smithi136 2024-09-11T07:50:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.125460+0000 mon.smithi073 (mon.0) 202 : cluster [DBG] mgrmap e18: smithi073.ivjadq(active, since 89s), standbys: smithi136.asoksz 2024-09-11T07:50:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:33.125605+0000 mon.smithi073 (mon.0) 203 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T07:50:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:33.516024+0000 mon.smithi073 (mon.0) 204 : audit [DBG] from='client.? 172.21.15.136:0/2403008258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:50:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:33.787008+0000 mon.smithi073 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:34.056979+0000 mon.smithi073 (mon.0) 206 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:50:35.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:33.663355+0000 mgr.smithi073.ivjadq (mgr.14164) 58 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:33.663355+0000 mgr.smithi073.ivjadq (mgr.14164) 58 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:35.899 INFO:teuthology.orchestra.run.smithi073.stdout:# minimal ceph.conf for 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:50:35.899 INFO:teuthology.orchestra.run.smithi073.stdout:[global] 2024-09-11T07:50:35.900 INFO:teuthology.orchestra.run.smithi073.stdout: fsid = 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T07:50:35.900 INFO:teuthology.orchestra.run.smithi073.stdout: mon_host = [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] 2024-09-11T07:50:36.475 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:35.898264+0000 mon.smithi073 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.73:0/1721830706' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:36.498 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T07:50:36.498 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:50:36.498 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:50:36.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:35.898264+0000 mon.smithi073 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.73:0/1721830706' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:36.527 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:50:36.527 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:50:36.592 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-11T07:50:36.592 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:50:36.625 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-11T07:50:36.625 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:50:36.695 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T07:50:36.695 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:50:36.695 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:50:36.711 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-11T07:50:36.711 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_1 2024-09-11T07:50:36.766 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:50:36.767 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:50:36.767 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-11T07:50:36.767 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:50:36.767 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:50:36.767 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-09-11 07:50:09.935054851 +0000 2024-09-11T07:50:36.767 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-09-11 07:47:03.614337461 +0000 2024-09-11T07:50:36.767 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-09-11 07:47:03.614337461 +0000 2024-09-11T07:50:36.767 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: 2024-09-11 07:47:03.614337461 +0000 2024-09-11T07:50:36.767 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:50:36.830 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-09-11T07:50:36.831 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-09-11T07:50:36.831 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000193106 s, 2.7 MB/s 2024-09-11T07:50:36.832 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:50:36.889 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_2 2024-09-11T07:50:36.945 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:50:36.945 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:50:36.945 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-11T07:50:36.946 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:50:36.946 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:50:36.946 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-09-11 07:50:09.935054851 +0000 2024-09-11T07:50:36.946 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-09-11 07:47:03.940330128 +0000 2024-09-11T07:50:36.946 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-09-11 07:47:03.940330128 +0000 2024-09-11T07:50:36.946 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: 2024-09-11 07:47:03.940330128 +0000 2024-09-11T07:50:36.946 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:50:37.010 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-09-11T07:50:37.010 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-09-11T07:50:37.010 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.00021844 s, 2.3 MB/s 2024-09-11T07:50:37.011 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:50:37.067 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_3 2024-09-11T07:50:37.122 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:50:37.122 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:50:37.123 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-11T07:50:37.123 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:50:37.123 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:50:37.123 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-09-11 07:50:09.936054828 +0000 2024-09-11T07:50:37.123 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-09-11 07:47:04.270322706 +0000 2024-09-11T07:50:37.123 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-09-11 07:47:04.270322706 +0000 2024-09-11T07:50:37.123 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: 2024-09-11 07:47:04.270322706 +0000 2024-09-11T07:50:37.123 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:50:37.188 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-09-11T07:50:37.188 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-09-11T07:50:37.188 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000209792 s, 2.4 MB/s 2024-09-11T07:50:37.189 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:50:37.245 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_4 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-09-11 07:50:09.936054828 +0000 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-09-11 07:47:04.590315509 +0000 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-09-11 07:47:04.590315509 +0000 2024-09-11T07:50:37.300 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: 2024-09-11 07:47:04.590315509 +0000 2024-09-11T07:50:37.301 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:50:37.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:35.663648+0000 mgr.smithi073.ivjadq (mgr.14164) 59 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:37.332 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-09-11T07:50:37.333 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-09-11T07:50:37.333 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000215464 s, 2.4 MB/s 2024-09-11T07:50:37.334 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:50:37.390 DEBUG:teuthology.orchestra.run.smithi136:> set -ex 2024-09-11T07:50:37.390 DEBUG:teuthology.orchestra.run.smithi136:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:50:37.409 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-11T07:50:37.410 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_1 2024-09-11T07:50:37.468 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:50:37.468 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:50:37.468 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-11T07:50:37.469 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:50:37.469 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:50:37.469 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-11 07:50:33.576584896 +0000 2024-09-11T07:50:37.469 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-11 07:47:06.586127154 +0000 2024-09-11T07:50:37.469 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-11 07:47:06.586127154 +0000 2024-09-11T07:50:37.469 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-09-11 07:47:06.586127154 +0000 2024-09-11T07:50:37.469 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:50:37.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:35.663648+0000 mgr.smithi073.ivjadq (mgr.14164) 59 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:37.535 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-11T07:50:37.535 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-11T07:50:37.535 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000220694 s, 2.3 MB/s 2024-09-11T07:50:37.536 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:50:37.594 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_2 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-11 07:50:33.576584896 +0000 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-11 07:47:06.908120092 +0000 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-11 07:47:06.908120092 +0000 2024-09-11T07:50:37.652 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-09-11 07:47:06.908120092 +0000 2024-09-11T07:50:37.653 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:50:37.717 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-11T07:50:37.718 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-11T07:50:37.718 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.00024354 s, 2.1 MB/s 2024-09-11T07:50:37.719 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:50:37.776 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_3 2024-09-11T07:50:37.832 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:50:37.833 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:50:37.833 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-09-11T07:50:37.833 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:50:37.833 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:50:37.833 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-11 07:50:33.577584874 +0000 2024-09-11T07:50:37.833 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-11 07:47:07.237112876 +0000 2024-09-11T07:50:37.833 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-11 07:47:07.237112876 +0000 2024-09-11T07:50:37.833 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-09-11 07:47:07.237112876 +0000 2024-09-11T07:50:37.833 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:50:37.897 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-11T07:50:37.898 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-11T07:50:37.898 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000196896 s, 2.6 MB/s 2024-09-11T07:50:37.899 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:50:37.956 DEBUG:teuthology.orchestra.run.smithi136:> stat /dev/vg_nvme/lv_4 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout:Access: 2024-09-11 07:50:33.577584874 +0000 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout:Modify: 2024-09-11 07:47:07.565105682 +0000 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout:Change: 2024-09-11 07:47:07.565105682 +0000 2024-09-11T07:50:38.012 INFO:teuthology.orchestra.run.smithi136.stdout: Birth: 2024-09-11 07:47:07.565105682 +0000 2024-09-11T07:50:38.013 DEBUG:teuthology.orchestra.run.smithi136:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:50:38.076 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records in 2024-09-11T07:50:38.076 INFO:teuthology.orchestra.run.smithi136.stderr:1+0 records out 2024-09-11T07:50:38.076 INFO:teuthology.orchestra.run.smithi136.stderr:512 bytes copied, 0.000263896 s, 1.9 MB/s 2024-09-11T07:50:38.078 DEBUG:teuthology.orchestra.run.smithi136:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:50:38.134 INFO:tasks.cephadm:Deploying osd.0 on smithi073 with /dev/vg_nvme/lv_4... 2024-09-11T07:50:38.134 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:50:39.438 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:37.663887+0000 mgr.smithi073.ivjadq (mgr.14164) 60 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:37.663887+0000 mgr.smithi073.ivjadq (mgr.14164) 60 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:40.086 INFO:teuthology.orchestra.run.smithi073.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:50:40.086 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:50:40.086 INFO:teuthology.orchestra.run.smithi073.stderr: stderr: 10+0 records in 2024-09-11T07:50:40.086 INFO:teuthology.orchestra.run.smithi073.stderr:10+0 records out 2024-09-11T07:50:40.086 INFO:teuthology.orchestra.run.smithi073.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0115896 s, 905 MB/s 2024-09-11T07:50:40.086 INFO:teuthology.orchestra.run.smithi073.stderr:--> Zapping successful for: 2024-09-11T07:50:40.675 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi073:vg_nvme/lv_4 2024-09-11T07:50:41.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:39.664090+0000 mgr.smithi073.ivjadq (mgr.14164) 61 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:41.290 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:39.664090+0000 mgr.smithi073.ivjadq (mgr.14164) 61 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:43.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:41.664289+0000 mgr.smithi073.ivjadq (mgr.14164) 62 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:43.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:42.557209+0000 mon.smithi073 (mon.0) 208 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:50:43.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:42.558587+0000 mon.smithi073 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:50:43.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:42.559048+0000 mon.smithi073 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:43.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:42.945629+0000 mon.smithi073 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:43.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:42.946772+0000 mon.smithi073 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:50:43.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:42.947549+0000 mon.smithi073 (mon.0) 213 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:43.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:42.947995+0000 mon.smithi073 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:50:43.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:41.664289+0000 mgr.smithi073.ivjadq (mgr.14164) 62 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:43.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:42.557209+0000 mon.smithi073 (mon.0) 208 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:50:43.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:42.558587+0000 mon.smithi073 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:50:43.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:42.559048+0000 mon.smithi073 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:43.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:42.945629+0000 mon.smithi073 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:43.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:42.946772+0000 mon.smithi073 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:50:43.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:42.947549+0000 mon.smithi073 (mon.0) 213 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:43.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:42.947995+0000 mon.smithi073 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:50:44.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:42.556389+0000 mgr.smithi073.ivjadq (mgr.14164) 63 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi073:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:50:44.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:43.790915+0000 mon.smithi073 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:42.556389+0000 mgr.smithi073.ivjadq (mgr.14164) 63 : audit [DBG] from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi073:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:50:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:43.790915+0000 mon.smithi073 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:45.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:43.664635+0000 mgr.smithi073.ivjadq (mgr.14164) 64 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:45.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:44.609828+0000 mon.smithi073 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:45.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:44.654033+0000 mon.smithi073 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:45.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:44.667156+0000 mon.smithi073 (mon.0) 218 : audit [INF] from='client.? 172.21.15.73:0/3539007027' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18a21555-bffa-48e6-bdd4-ce76239cedda"}]: dispatch 2024-09-11T07:50:45.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:44.671276+0000 mon.smithi073 (mon.0) 219 : audit [INF] from='client.? 172.21.15.73:0/3539007027' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18a21555-bffa-48e6-bdd4-ce76239cedda"}]': finished 2024-09-11T07:50:45.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:44.671351+0000 mon.smithi073 (mon.0) 220 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:50:45.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:44.671468+0000 mon.smithi073 (mon.0) 221 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:50:45.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:45.113670+0000 mon.smithi073 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.73:0/2098938557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:50:45.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:43.664635+0000 mgr.smithi073.ivjadq (mgr.14164) 64 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:45.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:44.609828+0000 mon.smithi073 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:45.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:44.654033+0000 mon.smithi073 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:45.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:44.667156+0000 mon.smithi073 (mon.0) 218 : audit [INF] from='client.? 172.21.15.73:0/3539007027' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "18a21555-bffa-48e6-bdd4-ce76239cedda"}]: dispatch 2024-09-11T07:50:45.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:44.671276+0000 mon.smithi073 (mon.0) 219 : audit [INF] from='client.? 172.21.15.73:0/3539007027' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "18a21555-bffa-48e6-bdd4-ce76239cedda"}]': finished 2024-09-11T07:50:45.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:44.671351+0000 mon.smithi073 (mon.0) 220 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:50:45.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:44.671468+0000 mon.smithi073 (mon.0) 221 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:50:45.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:45.113670+0000 mon.smithi073 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.73:0/2098938557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:50:46.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:46 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:44.610261+0000 mgr.smithi073.ivjadq (mgr.14164) 65 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T07:50:46.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:46 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:44.623112+0000 mgr.smithi073.ivjadq (mgr.14164) 66 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:50:46.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:44.610261+0000 mgr.smithi073.ivjadq (mgr.14164) 65 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T07:50:46.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:44.623112+0000 mgr.smithi073.ivjadq (mgr.14164) 66 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:50:47.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:45.664998+0000 mgr.smithi073.ivjadq (mgr.14164) 67 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:47.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:45.664998+0000 mgr.smithi073.ivjadq (mgr.14164) 67 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:49.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:47.665234+0000 mgr.smithi073.ivjadq (mgr.14164) 68 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:49.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:48.101164+0000 mon.smithi073 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:49.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:48.673644+0000 mon.smithi073 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:49.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:48.677210+0000 mon.smithi073 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:49.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:48.679744+0000 mon.smithi073 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:50:49.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:48.680318+0000 mon.smithi073 (mon.0) 227 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:50:49.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:48.680790+0000 mon.smithi073 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:49.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:47.665234+0000 mgr.smithi073.ivjadq (mgr.14164) 68 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:49.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:48.101164+0000 mon.smithi073 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:49.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:48.673644+0000 mon.smithi073 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:49.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:48.677210+0000 mon.smithi073 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:49.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:48.679744+0000 mon.smithi073 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:50:49.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:48.680318+0000 mon.smithi073 (mon.0) 227 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:50:49.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:48.680790+0000 mon.smithi073 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:50.395 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:48.648781+0000 mgr.smithi073.ivjadq (mgr.14164) 69 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T07:50:50.395 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:48.679513+0000 mgr.smithi073.ivjadq (mgr.14164) 70 : cephadm [INF] Reconfiguring mon.smithi073 (unknown last config time)... 2024-09-11T07:50:50.395 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:48.681221+0000 mgr.smithi073.ivjadq (mgr.14164) 71 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2024-09-11T07:50:50.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:48.648781+0000 mgr.smithi073.ivjadq (mgr.14164) 69 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T07:50:50.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:48.679513+0000 mgr.smithi073.ivjadq (mgr.14164) 70 : cephadm [INF] Reconfiguring mon.smithi073 (unknown last config time)... 2024-09-11T07:50:50.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:48.681221+0000 mgr.smithi073.ivjadq (mgr.14164) 71 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2024-09-11T07:50:51.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:49.665484+0000 mgr.smithi073.ivjadq (mgr.14164) 72 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:49.665484+0000 mgr.smithi073.ivjadq (mgr.14164) 72 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:51.201780+0000 mon.smithi073 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:51.202275+0000 mgr.smithi073.ivjadq (mgr.14164) 73 : cephadm [INF] Reconfiguring mgr.smithi073.ivjadq (unknown last config time)... 2024-09-11T07:50:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:51.202504+0000 mon.smithi073 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ivjadq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:50:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:51.203210+0000 mon.smithi073 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:50:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:51.203701+0000 mon.smithi073 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:51.204148+0000 mgr.smithi073.ivjadq (mgr.14164) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi073.ivjadq on smithi073 2024-09-11T07:50:52.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:51.201780+0000 mon.smithi073 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:51.202275+0000 mgr.smithi073.ivjadq (mgr.14164) 73 : cephadm [INF] Reconfiguring mgr.smithi073.ivjadq (unknown last config time)... 2024-09-11T07:50:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:51.202504+0000 mon.smithi073 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ivjadq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:50:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:51.203210+0000 mon.smithi073 (mon.0) 231 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:50:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:51.203701+0000 mon.smithi073 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:51.204148+0000 mgr.smithi073.ivjadq (mgr.14164) 74 : cephadm [INF] Reconfiguring daemon mgr.smithi073.ivjadq on smithi073 2024-09-11T07:50:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:51.665711+0000 mgr.smithi073.ivjadq (mgr.14164) 75 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:52.594258+0000 mon.smithi073 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:50:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:52.594862+0000 mon.smithi073 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:51.665711+0000 mgr.smithi073.ivjadq (mgr.14164) 75 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:52.594258+0000 mon.smithi073 (mon.0) 233 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:50:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:52.594862+0000 mon.smithi073 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:50:54.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:52.595315+0000 mgr.smithi073.ivjadq (mgr.14164) 76 : cephadm [INF] Deploying daemon osd.0 on smithi073 2024-09-11T07:50:54.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:53.694128+0000 mon.smithi073 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:52.595315+0000 mgr.smithi073.ivjadq (mgr.14164) 76 : cephadm [INF] Deploying daemon osd.0 on smithi073 2024-09-11T07:50:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:53.694128+0000 mon.smithi073 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:55.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:53.665999+0000 mgr.smithi073.ivjadq (mgr.14164) 77 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:55.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:53.694703+0000 mgr.smithi073.ivjadq (mgr.14164) 78 : cephadm [INF] Reconfiguring alertmanager.smithi073 (dependencies changed)... 2024-09-11T07:50:55.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:50:53.698119+0000 mgr.smithi073.ivjadq (mgr.14164) 79 : cephadm [INF] Reconfiguring daemon alertmanager.smithi073 on smithi073 2024-09-11T07:50:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:53.665999+0000 mgr.smithi073.ivjadq (mgr.14164) 77 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:53.694703+0000 mgr.smithi073.ivjadq (mgr.14164) 78 : cephadm [INF] Reconfiguring alertmanager.smithi073 (dependencies changed)... 2024-09-11T07:50:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:50:53.698119+0000 mgr.smithi073.ivjadq (mgr.14164) 79 : cephadm [INF] Reconfiguring daemon alertmanager.smithi073 on smithi073 2024-09-11T07:50:57.160 INFO:teuthology.orchestra.run.smithi073.stdout:Created osd(s) 0 on host 'smithi073' 2024-09-11T07:50:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:55.666365+0000 mgr.smithi073.ivjadq (mgr.14164) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:57.153404+0000 mon.smithi073 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:50:57.157560+0000 mon.smithi073 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:57.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:55.666365+0000 mgr.smithi073.ivjadq (mgr.14164) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:57.153404+0000 mon.smithi073 (mon.0) 236 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:50:57.157560+0000 mon.smithi073 (mon.0) 237 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:50:57.836 DEBUG:teuthology.orchestra.run.smithi073:osd.0> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.0.service 2024-09-11T07:50:57.838 INFO:tasks.cephadm:Deploying osd.1 on smithi073 with /dev/vg_nvme/lv_3... 2024-09-11T07:50:57.839 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T07:50:59.390 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:50:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:57.666686+0000 mgr.smithi073.ivjadq (mgr.14164) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:50:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:50:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:57.666686+0000 mgr.smithi073.ivjadq (mgr.14164) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:51:00.363 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 07:51:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0[31889]: debug 2024-09-11T07:51:00.256+0000 7f5d1931d080 -1 osd.0 0 log_to_monitors {default=true} 2024-09-11T07:51:01.394 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:50:59.666886+0000 mgr.smithi073.ivjadq (mgr.14164) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:51:01.394 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:00.261125+0000 mon.smithi073 (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:51:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:50:59.666886+0000 mgr.smithi073.ivjadq (mgr.14164) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:51:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:00.261125+0000 mon.smithi073 (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:51:02.489 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 07:51:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0[31889]: debug 2024-09-11T07:51:02.231+0000 7f5d0f880700 -1 osd.0 0 waiting for initial osdmap 2024-09-11T07:51:02.489 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 07:51:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0[31889]: debug 2024-09-11T07:51:02.237+0000 7f5d09ff8700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T07:51:02.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:01.226826+0000 mon.smithi073 (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:51:02.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:01.226877+0000 mon.smithi073 (mon.0) 240 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-11T07:51:02.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:01.226985+0000 mon.smithi073 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:51:02.489 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:01.227351+0000 mon.smithi073 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T07:51:02.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:01.226826+0000 mon.smithi073 (mon.0) 239 : audit [INF] from='osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:51:02.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:01.226877+0000 mon.smithi073 (mon.0) 240 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-11T07:51:02.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:01.226985+0000 mon.smithi073 (mon.0) 241 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:51:02.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:01.227351+0000 mon.smithi073 (mon.0) 242 : audit [INF] from='osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T07:51:02.965 INFO:teuthology.orchestra.run.smithi073.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T07:51:02.966 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T07:51:02.966 INFO:teuthology.orchestra.run.smithi073.stderr: stderr: 10+0 records in 2024-09-11T07:51:02.966 INFO:teuthology.orchestra.run.smithi073.stderr:10+0 records out 2024-09-11T07:51:02.966 INFO:teuthology.orchestra.run.smithi073.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.012549 s, 836 MB/s 2024-09-11T07:51:02.966 INFO:teuthology.orchestra.run.smithi073.stderr:--> Zapping successful for: 2024-09-11T07:51:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:01.667049+0000 mgr.smithi073.ivjadq (mgr.14164) 83 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:51:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:02.229084+0000 mon.smithi073 (mon.0) 243 : audit [INF] from='osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-09-11T07:51:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:02.229136+0000 mon.smithi073 (mon.0) 244 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-11T07:51:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:02.229571+0000 mon.smithi073 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:51:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:02.234384+0000 mon.smithi073 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:51:03.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:01.667049+0000 mgr.smithi073.ivjadq (mgr.14164) 83 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:51:03.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:02.229084+0000 mon.smithi073 (mon.0) 243 : audit [INF] from='osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-09-11T07:51:03.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:02.229136+0000 mon.smithi073 (mon.0) 244 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-11T07:51:03.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:02.229571+0000 mon.smithi073 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:51:03.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:02.234384+0000 mon.smithi073 (mon.0) 246 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:51:03.655 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi073:vg_nvme/lv_3 2024-09-11T07:51:04.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:01.274913+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:51:04.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:01.275007+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:51:04.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:03.234047+0000 mon.smithi073 (mon.0) 247 : cluster [INF] osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368] boot 2024-09-11T07:51:04.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:03.234075+0000 mon.smithi073 (mon.0) 248 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-11T07:51:04.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:03.234455+0000 mon.smithi073 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:51:04.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:03.781778+0000 mon.smithi073 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:51:04.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:03.784269+0000 mon.smithi073 (mon.0) 251 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:51:04.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:03.904022+0000 mon.smithi073 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:04.289 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:03.904846+0000 mon.smithi073 (mon.0) 253 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:51:04.289 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:03.905502+0000 mon.smithi073 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:01.274913+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:51:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:01.275007+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:51:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:03.234047+0000 mon.smithi073 (mon.0) 247 : cluster [INF] osd.0 [v2:172.21.15.73:6802/3844649368,v1:172.21.15.73:6803/3844649368] boot 2024-09-11T07:51:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:03.234075+0000 mon.smithi073 (mon.0) 248 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-11T07:51:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:03.234455+0000 mon.smithi073 (mon.0) 249 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:51:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:03.781778+0000 mon.smithi073 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:51:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:03.784269+0000 mon.smithi073 (mon.0) 251 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:51:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:03.904022+0000 mon.smithi073 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:04.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:03.904846+0000 mon.smithi073 (mon.0) 253 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:51:04.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:03.905502+0000 mon.smithi073 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:03.667264+0000 mgr.smithi073.ivjadq (mgr.14164) 84 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:51:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:03.904612+0000 mgr.smithi073.ivjadq (mgr.14164) 85 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2024-09-11T07:51:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:03.906150+0000 mgr.smithi073.ivjadq (mgr.14164) 86 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2024-09-11T07:51:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:04.239349+0000 mon.smithi073 (mon.0) 255 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T07:51:05.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:03.667264+0000 mgr.smithi073.ivjadq (mgr.14164) 84 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:51:05.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:03.904612+0000 mgr.smithi073.ivjadq (mgr.14164) 85 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2024-09-11T07:51:05.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:03.906150+0000 mgr.smithi073.ivjadq (mgr.14164) 86 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2024-09-11T07:51:05.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:04.239349+0000 mon.smithi073 (mon.0) 255 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T07:51:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:05.667577+0000 mgr.smithi073.ivjadq (mgr.14164) 87 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:06.323171+0000 mgr.smithi073.ivjadq (mgr.14164) 88 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi073:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:06.323920+0000 mon.smithi073 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:51:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:06.325104+0000 mon.smithi073 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:51:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:06.325666+0000 mon.smithi073 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:06.486556+0000 mon.smithi073 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:05.667577+0000 mgr.smithi073.ivjadq (mgr.14164) 87 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:06.323171+0000 mgr.smithi073.ivjadq (mgr.14164) 88 : audit [DBG] from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi073:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:06.323920+0000 mon.smithi073 (mon.0) 256 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:51:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:06.325104+0000 mon.smithi073 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:51:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:06.325666+0000 mon.smithi073 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:06.486556+0000 mon.smithi073 (mon.0) 259 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:08.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:06.487102+0000 mgr.smithi073.ivjadq (mgr.14164) 89 : cephadm [INF] Reconfiguring grafana.smithi073 (dependencies changed)... 2024-09-11T07:51:08.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:06.491482+0000 mgr.smithi073.ivjadq (mgr.14164) 90 : cephadm [INF] Reconfiguring daemon grafana.smithi073 on smithi073 2024-09-11T07:51:08.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:06.487102+0000 mgr.smithi073.ivjadq (mgr.14164) 89 : cephadm [INF] Reconfiguring grafana.smithi073 (dependencies changed)... 2024-09-11T07:51:08.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:06.491482+0000 mgr.smithi073.ivjadq (mgr.14164) 90 : cephadm [INF] Reconfiguring daemon grafana.smithi073 on smithi073 2024-09-11T07:51:09.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:07.667987+0000 mgr.smithi073.ivjadq (mgr.14164) 91 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:09.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:07.667987+0000 mgr.smithi073.ivjadq (mgr.14164) 91 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:11.446 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:09.668275+0000 mgr.smithi073.ivjadq (mgr.14164) 92 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:09.668275+0000 mgr.smithi073.ivjadq (mgr.14164) 92 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:11.304324+0000 mon.smithi073 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:11.304923+0000 mgr.smithi073.ivjadq (mgr.14164) 93 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T07:51:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:11.307114+0000 mgr.smithi073.ivjadq (mgr.14164) 94 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T07:51:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:11.304324+0000 mon.smithi073 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:11.304923+0000 mgr.smithi073.ivjadq (mgr.14164) 93 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T07:51:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:11.307114+0000 mgr.smithi073.ivjadq (mgr.14164) 94 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T07:51:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:11.668509+0000 mgr.smithi073.ivjadq (mgr.14164) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:12.334167+0000 mon.smithi073 (mon.0) 261 : audit [INF] from='client.? 172.21.15.73:0/25635104' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65e2b4e4-10fe-482e-b9d9-58223558c20d"}]: dispatch 2024-09-11T07:51:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:12.337165+0000 mon.smithi073 (mon.0) 262 : audit [INF] from='client.? 172.21.15.73:0/25635104' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65e2b4e4-10fe-482e-b9d9-58223558c20d"}]': finished 2024-09-11T07:51:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:12.337204+0000 mon.smithi073 (mon.0) 263 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-11T07:51:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:12.337285+0000 mon.smithi073 (mon.0) 264 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:12.755289+0000 mon.smithi073 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.73:0/480974848' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:51:13.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:11.668509+0000 mgr.smithi073.ivjadq (mgr.14164) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:13.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:12.334167+0000 mon.smithi073 (mon.0) 261 : audit [INF] from='client.? 172.21.15.73:0/25635104' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "65e2b4e4-10fe-482e-b9d9-58223558c20d"}]: dispatch 2024-09-11T07:51:13.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:12.337165+0000 mon.smithi073 (mon.0) 262 : audit [INF] from='client.? 172.21.15.73:0/25635104' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65e2b4e4-10fe-482e-b9d9-58223558c20d"}]': finished 2024-09-11T07:51:13.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:12.337204+0000 mon.smithi073 (mon.0) 263 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-11T07:51:13.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:12.337285+0000 mon.smithi073 (mon.0) 264 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:13.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:12.755289+0000 mon.smithi073 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.73:0/480974848' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:51:15.754 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:13.668750+0000 mgr.smithi073.ivjadq (mgr.14164) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:15.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:13.668750+0000 mgr.smithi073.ivjadq (mgr.14164) 96 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:17.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:15.669063+0000 mgr.smithi073.ivjadq (mgr.14164) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:17.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:15.669063+0000 mgr.smithi073.ivjadq (mgr.14164) 97 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:17.669428+0000 mgr.smithi073.ivjadq (mgr.14164) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:19.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:17.669428+0000 mgr.smithi073.ivjadq (mgr.14164) 98 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:21.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:19.669692+0000 mgr.smithi073.ivjadq (mgr.14164) 99 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:21.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:20.999897+0000 mon.smithi073 (mon.0) 266 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:21.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:21.000725+0000 mon.smithi073 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:51:21.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:21.001406+0000 mon.smithi073 (mon.0) 268 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:21.606 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:19.669692+0000 mgr.smithi073.ivjadq (mgr.14164) 99 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:21.606 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:20.999897+0000 mon.smithi073 (mon.0) 266 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:21.606 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:21.000725+0000 mon.smithi073 (mon.0) 267 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:51:21.606 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:21.001406+0000 mon.smithi073 (mon.0) 268 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:21.000472+0000 mgr.smithi073.ivjadq (mgr.14164) 100 : cephadm [INF] Reconfiguring crash.smithi136 (monmap changed)... 2024-09-11T07:51:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:21.001869+0000 mgr.smithi073.ivjadq (mgr.14164) 101 : cephadm [INF] Reconfiguring daemon crash.smithi136 on smithi136 2024-09-11T07:51:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:22.144435+0000 mon.smithi073 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:22.145104+0000 mon.smithi073 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:51:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:22.145742+0000 mon.smithi073 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:51:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:22.146234+0000 mon.smithi073 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:22.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:21.000472+0000 mgr.smithi073.ivjadq (mgr.14164) 100 : cephadm [INF] Reconfiguring crash.smithi136 (monmap changed)... 2024-09-11T07:51:22.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:21.001869+0000 mgr.smithi073.ivjadq (mgr.14164) 101 : cephadm [INF] Reconfiguring daemon crash.smithi136 on smithi136 2024-09-11T07:51:22.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:22.144435+0000 mon.smithi073 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:22.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:22.145104+0000 mon.smithi073 (mon.0) 270 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:51:22.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:22.145742+0000 mon.smithi073 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:51:22.566 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:22.146234+0000 mon.smithi073 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:23.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:21.669936+0000 mgr.smithi073.ivjadq (mgr.14164) 102 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:23.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:22.144885+0000 mgr.smithi073.ivjadq (mgr.14164) 103 : cephadm [INF] Reconfiguring mgr.smithi136.asoksz (monmap changed)... 2024-09-11T07:51:23.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:22.146661+0000 mgr.smithi073.ivjadq (mgr.14164) 104 : cephadm [INF] Reconfiguring daemon mgr.smithi136.asoksz on smithi136 2024-09-11T07:51:23.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:22.330672+0000 mon.smithi073 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:51:23.614 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:22.331292+0000 mon.smithi073 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:23.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:22.333652+0000 mgr.smithi073.ivjadq (mgr.14164) 105 : cephadm [INF] Deploying daemon osd.1 on smithi073 2024-09-11T07:51:23.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:21.669936+0000 mgr.smithi073.ivjadq (mgr.14164) 102 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:23.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:22.144885+0000 mgr.smithi073.ivjadq (mgr.14164) 103 : cephadm [INF] Reconfiguring mgr.smithi136.asoksz (monmap changed)... 2024-09-11T07:51:23.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:22.146661+0000 mgr.smithi073.ivjadq (mgr.14164) 104 : cephadm [INF] Reconfiguring daemon mgr.smithi136.asoksz on smithi136 2024-09-11T07:51:23.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:22.330672+0000 mon.smithi073 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:51:23.723 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:22.331292+0000 mon.smithi073 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:23.724 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:22.333652+0000 mgr.smithi073.ivjadq (mgr.14164) 105 : cephadm [INF] Deploying daemon osd.1 on smithi073 2024-09-11T07:51:24.670 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:23.440481+0000 mon.smithi073 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:24.670 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:23.440934+0000 mgr.smithi073.ivjadq (mgr.14164) 106 : cephadm [INF] Reconfiguring mon.smithi136 (monmap changed)... 2024-09-11T07:51:24.670 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:23.441124+0000 mon.smithi073 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:51:24.670 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:23.441666+0000 mon.smithi073 (mon.0) 277 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:51:24.670 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:23.442186+0000 mon.smithi073 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:24.671 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:23.442616+0000 mgr.smithi073.ivjadq (mgr.14164) 107 : cephadm [INF] Reconfiguring daemon mon.smithi136 on smithi136 2024-09-11T07:51:24.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:23.440481+0000 mon.smithi073 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:24.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:23.440934+0000 mgr.smithi073.ivjadq (mgr.14164) 106 : cephadm [INF] Reconfiguring mon.smithi136 (monmap changed)... 2024-09-11T07:51:24.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:23.441124+0000 mon.smithi073 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:51:24.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:23.441666+0000 mon.smithi073 (mon.0) 277 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:51:24.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:23.442186+0000 mon.smithi073 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:24.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:23.442616+0000 mgr.smithi073.ivjadq (mgr.14164) 107 : cephadm [INF] Reconfiguring daemon mon.smithi136 on smithi136 2024-09-11T07:51:25.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:23.670156+0000 mgr.smithi073.ivjadq (mgr.14164) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:25.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:24.722943+0000 mon.smithi073 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:25.708 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:24.725416+0000 mon.smithi073 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:51:25.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:23.670156+0000 mgr.smithi073.ivjadq (mgr.14164) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:25.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:24.722943+0000 mon.smithi073 (mon.0) 279 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:25.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:24.725416+0000 mon.smithi073 (mon.0) 280 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:51:25.989 INFO:teuthology.orchestra.run.smithi073.stdout:Created osd(s) 1 on host 'smithi073' 2024-09-11T07:51:26.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:24.725730+0000 mgr.smithi073.ivjadq (mgr.14164) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:51:26.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:25.982846+0000 mon.smithi073 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:25.986476+0000 mon.smithi073 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:25.997252+0000 mon.smithi073 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.73:9093"}]: dispatch 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.001571+0000 mon.smithi073 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.005289+0000 mon.smithi073 (mon.0) 285 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.010368+0000 mon.smithi073 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.73:3000"}]: dispatch 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.014523+0000 mon.smithi073 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.018011+0000 mon.smithi073 (mon.0) 288 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.023089+0000 mon.smithi073 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.73:9095"}]: dispatch 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.027209+0000 mon.smithi073 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.029416+0000 mon.smithi073 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:26.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.030369+0000 mon.smithi073 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:26.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.031048+0000 mon.smithi073 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:51:26.589 DEBUG:teuthology.orchestra.run.smithi073:osd.1> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.1.service 2024-09-11T07:51:26.592 INFO:tasks.cephadm:Deploying osd.2 on smithi073 with /dev/vg_nvme/lv_2... 2024-09-11T07:51:26.592 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T07:51:26.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:24.725730+0000 mgr.smithi073.ivjadq (mgr.14164) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:51:26.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:25.982846+0000 mon.smithi073 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:25.986476+0000 mon.smithi073 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:25.997252+0000 mon.smithi073 (mon.0) 283 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.73:9093"}]: dispatch 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.001571+0000 mon.smithi073 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.005289+0000 mon.smithi073 (mon.0) 285 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.010368+0000 mon.smithi073 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.73:3000"}]: dispatch 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.014523+0000 mon.smithi073 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.018011+0000 mon.smithi073 (mon.0) 288 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.023089+0000 mon.smithi073 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.73:9095"}]: dispatch 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.027209+0000 mon.smithi073 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.029416+0000 mon.smithi073 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:26.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.030369+0000 mon.smithi073 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:26.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.031048+0000 mon.smithi073 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:51:27.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:25.670380+0000 mgr.smithi073.ivjadq (mgr.14164) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:27.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:25.997544+0000 mgr.smithi073.ivjadq (mgr.14164) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.73:9093"}]: dispatch 2024-09-11T07:51:27.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.005723+0000 mgr.smithi073.ivjadq (mgr.14164) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:51:27.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.010685+0000 mgr.smithi073.ivjadq (mgr.14164) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.73:3000"}]: dispatch 2024-09-11T07:51:27.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.018345+0000 mgr.smithi073.ivjadq (mgr.14164) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:51:27.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:26.023454+0000 mgr.smithi073.ivjadq (mgr.14164) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.73:9095"}]: dispatch 2024-09-11T07:51:27.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:25.670380+0000 mgr.smithi073.ivjadq (mgr.14164) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:27.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:25.997544+0000 mgr.smithi073.ivjadq (mgr.14164) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.73:9093"}]: dispatch 2024-09-11T07:51:27.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.005723+0000 mgr.smithi073.ivjadq (mgr.14164) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:51:27.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.010685+0000 mgr.smithi073.ivjadq (mgr.14164) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.73:3000"}]: dispatch 2024-09-11T07:51:27.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.018345+0000 mgr.smithi073.ivjadq (mgr.14164) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:51:27.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:26.023454+0000 mgr.smithi073.ivjadq (mgr.14164) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.73:9095"}]: dispatch 2024-09-11T07:51:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:27.617713+0000 mon.smithi073 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:27.670604+0000 mgr.smithi073.ivjadq (mgr.14164) 116 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:29.050 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:27.617713+0000 mon.smithi073 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:29.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:27.670604+0000 mgr.smithi073.ivjadq (mgr.14164) 116 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:29.119 INFO:teuthology.orchestra.run.smithi073.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T07:51:29.119 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T07:51:29.119 INFO:teuthology.orchestra.run.smithi073.stderr: stderr: 10+0 records in 2024-09-11T07:51:29.119 INFO:teuthology.orchestra.run.smithi073.stderr:10+0 records out 2024-09-11T07:51:29.119 INFO:teuthology.orchestra.run.smithi073.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0131992 s, 794 MB/s 2024-09-11T07:51:29.119 INFO:teuthology.orchestra.run.smithi073.stderr:--> Zapping successful for: 2024-09-11T07:51:29.311 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 07:51:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1[34595]: debug 2024-09-11T07:51:29.096+0000 7fccdc896080 -1 osd.1 0 log_to_monitors {default=true} 2024-09-11T07:51:29.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:29.099790+0000 mon.smithi073 (mon.0) 295 : audit [INF] from='osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:51:30.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:29.099790+0000 mon.smithi073 (mon.0) 295 : audit [INF] from='osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:51:30.087 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi073:vg_nvme/lv_2 2024-09-11T07:51:30.769 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 07:51:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1[34595]: debug 2024-09-11T07:51:30.631+0000 7fccd2df9700 -1 osd.1 0 waiting for initial osdmap 2024-09-11T07:51:30.769 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 07:51:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1[34595]: debug 2024-09-11T07:51:30.634+0000 7fccced74700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T07:51:30.769 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:29.626845+0000 mon.smithi073 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:51:30.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:29.626902+0000 mon.smithi073 (mon.0) 297 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-11T07:51:30.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:29.627022+0000 mon.smithi073 (mon.0) 298 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:30.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:29.627412+0000 mon.smithi073 (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T07:51:30.770 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:29.670826+0000 mgr.smithi073.ivjadq (mgr.14164) 117 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:29.626845+0000 mon.smithi073 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:51:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:29.626902+0000 mon.smithi073 (mon.0) 297 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-11T07:51:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:29.627022+0000 mon.smithi073 (mon.0) 298 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:29.627412+0000 mon.smithi073 (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T07:51:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:29.670826+0000 mgr.smithi073.ivjadq (mgr.14164) 117 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:31.903 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:30.629065+0000 mon.smithi073 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-09-11T07:51:32.119 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:30.629112+0000 mon.smithi073 (mon.0) 301 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-11T07:51:32.119 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:30.629460+0000 mon.smithi073 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:32.119 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:30.633001+0000 mon.smithi073 (mon.0) 303 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:32.119 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:30.629065+0000 mon.smithi073 (mon.0) 300 : audit [INF] from='osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-09-11T07:51:32.120 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:30.629112+0000 mon.smithi073 (mon.0) 301 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-11T07:51:32.120 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:30.629460+0000 mon.smithi073 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:32.120 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:30.633001+0000 mon.smithi073 (mon.0) 303 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:32.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:30.099250+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:51:32.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:30.099342+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:51:32.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:31.634626+0000 mon.smithi073 (mon.0) 304 : cluster [INF] osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475] boot 2024-09-11T07:51:32.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:31.634667+0000 mon.smithi073 (mon.0) 305 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-11T07:51:32.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:31.635014+0000 mon.smithi073 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:32.965 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:31.671156+0000 mgr.smithi073.ivjadq (mgr.14164) 118 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:33.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:30.099250+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:51:33.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:30.099342+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:51:33.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:31.634626+0000 mon.smithi073 (mon.0) 304 : cluster [INF] osd.1 [v2:172.21.15.73:6810/1532404475,v1:172.21.15.73:6811/1532404475] boot 2024-09-11T07:51:33.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:31.634667+0000 mon.smithi073 (mon.0) 305 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-11T07:51:33.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:31.635014+0000 mon.smithi073 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:51:33.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:31.671156+0000 mgr.smithi073.ivjadq (mgr.14164) 118 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:51:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:32.643335+0000 mon.smithi073 (mon.0) 307 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-11T07:51:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:33.163125+0000 mgr.smithi073.ivjadq (mgr.14164) 119 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi073:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:33.163910+0000 mon.smithi073 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:51:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:33.165061+0000 mon.smithi073 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:51:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:33.165567+0000 mon.smithi073 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:34.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:32.643335+0000 mon.smithi073 (mon.0) 307 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-11T07:51:34.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:33.163125+0000 mgr.smithi073.ivjadq (mgr.14164) 119 : audit [DBG] from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi073:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:51:34.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:33.163910+0000 mon.smithi073 (mon.0) 308 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:51:34.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:33.165061+0000 mon.smithi073 (mon.0) 309 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:51:34.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:33.165567+0000 mon.smithi073 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:35.772 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:33.671581+0000 mgr.smithi073.ivjadq (mgr.14164) 120 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:35.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:34.459407+0000 mon.smithi073 (mon.0) 311 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:35.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:33.671581+0000 mgr.smithi073.ivjadq (mgr.14164) 120 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:35.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:34.459407+0000 mon.smithi073 (mon.0) 311 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:36.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:35.864039+0000 mon.smithi073 (mon.0) 312 : audit [INF] from='client.? 172.21.15.73:0/2697565507' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c12c994-024a-4eb1-bdd3-4339b7796fc6"}]: dispatch 2024-09-11T07:51:36.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:35.867535+0000 mon.smithi073 (mon.0) 313 : audit [INF] from='client.? 172.21.15.73:0/2697565507' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c12c994-024a-4eb1-bdd3-4339b7796fc6"}]': finished 2024-09-11T07:51:36.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:35.867574+0000 mon.smithi073 (mon.0) 314 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-11T07:51:36.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:35.867653+0000 mon.smithi073 (mon.0) 315 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:36.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:36.282494+0000 mon.smithi073 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.73:0/4224803190' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:51:36.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:35.864039+0000 mon.smithi073 (mon.0) 312 : audit [INF] from='client.? 172.21.15.73:0/2697565507' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3c12c994-024a-4eb1-bdd3-4339b7796fc6"}]: dispatch 2024-09-11T07:51:36.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:35.867535+0000 mon.smithi073 (mon.0) 313 : audit [INF] from='client.? 172.21.15.73:0/2697565507' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3c12c994-024a-4eb1-bdd3-4339b7796fc6"}]': finished 2024-09-11T07:51:36.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:35.867574+0000 mon.smithi073 (mon.0) 314 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-11T07:51:36.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:35.867653+0000 mon.smithi073 (mon.0) 315 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:36.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:36.282494+0000 mon.smithi073 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.73:0/4224803190' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:51:37.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:35.671954+0000 mgr.smithi073.ivjadq (mgr.14164) 121 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:37.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:35.671954+0000 mgr.smithi073.ivjadq (mgr.14164) 121 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:39.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:37.672246+0000 mgr.smithi073.ivjadq (mgr.14164) 122 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:39.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:37.672246+0000 mgr.smithi073.ivjadq (mgr.14164) 122 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:39.672614+0000 mgr.smithi073.ivjadq (mgr.14164) 123 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:41.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:39.672614+0000 mgr.smithi073.ivjadq (mgr.14164) 123 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:41.672959+0000 mgr.smithi073.ivjadq (mgr.14164) 124 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:41.841737+0000 mgr.smithi073.ivjadq (mgr.14164) 125 : cephadm [INF] Detected new or changed devices on smithi073 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:41.846483+0000 mon.smithi073 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:41.847304+0000 mon.smithi073 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:41.847838+0000 mon.smithi073 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:41.848241+0000 mgr.smithi073.ivjadq (mgr.14164) 126 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 6432M 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:41.851198+0000 mon.smithi073 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:41.853984+0000 mon.smithi073 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:41.856678+0000 mon.smithi073 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:41.857419+0000 mon.smithi073 (mon.0) 323 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:43.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:41.857860+0000 mon.smithi073 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:41.672959+0000 mgr.smithi073.ivjadq (mgr.14164) 124 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:41.841737+0000 mgr.smithi073.ivjadq (mgr.14164) 125 : cephadm [INF] Detected new or changed devices on smithi073 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:41.846483+0000 mon.smithi073 (mon.0) 317 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:41.847304+0000 mon.smithi073 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:41.847838+0000 mon.smithi073 (mon.0) 319 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:41.848241+0000 mgr.smithi073.ivjadq (mgr.14164) 126 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 6432M 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:41.851198+0000 mon.smithi073 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:41.853984+0000 mon.smithi073 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:43.110 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:41.856678+0000 mon.smithi073 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:43.111 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:41.857419+0000 mon.smithi073 (mon.0) 323 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:43.111 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:41.857860+0000 mon.smithi073 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:51:44.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:43.332039+0000 mon.smithi073 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:51:44.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:43.332689+0000 mon.smithi073 (mon.0) 326 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:44.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:43.333253+0000 mgr.smithi073.ivjadq (mgr.14164) 127 : cephadm [INF] Deploying daemon osd.2 on smithi073 2024-09-11T07:51:44.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:43.386628+0000 mon.smithi073 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:44.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:43.332039+0000 mon.smithi073 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:51:44.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:43.332689+0000 mon.smithi073 (mon.0) 326 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:44.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:43.333253+0000 mgr.smithi073.ivjadq (mgr.14164) 127 : cephadm [INF] Deploying daemon osd.2 on smithi073 2024-09-11T07:51:44.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:43.386628+0000 mon.smithi073 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:45.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:43.673261+0000 mgr.smithi073.ivjadq (mgr.14164) 128 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:45.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:43.673261+0000 mgr.smithi073.ivjadq (mgr.14164) 128 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:45.673658+0000 mgr.smithi073.ivjadq (mgr.14164) 129 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:45.673658+0000 mgr.smithi073.ivjadq (mgr.14164) 129 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:49.218 INFO:teuthology.orchestra.run.smithi073.stdout:Created osd(s) 2 on host 'smithi073' 2024-09-11T07:51:49.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:47.674151+0000 mgr.smithi073.ivjadq (mgr.14164) 130 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:49.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:48.548458+0000 mon.smithi073 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:49.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:49.212229+0000 mon.smithi073 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:49.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:49.216302+0000 mon.smithi073 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:49.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:47.674151+0000 mgr.smithi073.ivjadq (mgr.14164) 130 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:49.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:48.548458+0000 mon.smithi073 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:49.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:49.212229+0000 mon.smithi073 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:49.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:49.216302+0000 mon.smithi073 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:51.262 DEBUG:teuthology.orchestra.run.smithi073:osd.2> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.2.service 2024-09-11T07:51:51.265 INFO:tasks.cephadm:Deploying osd.3 on smithi073 with /dev/vg_nvme/lv_1... 2024-09-11T07:51:51.265 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T07:51:51.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:49.674485+0000 mgr.smithi073.ivjadq (mgr.14164) 131 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:51.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:49.674485+0000 mgr.smithi073.ivjadq (mgr.14164) 131 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:52.406 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 07:51:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2[37748]: debug 2024-09-11T07:51:52.144+0000 7fb239144080 -1 osd.2 0 log_to_monitors {default=true} 2024-09-11T07:51:52.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.148404+0000 mon.smithi073 (mon.0) 331 : audit [INF] from='osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:51:52.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.245413+0000 mon.smithi073 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:52.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.148404+0000 mon.smithi073 (mon.0) 331 : audit [INF] from='osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:51:52.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.245413+0000 mon.smithi073 (mon.0) 332 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:51.674901+0000 mgr.smithi073.ivjadq (mgr.14164) 132 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.407697+0000 mon.smithi073 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:51:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:52.407762+0000 mon.smithi073 (mon.0) 334 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-11T07:51:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.407883+0000 mon.smithi073 (mon.0) 335 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.408172+0000 mon.smithi073 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.694100+0000 mon.smithi073 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.694852+0000 mon.smithi073 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.695420+0000 mon.smithi073 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.699559+0000 mon.smithi073 (mon.0) 340 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.705003+0000 mon.smithi073 (mon.0) 341 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.707764+0000 mon.smithi073 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.708563+0000 mon.smithi073 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:53.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:52.709060+0000 mon.smithi073 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:51:53.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2[37748]: debug 2024-09-11T07:51:53.408+0000 7fb22f6a7700 -1 osd.2 0 waiting for initial osdmap 2024-09-11T07:51:53.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2[37748]: debug 2024-09-11T07:51:53.412+0000 7fb227e1b700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T07:51:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:51.674901+0000 mgr.smithi073.ivjadq (mgr.14164) 132 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.407697+0000 mon.smithi073 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:51:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:52.407762+0000 mon.smithi073 (mon.0) 334 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.407883+0000 mon.smithi073 (mon.0) 335 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.408172+0000 mon.smithi073 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.694100+0000 mon.smithi073 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.694852+0000 mon.smithi073 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.695420+0000 mon.smithi073 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.699559+0000 mon.smithi073 (mon.0) 340 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.705003+0000 mon.smithi073 (mon.0) 341 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.707764+0000 mon.smithi073 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.708563+0000 mon.smithi073 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:53.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:52.709060+0000 mon.smithi073 (mon.0) 344 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:51:53.871 INFO:teuthology.orchestra.run.smithi073.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T07:51:53.871 INFO:teuthology.orchestra.run.smithi073.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T07:51:53.871 INFO:teuthology.orchestra.run.smithi073.stderr: stderr: 10+0 records in 2024-09-11T07:51:53.871 INFO:teuthology.orchestra.run.smithi073.stderr:10+0 records out 2024-09-11T07:51:53.871 INFO:teuthology.orchestra.run.smithi073.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.015257 s, 687 MB/s 2024-09-11T07:51:53.872 INFO:teuthology.orchestra.run.smithi073.stderr:--> Zapping successful for: 2024-09-11T07:51:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:51:52.695792+0000 mgr.smithi073.ivjadq (mgr.14164) 133 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 4288M 2024-09-11T07:51:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:53.405791+0000 mon.smithi073 (mon.0) 345 : audit [INF] from='osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-09-11T07:51:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:53.405874+0000 mon.smithi073 (mon.0) 346 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-11T07:51:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:53.406188+0000 mon.smithi073 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:53.410183+0000 mon.smithi073 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:54.382606+0000 mon.smithi073 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:54.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:51:52.695792+0000 mgr.smithi073.ivjadq (mgr.14164) 133 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 4288M 2024-09-11T07:51:54.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:53.405791+0000 mon.smithi073 (mon.0) 345 : audit [INF] from='osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-09-11T07:51:54.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:53.405874+0000 mon.smithi073 (mon.0) 346 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-11T07:51:54.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:53.406188+0000 mon.smithi073 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:54.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:53.410183+0000 mon.smithi073 (mon.0) 348 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:54.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:54.382606+0000 mon.smithi073 (mon.0) 349 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:51:54.866 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi073:vg_nvme/lv_1 2024-09-11T07:51:55.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:53.186687+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:51:55.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:53.186924+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:51:55.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:53.675148+0000 mgr.smithi073.ivjadq (mgr.14164) 134 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:55.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:54.408995+0000 mon.smithi073 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:55.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:54.417246+0000 mon.smithi073 (mon.0) 351 : cluster [INF] osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147] boot 2024-09-11T07:51:55.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:54.417281+0000 mon.smithi073 (mon.0) 352 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-11T07:51:55.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:54.417759+0000 mon.smithi073 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:55.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:54.418027+0000 mon.smithi073 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T07:51:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:53.186687+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:51:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:53.186924+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:51:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:53.675148+0000 mgr.smithi073.ivjadq (mgr.14164) 134 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:51:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:54.408995+0000 mon.smithi073 (mon.0) 350 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:54.417246+0000 mon.smithi073 (mon.0) 351 : cluster [INF] osd.2 [v2:172.21.15.73:6818/2074541147,v1:172.21.15.73:6819/2074541147] boot 2024-09-11T07:51:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:54.417281+0000 mon.smithi073 (mon.0) 352 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-11T07:51:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:54.417759+0000 mon.smithi073 (mon.0) 353 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:51:55.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:54.418027+0000 mon.smithi073 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T07:51:56.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:55.420180+0000 mon.smithi073 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-11T07:51:56.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:55.420224+0000 mon.smithi073 (mon.0) 356 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-11T07:51:56.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:55.420799+0000 mon.smithi073 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T07:51:56.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:55.420180+0000 mon.smithi073 (mon.0) 355 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-11T07:51:56.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:55.420224+0000 mon.smithi073 (mon.0) 356 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-11T07:51:56.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:55.420799+0000 mon.smithi073 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T07:51:57.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:55.675418+0000 mgr.smithi073.ivjadq (mgr.14164) 135 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:51:57.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:56.425994+0000 mon.smithi073 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T07:51:57.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:56.426057+0000 mon.smithi073 (mon.0) 359 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T07:51:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:55.675418+0000 mgr.smithi073.ivjadq (mgr.14164) 135 : cluster [DBG] pgmap v95: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:51:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:56.425994+0000 mon.smithi073 (mon.0) 358 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T07:51:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:56.426057+0000 mon.smithi073 (mon.0) 359 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T07:51:58.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:57.431363+0000 mon.smithi073 (mon.0) 360 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:51:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:57.431363+0000 mon.smithi073 (mon.0) 360 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:51:59.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:57.675787+0000 mgr.smithi073.ivjadq (mgr.14164) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:51:59.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:58.720927+0000 mon.smithi073 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:51:59.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:58.721985+0000 mon.smithi073 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:51:59.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:51:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:58.722474+0000 mon.smithi073 (mon.0) 363 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:51:59.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:57.675787+0000 mgr.smithi073.ivjadq (mgr.14164) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:51:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:58.720927+0000 mon.smithi073 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:51:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:58.721985+0000 mon.smithi073 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:51:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:51:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:58.722474+0000 mon.smithi073 (mon.0) 363 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:00.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:51:58.720228+0000 mgr.smithi073.ivjadq (mgr.14164) 137 : audit [DBG] from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi073:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:00.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:51:58.720228+0000 mgr.smithi073.ivjadq (mgr.14164) 137 : audit [DBG] from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi073:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:51:59.676135+0000 mgr.smithi073.ivjadq (mgr.14164) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:00.872963+0000 mon.smithi073 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:01.298392+0000 mon.smithi073 (mon.0) 365 : audit [INF] from='client.? 172.21.15.73:0/3599932095' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e1e6d3ee-556a-43a7-bfd7-e26ac9cdf1c2"}]: dispatch 2024-09-11T07:52:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:01.302678+0000 mon.smithi073 (mon.0) 366 : audit [INF] from='client.? 172.21.15.73:0/3599932095' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e1e6d3ee-556a-43a7-bfd7-e26ac9cdf1c2"}]': finished 2024-09-11T07:52:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:01.302734+0000 mon.smithi073 (mon.0) 367 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-11T07:52:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:01.302834+0000 mon.smithi073 (mon.0) 368 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:51:59.676135+0000 mgr.smithi073.ivjadq (mgr.14164) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:00.872963+0000 mon.smithi073 (mon.0) 364 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:01.298392+0000 mon.smithi073 (mon.0) 365 : audit [INF] from='client.? 172.21.15.73:0/3599932095' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e1e6d3ee-556a-43a7-bfd7-e26ac9cdf1c2"}]: dispatch 2024-09-11T07:52:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:01.302678+0000 mon.smithi073 (mon.0) 366 : audit [INF] from='client.? 172.21.15.73:0/3599932095' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e1e6d3ee-556a-43a7-bfd7-e26ac9cdf1c2"}]': finished 2024-09-11T07:52:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:01.302734+0000 mon.smithi073 (mon.0) 367 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-11T07:52:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:01.302834+0000 mon.smithi073 (mon.0) 368 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:02.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:01.717851+0000 mon.smithi073 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.73:0/986231572' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:52:02.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:01.717851+0000 mon.smithi073 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.73:0/986231572' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:52:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:01.676384+0000 mgr.smithi073.ivjadq (mgr.14164) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:01.676384+0000 mgr.smithi073.ivjadq (mgr.14164) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:04.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:03.786951+0000 mon.smithi073 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:52:04.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:03.787168+0000 mon.smithi073 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:52:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:03.786951+0000 mon.smithi073 (mon.0) 370 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:52:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:03.787168+0000 mon.smithi073 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:52:05.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:03.676640+0000 mgr.smithi073.ivjadq (mgr.14164) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:05.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:03.676640+0000 mgr.smithi073.ivjadq (mgr.14164) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:07.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:05.677103+0000 mgr.smithi073.ivjadq (mgr.14164) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:07.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:07.375271+0000 mon.smithi073 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:07.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:07.378135+0000 mon.smithi073 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:07.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:05.677103+0000 mgr.smithi073.ivjadq (mgr.14164) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:07.375271+0000 mon.smithi073 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:07.378135+0000 mon.smithi073 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:08.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:07.370561+0000 mgr.smithi073.ivjadq (mgr.14164) 142 : cephadm [INF] Detected new or changed devices on smithi073 2024-09-11T07:52:08.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:07.370561+0000 mgr.smithi073.ivjadq (mgr.14164) 142 : cephadm [INF] Detected new or changed devices on smithi073 2024-09-11T07:52:09.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:07.677426+0000 mgr.smithi073.ivjadq (mgr.14164) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:09.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:08.521068+0000 mon.smithi073 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:52:09.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:08.521779+0000 mon.smithi073 (mon.0) 375 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:09.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:07.677426+0000 mgr.smithi073.ivjadq (mgr.14164) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:09.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:08.521068+0000 mon.smithi073 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:52:09.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:08.521779+0000 mon.smithi073 (mon.0) 375 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:10.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:08.522298+0000 mgr.smithi073.ivjadq (mgr.14164) 144 : cephadm [INF] Deploying daemon osd.3 on smithi073 2024-09-11T07:52:10.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:08.522298+0000 mgr.smithi073.ivjadq (mgr.14164) 144 : cephadm [INF] Deploying daemon osd.3 on smithi073 2024-09-11T07:52:11.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:09.677689+0000 mgr.smithi073.ivjadq (mgr.14164) 145 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:11.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:09.677689+0000 mgr.smithi073.ivjadq (mgr.14164) 145 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:12.192 INFO:teuthology.orchestra.run.smithi073.stdout:Created osd(s) 3 on host 'smithi073' 2024-09-11T07:52:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:12.176562+0000 mon.smithi073 (mon.0) 376 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:12.178369+0000 mon.smithi073 (mon.0) 377 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:12.180768+0000 mon.smithi073 (mon.0) 378 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:12.181048+0000 mon.smithi073 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:12.187923+0000 mon.smithi073 (mon.0) 380 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:12.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:12.176562+0000 mon.smithi073 (mon.0) 376 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:12.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:12.178369+0000 mon.smithi073 (mon.0) 377 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:12.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:12.180768+0000 mon.smithi073 (mon.0) 378 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:12.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:12.181048+0000 mon.smithi073 (mon.0) 379 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:12.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:12.187923+0000 mon.smithi073 (mon.0) 380 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:12.865 DEBUG:teuthology.orchestra.run.smithi073:osd.3> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.3.service 2024-09-11T07:52:12.867 INFO:tasks.cephadm:Deploying osd.4 on smithi136 with /dev/vg_nvme/lv_4... 2024-09-11T07:52:12.868 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:52:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:11.678050+0000 mgr.smithi073.ivjadq (mgr.14164) 146 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:13.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:11.678050+0000 mgr.smithi073.ivjadq (mgr.14164) 146 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:14.787 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:52:14.787 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:52:14.787 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2024-09-11T07:52:14.787 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2024-09-11T07:52:14.787 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0085754 s, 1.2 GB/s 2024-09-11T07:52:14.787 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2024-09-11T07:52:15.397 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi136:vg_nvme/lv_4 2024-09-11T07:52:15.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:13.678363+0000 mgr.smithi073.ivjadq (mgr.14164) 147 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:15.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:15.278796+0000 mon.smithi073 (mon.0) 381 : audit [INF] from='osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:52:15.561 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 07:52:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3[40603]: debug 2024-09-11T07:52:15.275+0000 7fd9d5128080 -1 osd.3 0 log_to_monitors {default=true} 2024-09-11T07:52:15.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:13.678363+0000 mgr.smithi073.ivjadq (mgr.14164) 147 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:15.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:15.278796+0000 mon.smithi073 (mon.0) 381 : audit [INF] from='osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:52:16.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:15.487159+0000 mon.smithi073 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:52:16.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:15.487205+0000 mon.smithi073 (mon.0) 383 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-11T07:52:16.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:15.487537+0000 mon.smithi073 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:16.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:15.487797+0000 mon.smithi073 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T07:52:16.810 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 07:52:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3[40603]: debug 2024-09-11T07:52:16.491+0000 7fd9cb68b700 -1 osd.3 0 waiting for initial osdmap 2024-09-11T07:52:16.811 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 07:52:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3[40603]: debug 2024-09-11T07:52:16.496+0000 7fd9c5e03700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T07:52:16.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:15.487159+0000 mon.smithi073 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:52:16.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:15.487205+0000 mon.smithi073 (mon.0) 383 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-11T07:52:16.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:15.487537+0000 mon.smithi073 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:16.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:15.487797+0000 mon.smithi073 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:15.678749+0000 mgr.smithi073.ivjadq (mgr.14164) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:16.488782+0000 mon.smithi073 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:16.488889+0000 mon.smithi073 (mon.0) 387 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:16.489000+0000 mon.smithi073 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:16.493888+0000 mon.smithi073 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:16.632655+0000 mon.smithi073 (mon.0) 390 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:17.145029+0000 mon.smithi073 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:17.146287+0000 mon.smithi073 (mon.0) 392 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:52:17.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:17.146772+0000 mon.smithi073 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:15.678749+0000 mgr.smithi073.ivjadq (mgr.14164) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:16.488782+0000 mon.smithi073 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-09-11T07:52:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:16.488889+0000 mon.smithi073 (mon.0) 387 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-11T07:52:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:16.489000+0000 mon.smithi073 (mon.0) 388 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:16.493888+0000 mon.smithi073 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:16.632655+0000 mon.smithi073 (mon.0) 390 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:17.145029+0000 mon.smithi073 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:52:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:17.146287+0000 mon.smithi073 (mon.0) 392 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:52:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:17.146772+0000 mon.smithi073 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:18.547 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:16.302569+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:52:18.547 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:16.302745+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:52:18.548 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:17.144253+0000 mgr.smithi073.ivjadq (mgr.14164) 149 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:18.548 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:17.492275+0000 mon.smithi073 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:18.548 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:17.499326+0000 mon.smithi073 (mon.0) 395 : cluster [INF] osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072] boot 2024-09-11T07:52:18.548 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:17.499351+0000 mon.smithi073 (mon.0) 396 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T07:52:18.548 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:17.499541+0000 mon.smithi073 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:18.548 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:17.679040+0000 mgr.smithi073.ivjadq (mgr.14164) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:18.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:16.302569+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:52:18.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:16.302745+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:52:18.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:17.144253+0000 mgr.smithi073.ivjadq (mgr.14164) 149 : audit [DBG] from='client.24141 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:18.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:17.492275+0000 mon.smithi073 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:18.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:17.499326+0000 mon.smithi073 (mon.0) 395 : cluster [INF] osd.3 [v2:172.21.15.73:6826/2434874072,v1:172.21.15.73:6827/2434874072] boot 2024-09-11T07:52:18.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:17.499351+0000 mon.smithi073 (mon.0) 396 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T07:52:18.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:17.499541+0000 mon.smithi073 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:52:18.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:17.679040+0000 mgr.smithi073.ivjadq (mgr.14164) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:52:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:18.502508+0000 mon.smithi073 (mon.0) 398 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T07:52:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.238580+0000 mon.smithi136 (mon.1) 2 : audit [INF] from='client.? 172.21.15.136:0/2007173630' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79027490-56cc-451e-becc-d2cc81dd9379"}]: dispatch 2024-09-11T07:52:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.239000+0000 mon.smithi073 (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79027490-56cc-451e-becc-d2cc81dd9379"}]: dispatch 2024-09-11T07:52:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.242475+0000 mon.smithi073 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79027490-56cc-451e-becc-d2cc81dd9379"}]': finished 2024-09-11T07:52:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:19.242530+0000 mon.smithi073 (mon.0) 401 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-11T07:52:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.242643+0000 mon.smithi073 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:18.502508+0000 mon.smithi073 (mon.0) 398 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T07:52:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.238580+0000 mon.smithi136 (mon.1) 2 : audit [INF] from='client.? 172.21.15.136:0/2007173630' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79027490-56cc-451e-becc-d2cc81dd9379"}]: dispatch 2024-09-11T07:52:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.239000+0000 mon.smithi073 (mon.0) 399 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79027490-56cc-451e-becc-d2cc81dd9379"}]: dispatch 2024-09-11T07:52:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.242475+0000 mon.smithi073 (mon.0) 400 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79027490-56cc-451e-becc-d2cc81dd9379"}]': finished 2024-09-11T07:52:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:19.242530+0000 mon.smithi073 (mon.0) 401 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-11T07:52:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.242643+0000 mon.smithi073 (mon.0) 402 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.659627+0000 mon.smithi136 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.136:0/3470257842' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:52:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:19.679291+0000 mgr.smithi073.ivjadq (mgr.14164) 151 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.734273+0000 mon.smithi073 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.735091+0000 mon.smithi073 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.735607+0000 mon.smithi073 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.736054+0000 mon.smithi073 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.736488+0000 mon.smithi073 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:19.736852+0000 mgr.smithi073.ivjadq (mgr.14164) 152 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 3216M 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.742227+0000 mon.smithi073 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.747273+0000 mon.smithi073 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.750058+0000 mon.smithi073 (mon.0) 410 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.750808+0000 mon.smithi073 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:20.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:19.751253+0000 mon.smithi073 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.659627+0000 mon.smithi136 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.136:0/3470257842' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:52:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:19.679291+0000 mgr.smithi073.ivjadq (mgr.14164) 151 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.734273+0000 mon.smithi073 (mon.0) 403 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.735091+0000 mon.smithi073 (mon.0) 404 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.735607+0000 mon.smithi073 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.736054+0000 mon.smithi073 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.736488+0000 mon.smithi073 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:19.736852+0000 mgr.smithi073.ivjadq (mgr.14164) 152 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 3216M 2024-09-11T07:52:20.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.742227+0000 mon.smithi073 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:20.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.747273+0000 mon.smithi073 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:20.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.750058+0000 mon.smithi073 (mon.0) 410 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:20.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.750808+0000 mon.smithi073 (mon.0) 411 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:20.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:19.751253+0000 mon.smithi073 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:23.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:21.679561+0000 mgr.smithi073.ivjadq (mgr.14164) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:23.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:21.679561+0000 mgr.smithi073.ivjadq (mgr.14164) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:24.910 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:23.679819+0000 mgr.smithi073.ivjadq (mgr.14164) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:24.910 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:23.683777+0000 mon.smithi073 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:24.910 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:23.688903+0000 mon.smithi073 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:25.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:23.679819+0000 mgr.smithi073.ivjadq (mgr.14164) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:25.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:23.683777+0000 mon.smithi073 (mon.0) 413 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:25.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:23.688903+0000 mon.smithi073 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:26.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:24.929801+0000 mon.smithi073 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:52:26.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:24.930794+0000 mon.smithi073 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:26.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:24.931491+0000 mgr.smithi073.ivjadq (mgr.14164) 155 : cephadm [INF] Deploying daemon osd.4 on smithi136 2024-09-11T07:52:26.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:24.929801+0000 mon.smithi073 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:52:26.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:24.930794+0000 mon.smithi073 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:26.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:24.931491+0000 mgr.smithi073.ivjadq (mgr.14164) 155 : cephadm [INF] Deploying daemon osd.4 on smithi136 2024-09-11T07:52:26.726 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:25.680192+0000 mgr.smithi073.ivjadq (mgr.14164) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:27.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:25.680192+0000 mgr.smithi073.ivjadq (mgr.14164) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:28.231 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 4 on host 'smithi136' 2024-09-11T07:52:28.849 DEBUG:teuthology.orchestra.run.smithi136:osd.4> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.4.service 2024-09-11T07:52:28.851 INFO:tasks.cephadm:Deploying osd.5 on smithi136 with /dev/vg_nvme/lv_3... 2024-09-11T07:52:28.852 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T07:52:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:27.680576+0000 mgr.smithi073.ivjadq (mgr.14164) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:28.220188+0000 mon.smithi073 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:28.223093+0000 mon.smithi073 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:28.223307+0000 mon.smithi073 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:28.224836+0000 mon.smithi073 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:28.227552+0000 mon.smithi073 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:27.680576+0000 mgr.smithi073.ivjadq (mgr.14164) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:28.220188+0000 mon.smithi073 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:28.223093+0000 mon.smithi073 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:28.223307+0000 mon.smithi073 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:28.224836+0000 mon.smithi073 (mon.0) 420 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:29.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:28.227552+0000 mon.smithi073 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:31.199 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T07:52:31.200 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T07:52:31.200 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2024-09-11T07:52:31.200 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2024-09-11T07:52:31.200 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0116157 s, 903 MB/s 2024-09-11T07:52:31.200 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2024-09-11T07:52:31.449 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:29.680877+0000 mgr.smithi073.ivjadq (mgr.14164) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:31.449 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 07:52:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4[29135]: debug 2024-09-11T07:52:31.326+0000 7fd005991080 -1 osd.4 0 log_to_monitors {default=true} 2024-09-11T07:52:31.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:29.680877+0000 mgr.smithi073.ivjadq (mgr.14164) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:32.217 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi136:vg_nvme/lv_3 2024-09-11T07:52:32.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:31.330214+0000 mon.smithi136 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.136:6800/903049284,v1:172.21.15.136:6801/903049284]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:52:32.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:31.330552+0000 mon.smithi073 (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:52:32.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:31.790484+0000 mon.smithi073 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:32.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:32.145051+0000 mon.smithi073 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:32.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:31.330214+0000 mon.smithi136 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.136:6800/903049284,v1:172.21.15.136:6801/903049284]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:52:32.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:31.330552+0000 mon.smithi073 (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:52:32.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:31.790484+0000 mon.smithi073 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:32.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:32.145051+0000 mon.smithi073 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:33.495 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 07:52:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4[29135]: debug 2024-09-11T07:52:33.218+0000 7fcffbef4700 -1 osd.4 0 waiting for initial osdmap 2024-09-11T07:52:33.495 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 07:52:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4[29135]: debug 2024-09-11T07:52:33.223+0000 7fcff5e6b700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T07:52:33.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:31.681116+0000 mgr.smithi073.ivjadq (mgr.14164) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:33.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:32.212183+0000 mon.smithi073 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:52:33.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:32.212275+0000 mon.smithi073 (mon.0) 426 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-11T07:52:33.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:32.212370+0000 mon.smithi073 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:33.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:32.215794+0000 mon.smithi136 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.136:6800/903049284,v1:172.21.15.136:6801/903049284]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:52:33.495 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:32.216283+0000 mon.smithi073 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:52:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:31.681116+0000 mgr.smithi073.ivjadq (mgr.14164) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:32.212183+0000 mon.smithi073 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:52:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:32.212275+0000 mon.smithi073 (mon.0) 426 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-11T07:52:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:32.212370+0000 mon.smithi073 (mon.0) 427 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:32.215794+0000 mon.smithi136 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.136:6800/903049284,v1:172.21.15.136:6801/903049284]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:52:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:32.216283+0000 mon.smithi073 (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:52:34.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:33.215329+0000 mon.smithi073 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-11T07:52:34.373 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:33.215421+0000 mon.smithi073 (mon.0) 430 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-11T07:52:34.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:33.215826+0000 mon.smithi073 (mon.0) 431 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:34.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:33.220246+0000 mon.smithi073 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:34.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:34.216135+0000 mon.smithi073 (mon.0) 433 : cluster [INF] osd.4 [v2:172.21.15.136:6800/903049284,v1:172.21.15.136:6801/903049284] boot 2024-09-11T07:52:34.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:34.216183+0000 mon.smithi073 (mon.0) 434 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T07:52:34.374 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:34.216366+0000 mon.smithi073 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:34.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:33.215329+0000 mon.smithi073 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-11T07:52:34.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:33.215421+0000 mon.smithi073 (mon.0) 430 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-11T07:52:34.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:33.215826+0000 mon.smithi073 (mon.0) 431 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:34.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:33.220246+0000 mon.smithi073 (mon.0) 432 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:34.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:34.216135+0000 mon.smithi073 (mon.0) 433 : cluster [INF] osd.4 [v2:172.21.15.136:6800/903049284,v1:172.21.15.136:6801/903049284] boot 2024-09-11T07:52:34.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:34.216183+0000 mon.smithi073 (mon.0) 434 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T07:52:34.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:34.216366+0000 mon.smithi073 (mon.0) 435 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:52:35.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:32.300625+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:52:35.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:32.300716+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:52:35.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:33.681496+0000 mgr.smithi073.ivjadq (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:35.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:34.740917+0000 mon.smithi073 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:52:35.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:34.742452+0000 mon.smithi073 (mon.0) 437 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:52:35.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:34.743138+0000 mon.smithi073 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:35.461 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:35.218189+0000 mon.smithi073 (mon.0) 439 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T07:52:35.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:32.300625+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:52:35.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:32.300716+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:52:35.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:33.681496+0000 mgr.smithi073.ivjadq (mgr.14164) 160 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:52:35.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:34.740917+0000 mon.smithi073 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:52:35.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:34.742452+0000 mon.smithi073 (mon.0) 437 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:52:35.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:34.743138+0000 mon.smithi073 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:35.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:35.218189+0000 mon.smithi073 (mon.0) 439 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T07:52:36.414 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:34.740024+0000 mgr.smithi073.ivjadq (mgr.14164) 161 : audit [DBG] from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:36.414 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:36.220048+0000 mon.smithi073 (mon.0) 440 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T07:52:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:34.740024+0000 mgr.smithi073.ivjadq (mgr.14164) 161 : audit [DBG] from='client.24159 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:36.220048+0000 mon.smithi073 (mon.0) 440 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T07:52:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:35.681976+0000 mgr.smithi073.ivjadq (mgr.14164) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:36.702280+0000 mon.smithi073 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.103583+0000 mon.smithi073 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.108547+0000 mon.smithi073 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.112311+0000 mon.smithi073 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.115959+0000 mon.smithi073 (mon.0) 445 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.116916+0000 mon.smithi073 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.117500+0000 mon.smithi073 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:35.681976+0000 mgr.smithi073.ivjadq (mgr.14164) 162 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:36.702280+0000 mon.smithi073 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.103583+0000 mon.smithi073 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.108547+0000 mon.smithi073 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.112311+0000 mon.smithi073 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.115959+0000 mon.smithi073 (mon.0) 445 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.116916+0000 mon.smithi073 (mon.0) 446 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.117500+0000 mon.smithi073 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:38.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:36.697221+0000 mgr.smithi073.ivjadq (mgr.14164) 163 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-11T07:52:38.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:37.104209+0000 mgr.smithi073.ivjadq (mgr.14164) 164 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 15936M 2024-09-11T07:52:38.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.797280+0000 mon.smithi136 (mon.1) 6 : audit [INF] from='client.? 172.21.15.136:0/1143574892' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cf5f14b-2f69-4654-a74d-02c7212b6ecf"}]: dispatch 2024-09-11T07:52:38.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.797669+0000 mon.smithi073 (mon.0) 448 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cf5f14b-2f69-4654-a74d-02c7212b6ecf"}]: dispatch 2024-09-11T07:52:38.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.801884+0000 mon.smithi073 (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9cf5f14b-2f69-4654-a74d-02c7212b6ecf"}]': finished 2024-09-11T07:52:38.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:37.801929+0000 mon.smithi073 (mon.0) 450 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-11T07:52:38.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:37.802031+0000 mon.smithi073 (mon.0) 451 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:38.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:38.229061+0000 mon.smithi136 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.136:0/214289571' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:52:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:36.697221+0000 mgr.smithi073.ivjadq (mgr.14164) 163 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-11T07:52:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:37.104209+0000 mgr.smithi073.ivjadq (mgr.14164) 164 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 15936M 2024-09-11T07:52:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.797280+0000 mon.smithi136 (mon.1) 6 : audit [INF] from='client.? 172.21.15.136:0/1143574892' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cf5f14b-2f69-4654-a74d-02c7212b6ecf"}]: dispatch 2024-09-11T07:52:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.797669+0000 mon.smithi073 (mon.0) 448 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9cf5f14b-2f69-4654-a74d-02c7212b6ecf"}]: dispatch 2024-09-11T07:52:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.801884+0000 mon.smithi073 (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9cf5f14b-2f69-4654-a74d-02c7212b6ecf"}]': finished 2024-09-11T07:52:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:37.801929+0000 mon.smithi073 (mon.0) 450 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-11T07:52:38.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:37.802031+0000 mon.smithi073 (mon.0) 451 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:38.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:38.229061+0000 mon.smithi136 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.136:0/214289571' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:52:39.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:37.682359+0000 mgr.smithi073.ivjadq (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:37.682359+0000 mgr.smithi073.ivjadq (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:41.294 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:39.682635+0000 mgr.smithi073.ivjadq (mgr.14164) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:41.294 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:41.046943+0000 mon.smithi073 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:41.294 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:41.050125+0000 mon.smithi073 (mon.0) 453 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:39.682635+0000 mgr.smithi073.ivjadq (mgr.14164) 166 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:41.046943+0000 mon.smithi073 (mon.0) 452 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:41.050125+0000 mon.smithi073 (mon.0) 453 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:43.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:41.682918+0000 mgr.smithi073.ivjadq (mgr.14164) 167 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:43.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:41.682918+0000 mgr.smithi073.ivjadq (mgr.14164) 167 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:43.567088+0000 mon.smithi073 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:52:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:43.568039+0000 mon.smithi073 (mon.0) 455 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:44.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:43.567088+0000 mon.smithi073 (mon.0) 454 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:52:44.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:43.568039+0000 mon.smithi073 (mon.0) 455 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:45.444 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:43.568703+0000 mgr.smithi073.ivjadq (mgr.14164) 168 : cephadm [INF] Deploying daemon osd.5 on smithi136 2024-09-11T07:52:45.444 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:43.683328+0000 mgr.smithi073.ivjadq (mgr.14164) 169 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:45.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:43.568703+0000 mgr.smithi073.ivjadq (mgr.14164) 168 : cephadm [INF] Deploying daemon osd.5 on smithi136 2024-09-11T07:52:45.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:43.683328+0000 mgr.smithi073.ivjadq (mgr.14164) 169 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:47.234 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 5 on host 'smithi136' 2024-09-11T07:52:47.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:45.683682+0000 mgr.smithi073.ivjadq (mgr.14164) 170 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:47.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:47.220142+0000 mon.smithi073 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:47.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:47.221718+0000 mon.smithi073 (mon.0) 457 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:47.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:47.223932+0000 mon.smithi073 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:47.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:47.224149+0000 mon.smithi073 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:47.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:47.230628+0000 mon.smithi073 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:45.683682+0000 mgr.smithi073.ivjadq (mgr.14164) 170 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:47.220142+0000 mon.smithi073 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:47.221718+0000 mon.smithi073 (mon.0) 457 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:47.223932+0000 mon.smithi073 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:47.224149+0000 mon.smithi073 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:47.230628+0000 mon.smithi073 (mon.0) 460 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:47.833 DEBUG:teuthology.orchestra.run.smithi136:osd.5> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.5.service 2024-09-11T07:52:47.836 INFO:tasks.cephadm:Deploying osd.6 on smithi136 with /dev/vg_nvme/lv_2... 2024-09-11T07:52:47.836 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T07:52:49.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:47.683997+0000 mgr.smithi073.ivjadq (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:49.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:47.683997+0000 mgr.smithi073.ivjadq (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:50.381 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T07:52:50.382 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T07:52:50.382 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2024-09-11T07:52:50.382 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2024-09-11T07:52:50.382 INFO:teuthology.orchestra.run.smithi136.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0105097 s, 998 MB/s 2024-09-11T07:52:50.382 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2024-09-11T07:52:50.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 07:52:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5[31603]: debug 2024-09-11T07:52:50.332+0000 7f35b6336080 -1 osd.5 0 log_to_monitors {default=true} 2024-09-11T07:52:51.413 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:49.684302+0000 mgr.smithi073.ivjadq (mgr.14164) 172 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:51.414 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:50.336279+0000 mon.smithi136 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.136:6808/3128925249,v1:172.21.15.136:6809/3128925249]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:52:51.414 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:50.336870+0000 mon.smithi073 (mon.0) 461 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:52:51.414 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:51.196644+0000 mon.smithi073 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:51.437 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi136:vg_nvme/lv_2 2024-09-11T07:52:51.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:49.684302+0000 mgr.smithi073.ivjadq (mgr.14164) 172 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:51.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:50.336279+0000 mon.smithi136 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.136:6808/3128925249,v1:172.21.15.136:6809/3128925249]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:52:51.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:50.336870+0000 mon.smithi073 (mon.0) 461 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:52:51.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:51.196644+0000 mon.smithi073 (mon.0) 462 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:52.554 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 07:52:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5[31603]: debug 2024-09-11T07:52:52.275+0000 7f35ac899700 -1 osd.5 0 waiting for initial osdmap 2024-09-11T07:52:52.554 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 07:52:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5[31603]: debug 2024-09-11T07:52:52.280+0000 7f35a7011700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T07:52:52.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:51.261801+0000 mon.smithi073 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:52:52.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:51.261856+0000 mon.smithi073 (mon.0) 464 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-11T07:52:52.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:51.262811+0000 mon.smithi073 (mon.0) 465 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:52.554 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:51.263459+0000 mon.smithi136 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.136:6808/3128925249,v1:172.21.15.136:6809/3128925249]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:52:52.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:51.267519+0000 mon.smithi073 (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:52:52.555 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:51.528138+0000 mon.smithi073 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:51.261801+0000 mon.smithi073 (mon.0) 463 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:52:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:51.261856+0000 mon.smithi073 (mon.0) 464 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-11T07:52:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:51.262811+0000 mon.smithi073 (mon.0) 465 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:51.263459+0000 mon.smithi136 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.136:6808/3128925249,v1:172.21.15.136:6809/3128925249]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:52:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:51.267519+0000 mon.smithi073 (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:52:52.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:51.528138+0000 mon.smithi073 (mon.0) 467 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:51.684822+0000 mgr.smithi073.ivjadq (mgr.14164) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:52.271799+0000 mon.smithi073 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-11T07:52:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:52.271909+0000 mon.smithi073 (mon.0) 469 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-11T07:52:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:52.272300+0000 mon.smithi073 (mon.0) 470 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:53.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:52.276943+0000 mon.smithi073 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:53.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:51.684822+0000 mgr.smithi073.ivjadq (mgr.14164) 173 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:53.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:52.271799+0000 mon.smithi073 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-11T07:52:53.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:52.271909+0000 mon.smithi073 (mon.0) 469 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-11T07:52:53.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:52.272300+0000 mon.smithi073 (mon.0) 470 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:53.669 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:52.276943+0000 mon.smithi073 (mon.0) 471 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:51.326098+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:52:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:51.326263+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:52:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:53.277385+0000 mon.smithi073 (mon.0) 472 : cluster [INF] osd.5 [v2:172.21.15.136:6808/3128925249,v1:172.21.15.136:6809/3128925249] boot 2024-09-11T07:52:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:53.277431+0000 mon.smithi073 (mon.0) 473 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T07:52:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:53.277850+0000 mon.smithi073 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:54.567 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:51.326098+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:52:54.567 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:51.326263+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:52:54.567 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:53.277385+0000 mon.smithi073 (mon.0) 472 : cluster [INF] osd.5 [v2:172.21.15.136:6808/3128925249,v1:172.21.15.136:6809/3128925249] boot 2024-09-11T07:52:54.567 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:53.277431+0000 mon.smithi073 (mon.0) 473 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T07:52:54.567 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:53.277850+0000 mon.smithi073 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:52:55.420 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:53.685365+0000 mgr.smithi073.ivjadq (mgr.14164) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:55.421 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:54.281509+0000 mon.smithi073 (mon.0) 475 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T07:52:55.421 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:54.756391+0000 mon.smithi073 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:52:55.421 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:54.758043+0000 mon.smithi073 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:52:55.421 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:54.758733+0000 mon.smithi073 (mon.0) 478 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:55.421 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:55.280566+0000 mon.smithi073 (mon.0) 479 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-11T07:52:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:53.685365+0000 mgr.smithi073.ivjadq (mgr.14164) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:52:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:54.281509+0000 mon.smithi073 (mon.0) 475 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T07:52:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:54.756391+0000 mon.smithi073 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:52:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:54.758043+0000 mon.smithi073 (mon.0) 477 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:52:55.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:54.758733+0000 mon.smithi073 (mon.0) 478 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:55.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:55.280566+0000 mon.smithi073 (mon.0) 479 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-11T07:52:56.452 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:54.755349+0000 mgr.smithi073.ivjadq (mgr.14164) 175 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:56.452 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:55.732607+0000 mon.smithi073 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:56.453 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:55.733481+0000 mon.smithi073 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:56.453 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:55.734257+0000 mon.smithi073 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:56.453 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:55.738677+0000 mon.smithi073 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:56.453 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:55.742213+0000 mon.smithi073 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:56.453 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:55.745760+0000 mon.smithi073 (mon.0) 485 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:56.453 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:55.746829+0000 mon.smithi073 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:56.453 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:55.747491+0000 mon.smithi073 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:54.755349+0000 mgr.smithi073.ivjadq (mgr.14164) 175 : audit [DBG] from='client.24177 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:55.732607+0000 mon.smithi073 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:55.733481+0000 mon.smithi073 (mon.0) 481 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:55.734257+0000 mon.smithi073 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:55.738677+0000 mon.smithi073 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:55.742213+0000 mon.smithi073 (mon.0) 484 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:55.745760+0000 mon.smithi073 (mon.0) 485 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:55.746829+0000 mon.smithi073 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:52:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:55.747491+0000 mon.smithi073 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:52:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:55.685865+0000 mgr.smithi073.ivjadq (mgr.14164) 176 : cluster [DBG] pgmap v144: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:52:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:55.727470+0000 mgr.smithi073.ivjadq (mgr.14164) 177 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-11T07:52:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:52:55.734811+0000 mgr.smithi073.ivjadq (mgr.14164) 178 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 7968M 2024-09-11T07:52:57.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:55.685865+0000 mgr.smithi073.ivjadq (mgr.14164) 176 : cluster [DBG] pgmap v144: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:52:57.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:55.727470+0000 mgr.smithi073.ivjadq (mgr.14164) 177 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-11T07:52:57.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:52:55.734811+0000 mgr.smithi073.ivjadq (mgr.14164) 178 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 7968M 2024-09-11T07:52:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:57.426472+0000 mon.smithi136 (mon.1) 10 : audit [INF] from='client.? 172.21.15.136:0/4248263375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fafb759d-4fe8-4fb9-8bac-0f8f169bf186"}]: dispatch 2024-09-11T07:52:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:57.426776+0000 mon.smithi073 (mon.0) 488 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fafb759d-4fe8-4fb9-8bac-0f8f169bf186"}]: dispatch 2024-09-11T07:52:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:57.431154+0000 mon.smithi073 (mon.0) 489 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fafb759d-4fe8-4fb9-8bac-0f8f169bf186"}]': finished 2024-09-11T07:52:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:57.431205+0000 mon.smithi073 (mon.0) 490 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-11T07:52:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:57.431334+0000 mon.smithi073 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:52:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:57.846392+0000 mon.smithi136 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.136:0/1175679254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:52:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:57.426472+0000 mon.smithi136 (mon.1) 10 : audit [INF] from='client.? 172.21.15.136:0/4248263375' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fafb759d-4fe8-4fb9-8bac-0f8f169bf186"}]: dispatch 2024-09-11T07:52:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:57.426776+0000 mon.smithi073 (mon.0) 488 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fafb759d-4fe8-4fb9-8bac-0f8f169bf186"}]: dispatch 2024-09-11T07:52:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:57.431154+0000 mon.smithi073 (mon.0) 489 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fafb759d-4fe8-4fb9-8bac-0f8f169bf186"}]': finished 2024-09-11T07:52:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:57.431205+0000 mon.smithi073 (mon.0) 490 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-11T07:52:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:57.431334+0000 mon.smithi073 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:52:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:57.846392+0000 mon.smithi136 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.136:0/1175679254' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:52:59.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:52:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:57.686201+0000 mgr.smithi073.ivjadq (mgr.14164) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:52:59.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:52:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:57.686201+0000 mgr.smithi073.ivjadq (mgr.14164) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 remapped+peering; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:00.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:52:59.686480+0000 mgr.smithi073.ivjadq (mgr.14164) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:00.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:52:59.807597+0000 mon.smithi073 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:00.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:00.020712+0000 mon.smithi073 (mon.0) 493 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:01.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:52:59.686480+0000 mgr.smithi073.ivjadq (mgr.14164) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:01.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:52:59.807597+0000 mon.smithi073 (mon.0) 492 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:01.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:00.020712+0000 mon.smithi073 (mon.0) 493 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:01.686912+0000 mgr.smithi073.ivjadq (mgr.14164) 181 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:03.206085+0000 mon.smithi073 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:53:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:03.206992+0000 mon.smithi073 (mon.0) 495 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:03.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:01.686912+0000 mgr.smithi073.ivjadq (mgr.14164) 181 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:03.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:03.206085+0000 mon.smithi073 (mon.0) 494 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:53:03.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:03.206992+0000 mon.smithi073 (mon.0) 495 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:53:03.207652+0000 mgr.smithi073.ivjadq (mgr.14164) 182 : cephadm [INF] Deploying daemon osd.6 on smithi136 2024-09-11T07:53:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:03.792727+0000 mon.smithi073 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:53:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:03.792965+0000 mon.smithi073 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:53:04.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:53:03.207652+0000 mgr.smithi073.ivjadq (mgr.14164) 182 : cephadm [INF] Deploying daemon osd.6 on smithi136 2024-09-11T07:53:04.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:03.792727+0000 mon.smithi073 (mon.0) 496 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:53:04.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:03.792965+0000 mon.smithi073 (mon.0) 497 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:53:05.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:03.687278+0000 mgr.smithi073.ivjadq (mgr.14164) 183 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:05.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:03.687278+0000 mgr.smithi073.ivjadq (mgr.14164) 183 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:06.518 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 6 on host 'smithi136' 2024-09-11T07:53:07.125 DEBUG:teuthology.orchestra.run.smithi136:osd.6> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.6.service 2024-09-11T07:53:07.127 INFO:tasks.cephadm:Deploying osd.7 on smithi136 with /dev/vg_nvme/lv_1... 2024-09-11T07:53:07.127 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T07:53:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:05.687745+0000 mgr.smithi073.ivjadq (mgr.14164) 184 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:06.505462+0000 mon.smithi073 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:06.507315+0000 mon.smithi073 (mon.0) 499 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:06.509719+0000 mon.smithi073 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:06.509977+0000 mon.smithi073 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:06.514549+0000 mon.smithi073 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:07.483 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:05.687745+0000 mgr.smithi073.ivjadq (mgr.14164) 184 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:07.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:06.505462+0000 mon.smithi073 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:07.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:06.507315+0000 mon.smithi073 (mon.0) 499 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:07.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:06.509719+0000 mon.smithi073 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:07.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:06.509977+0000 mon.smithi073 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:07.484 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:06.514549+0000 mon.smithi073 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:09.284 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:07.688073+0000 mgr.smithi073.ivjadq (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:09.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:07.688073+0000 mgr.smithi073.ivjadq (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:09.671 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T07:53:09.671 INFO:teuthology.orchestra.run.smithi136.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T07:53:09.671 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10+0 records in 2024-09-11T07:53:09.671 INFO:teuthology.orchestra.run.smithi136.stderr:10+0 records out 2024-09-11T07:53:09.671 INFO:teuthology.orchestra.run.smithi136.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111954 s, 937 MB/s 2024-09-11T07:53:09.671 INFO:teuthology.orchestra.run.smithi136.stderr:--> Zapping successful for: 2024-09-11T07:53:09.998 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 07:53:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6[34054]: debug 2024-09-11T07:53:09.622+0000 7fa7ac7b4080 -1 osd.6 0 log_to_monitors {default=true} 2024-09-11T07:53:10.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:09.626337+0000 mon.smithi136 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.136:6816/2963242713,v1:172.21.15.136:6817/2963242713]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:53:10.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:09.626612+0000 mon.smithi073 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:53:10.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:09.626337+0000 mon.smithi136 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.136:6816/2963242713,v1:172.21.15.136:6817/2963242713]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:53:10.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:09.626612+0000 mon.smithi073 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:53:10.626 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi136:vg_nvme/lv_1 2024-09-11T07:53:11.492 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6[34054]: debug 2024-09-11T07:53:11.239+0000 7fa7a2d17700 -1 osd.6 0 waiting for initial osdmap 2024-09-11T07:53:11.492 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6[34054]: debug 2024-09-11T07:53:11.244+0000 7fa79e491700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T07:53:11.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:09.688453+0000 mgr.smithi073.ivjadq (mgr.14164) 186 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:11.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:10.230213+0000 mon.smithi073 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:53:11.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:10.230306+0000 mon.smithi073 (mon.0) 505 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-11T07:53:11.492 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:10.230410+0000 mon.smithi073 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:53:11.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:10.231046+0000 mon.smithi136 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.136:6816/2963242713,v1:172.21.15.136:6817/2963242713]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:53:11.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:10.231280+0000 mon.smithi073 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:53:11.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:10.379432+0000 mon.smithi073 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:11.493 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:10.695291+0000 mon.smithi073 (mon.0) 509 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:11.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:09.688453+0000 mgr.smithi073.ivjadq (mgr.14164) 186 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:11.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:10.230213+0000 mon.smithi073 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:53:11.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:10.230306+0000 mon.smithi073 (mon.0) 505 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-11T07:53:11.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:10.230410+0000 mon.smithi073 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:53:11.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:10.231046+0000 mon.smithi136 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.136:6816/2963242713,v1:172.21.15.136:6817/2963242713]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:53:11.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:10.231280+0000 mon.smithi073 (mon.0) 507 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:53:11.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:10.379432+0000 mon.smithi073 (mon.0) 508 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:11.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:10.695291+0000 mon.smithi073 (mon.0) 509 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:12.439 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:11.233249+0000 mon.smithi073 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-11T07:53:12.439 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:11.233362+0000 mon.smithi073 (mon.0) 511 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-11T07:53:12.439 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:11.233793+0000 mon.smithi073 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:53:12.440 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:11.239984+0000 mon.smithi073 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:53:12.440 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:12.215961+0000 mon.smithi073 (mon.0) 514 : cluster [INF] osd.6 [v2:172.21.15.136:6816/2963242713,v1:172.21.15.136:6817/2963242713] boot 2024-09-11T07:53:12.440 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:12.216017+0000 mon.smithi073 (mon.0) 515 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T07:53:12.440 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:12.216530+0000 mon.smithi073 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:53:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:11.233249+0000 mon.smithi073 (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-11T07:53:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:11.233362+0000 mon.smithi073 (mon.0) 511 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-11T07:53:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:11.233793+0000 mon.smithi073 (mon.0) 512 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:53:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:11.239984+0000 mon.smithi073 (mon.0) 513 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:53:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:12.215961+0000 mon.smithi073 (mon.0) 514 : cluster [INF] osd.6 [v2:172.21.15.136:6816/2963242713,v1:172.21.15.136:6817/2963242713] boot 2024-09-11T07:53:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:12.216017+0000 mon.smithi073 (mon.0) 515 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T07:53:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:12.216530+0000 mon.smithi073 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:53:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:10.634628+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:53:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:10.634746+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:53:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:11.688796+0000 mgr.smithi073.ivjadq (mgr.14164) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:13.057019+0000 mon.smithi073 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:53:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:13.058746+0000 mon.smithi073 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:53:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:13.059512+0000 mon.smithi073 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:13.221614+0000 mon.smithi073 (mon.0) 520 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-11T07:53:13.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:10.634628+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:53:13.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:10.634746+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:53:13.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:11.688796+0000 mgr.smithi073.ivjadq (mgr.14164) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:53:13.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:13.057019+0000 mon.smithi073 (mon.0) 517 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:53:13.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:13.058746+0000 mon.smithi073 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:53:13.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:13.059512+0000 mon.smithi073 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:13.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:13.221614+0000 mon.smithi073 (mon.0) 520 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-11T07:53:14.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:13.056084+0000 mgr.smithi073.ivjadq (mgr.14164) 188 : audit [DBG] from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:14.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:14.223536+0000 mon.smithi073 (mon.0) 521 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T07:53:14.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:13.056084+0000 mgr.smithi073.ivjadq (mgr.14164) 188 : audit [DBG] from='client.24195 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi136:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:53:14.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:14.223536+0000 mon.smithi073 (mon.0) 521 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T07:53:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:13.689156+0000 mgr.smithi073.ivjadq (mgr.14164) 189 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:15.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:13.689156+0000 mgr.smithi073.ivjadq (mgr.14164) 189 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:17.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:15.689510+0000 mgr.smithi073.ivjadq (mgr.14164) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:53:16.355801+0000 mgr.smithi073.ivjadq (mgr.14164) 191 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.360479+0000 mon.smithi073 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.361436+0000 mon.smithi073 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.362210+0000 mon.smithi073 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.362924+0000 mon.smithi073 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:53:16.363492+0000 mgr.smithi073.ivjadq (mgr.14164) 192 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 5312M 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.366994+0000 mon.smithi073 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.370439+0000 mon.smithi073 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.373949+0000 mon.smithi073 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.375074+0000 mon.smithi073 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.375714+0000 mon.smithi073 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:16.379592+0000 mon.smithi073 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:17.091014+0000 mon.smithi136 (mon.1) 14 : audit [INF] from='client.? 172.21.15.136:0/3141759231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acb992e5-2a73-4a70-bd11-8ce3f8d9546b"}]: dispatch 2024-09-11T07:53:17.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:17.091284+0000 mon.smithi073 (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acb992e5-2a73-4a70-bd11-8ce3f8d9546b"}]: dispatch 2024-09-11T07:53:17.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:17.095864+0000 mon.smithi073 (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "acb992e5-2a73-4a70-bd11-8ce3f8d9546b"}]': finished 2024-09-11T07:53:17.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:17.095931+0000 mon.smithi073 (mon.0) 534 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-11T07:53:17.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:17.096077+0000 mon.smithi073 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:15.689510+0000 mgr.smithi073.ivjadq (mgr.14164) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:53:16.355801+0000 mgr.smithi073.ivjadq (mgr.14164) 191 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-11T07:53:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.360479+0000 mon.smithi073 (mon.0) 522 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.361436+0000 mon.smithi073 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.362210+0000 mon.smithi073 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.362924+0000 mon.smithi073 (mon.0) 525 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:53:16.363492+0000 mgr.smithi073.ivjadq (mgr.14164) 192 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 5312M 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.366994+0000 mon.smithi073 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.370439+0000 mon.smithi073 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.373949+0000 mon.smithi073 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.375074+0000 mon.smithi073 (mon.0) 529 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.375714+0000 mon.smithi073 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:16.379592+0000 mon.smithi073 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:17.091014+0000 mon.smithi136 (mon.1) 14 : audit [INF] from='client.? 172.21.15.136:0/3141759231' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acb992e5-2a73-4a70-bd11-8ce3f8d9546b"}]: dispatch 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:17.091284+0000 mon.smithi073 (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "acb992e5-2a73-4a70-bd11-8ce3f8d9546b"}]: dispatch 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:17.095864+0000 mon.smithi073 (mon.0) 533 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "acb992e5-2a73-4a70-bd11-8ce3f8d9546b"}]': finished 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:17.095931+0000 mon.smithi073 (mon.0) 534 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-11T07:53:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:17.096077+0000 mon.smithi073 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:18.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:17.514920+0000 mon.smithi136 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.136:0/3454033074' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:53:18.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:17.514920+0000 mon.smithi136 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.136:0/3454033074' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:53:19.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:17.689897+0000 mgr.smithi073.ivjadq (mgr.14164) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:19.716 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:17.689897+0000 mgr.smithi073.ivjadq (mgr.14164) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:21.574 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:19.690150+0000 mgr.smithi073.ivjadq (mgr.14164) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:21.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:19.690150+0000 mgr.smithi073.ivjadq (mgr.14164) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:23.682 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:21.690453+0000 mgr.smithi073.ivjadq (mgr.14164) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:23.683 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:23.051590+0000 mon.smithi073 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:53:23.683 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:23.052419+0000 mon.smithi073 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:23.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:21.690453+0000 mgr.smithi073.ivjadq (mgr.14164) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:23.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:23.051590+0000 mon.smithi073 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:53:23.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:23.052419+0000 mon.smithi073 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:24.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:53:23.053038+0000 mgr.smithi073.ivjadq (mgr.14164) 196 : cephadm [INF] Deploying daemon osd.7 on smithi136 2024-09-11T07:53:24.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:53:23.053038+0000 mgr.smithi073.ivjadq (mgr.14164) 196 : cephadm [INF] Deploying daemon osd.7 on smithi136 2024-09-11T07:53:25.685 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:23.690978+0000 mgr.smithi073.ivjadq (mgr.14164) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:25.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:23.690978+0000 mgr.smithi073.ivjadq (mgr.14164) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:26.547 INFO:teuthology.orchestra.run.smithi136.stdout:Created osd(s) 7 on host 'smithi136' 2024-09-11T07:53:27.175 DEBUG:teuthology.orchestra.run.smithi136:osd.7> sudo journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.7.service 2024-09-11T07:53:27.178 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-11T07:53:27.178 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:53:27.480 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:25.691390+0000 mgr.smithi073.ivjadq (mgr.14164) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:26.536040+0000 mon.smithi073 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:26.537911+0000 mon.smithi073 (mon.0) 539 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:26.540281+0000 mon.smithi073 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:26.541557+0000 mon.smithi073 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:27.481 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:26.544848+0000 mon.smithi073 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:27.484 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:25.691390+0000 mgr.smithi073.ivjadq (mgr.14164) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:27.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:26.536040+0000 mon.smithi073 (mon.0) 538 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:27.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:26.537911+0000 mon.smithi073 (mon.0) 539 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:27.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:26.540281+0000 mon.smithi073 (mon.0) 540 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:27.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:26.541557+0000 mon.smithi073 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:27.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:26.544848+0000 mon.smithi073 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:29.150 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:53:29.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:27.691744+0000 mgr.smithi073.ivjadq (mgr.14164) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:29.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:28.883739+0000 mon.smithi073 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:29.471 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:29.149501+0000 mon.smithi073 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.73:0/942703410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:53:29.774 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 07:53:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7[36534]: debug 2024-09-11T07:53:29.663+0000 7fd5bf341080 -1 osd.7 0 log_to_monitors {default=true} 2024-09-11T07:53:29.910 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:27.691744+0000 mgr.smithi073.ivjadq (mgr.14164) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:29.910 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:28.883739+0000 mon.smithi073 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:29.910 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:29.149501+0000 mon.smithi073 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.73:0/942703410' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:53:29.911 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1726041192,"num_in_osds":8,"osd_in_since":1726041197,"num_remapped_pgs":0} 2024-09-11T07:53:30.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:29.666732+0000 mon.smithi136 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.136:6824/4113364017,v1:172.21.15.136:6825/4113364017]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:53:30.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:29.667157+0000 mon.smithi073 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:53:30.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:29.666732+0000 mon.smithi136 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.136:6824/4113364017,v1:172.21.15.136:6825/4113364017]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:53:30.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:29.667157+0000 mon.smithi073 (mon.0) 545 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:53:30.912 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:53:31.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:29.691981+0000 mgr.smithi073.ivjadq (mgr.14164) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:31.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:30.398438+0000 mon.smithi073 (mon.0) 546 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:53:31.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:30.398499+0000 mon.smithi073 (mon.0) 547 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-11T07:53:31.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:30.398612+0000 mon.smithi073 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:31.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:30.399164+0000 mon.smithi136 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.136:6824/4113364017,v1:172.21.15.136:6825/4113364017]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:53:31.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:30.399384+0000 mon.smithi073 (mon.0) 549 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:53:31.714 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 07:53:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7[36534]: debug 2024-09-11T07:53:31.404+0000 7fd5b58a4700 -1 osd.7 0 waiting for initial osdmap 2024-09-11T07:53:31.714 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 07:53:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7[36534]: debug 2024-09-11T07:53:31.411+0000 7fd5b2020700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-11T07:53:31.714 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:29.691981+0000 mgr.smithi073.ivjadq (mgr.14164) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:31.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:30.398438+0000 mon.smithi073 (mon.0) 546 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:53:31.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:30.398499+0000 mon.smithi073 (mon.0) 547 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-11T07:53:31.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:30.398612+0000 mon.smithi073 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:31.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:30.399164+0000 mon.smithi136 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.136:6824/4113364017,v1:172.21.15.136:6825/4113364017]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:53:31.715 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:30.399384+0000 mon.smithi073 (mon.0) 549 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:31.402894+0000 mon.smithi073 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:31.402985+0000 mon.smithi073 (mon.0) 551 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:31.403770+0000 mon.smithi073 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:31.406067+0000 mon.smithi073 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.170620+0000 mon.smithi073 (mon.0) 554 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.171625+0000 mon.smithi073 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.172617+0000 mon.smithi073 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.173500+0000 mon.smithi073 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.174275+0000 mon.smithi073 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:32.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.178642+0000 mon.smithi073 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:32.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.182403+0000 mon.smithi073 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:32.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.186097+0000 mon.smithi073 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:32.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.187120+0000 mon.smithi073 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:32.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.188007+0000 mon.smithi073 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:32.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.191889+0000 mon.smithi073 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:32.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:31.402894+0000 mon.smithi073 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]': finished 2024-09-11T07:53:32.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:31.402985+0000 mon.smithi073 (mon.0) 551 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-11T07:53:32.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:31.403770+0000 mon.smithi073 (mon.0) 552 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:32.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:31.406067+0000 mon.smithi073 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:32.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.170620+0000 mon.smithi073 (mon.0) 554 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:32.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.171625+0000 mon.smithi073 (mon.0) 555 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:32.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.172617+0000 mon.smithi073 (mon.0) 556 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:32.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.173500+0000 mon.smithi073 (mon.0) 557 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:32.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.174275+0000 mon.smithi073 (mon.0) 558 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:53:32.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.178642+0000 mon.smithi073 (mon.0) 559 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:32.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.182403+0000 mon.smithi073 (mon.0) 560 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:32.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.186097+0000 mon.smithi073 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:53:32.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.187120+0000 mon.smithi073 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:53:32.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.188007+0000 mon.smithi073 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:53:32.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.191889+0000 mon.smithi073 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:53:32.871 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:30.633311+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:30.633402+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:31.692242+0000 mgr.smithi073.ivjadq (mgr.14164) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:53:32.165481+0000 mgr.smithi073.ivjadq (mgr.14164) 202 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:53:32.174825+0000 mgr.smithi073.ivjadq (mgr.14164) 203 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 3984M 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.406299+0000 mon.smithi073 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:32.410309+0000 mon.smithi073 (mon.0) 566 : cluster [INF] osd.7 [v2:172.21.15.136:6824/4113364017,v1:172.21.15.136:6825/4113364017] boot 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:32.410393+0000 mon.smithi073 (mon.0) 567 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.410951+0000 mon.smithi073 (mon.0) 568 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:33.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:32.870003+0000 mon.smithi073 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.73:0/3263642814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:53:33.571 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":49,"num_osds":8,"num_up_osds":8,"osd_up_since":1726041212,"num_in_osds":8,"osd_in_since":1726041197,"num_remapped_pgs":1} 2024-09-11T07:53:33.571 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:53:33.773 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:30.633311+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:53:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:30.633402+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:53:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:31.692242+0000 mgr.smithi073.ivjadq (mgr.14164) 201 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:53:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:53:32.165481+0000 mgr.smithi073.ivjadq (mgr.14164) 202 : cephadm [INF] Detected new or changed devices on smithi136 2024-09-11T07:53:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:53:32.174825+0000 mgr.smithi073.ivjadq (mgr.14164) 203 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 3984M 2024-09-11T07:53:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.406299+0000 mon.smithi073 (mon.0) 565 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:33.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:32.410309+0000 mon.smithi073 (mon.0) 566 : cluster [INF] osd.7 [v2:172.21.15.136:6824/4113364017,v1:172.21.15.136:6825/4113364017] boot 2024-09-11T07:53:33.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:32.410393+0000 mon.smithi073 (mon.0) 567 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:53:33.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.410951+0000 mon.smithi073 (mon.0) 568 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:53:33.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:32.870003+0000 mon.smithi073 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.73:0/3263642814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:53:34.524 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:33.414108+0000 mon.smithi073 (mon.0) 570 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:53:34.524 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:34.412873+0000 mon.smithi073 (mon.0) 571 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:53:34.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:33.414108+0000 mon.smithi073 (mon.0) 570 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:53:34.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:34.412873+0000 mon.smithi073 (mon.0) 571 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:53:35.530 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:53:35.531 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":51,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","created":"2024-09-11T07:48:07.902431+0000","modified":"2024-09-11T07:53:34.409279+0000","last_up_change":"2024-09-11T07:53:32.406431+0000","last_in_change":"2024-09-11T07:53:17.091888+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-11T07:51:54.675331+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":"18a21555-bffa-48e6-bdd4-ce76239cedda","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.73:6802","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6803","nonce":3844649368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6805","nonce":3844649368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6809","nonce":3844649368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6807","nonce":3844649368}]},"public_addr":"172.21.15.73:6803/3844649368","cluster_addr":"172.21.15.73:6805/3844649368","heartbeat_back_addr":"172.21.15.73:6809/3844649368","heartbeat_front_addr":"172.21.15.73:6807/3844649368","state":["exists","up"]},{"osd":1,"uuid":"65e2b4e4-10fe-482e-b9d9-58223558c20d","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.73:6810","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6811","nonce":1532404475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6813","nonce":1532404475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6817","nonce":1532404475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6815","nonce":1532404475}]},"public_addr":"172.21.15.73:6811/1532404475","cluster_addr":"172.21.15.73:6813/1532404475","heartbeat_back_addr":"172.21.15.73:6817/1532404475","heartbeat_front_addr":"172.21.15.73:6815/1532404475","state":["exists","up"]},{"osd":2,"uuid":"3c12c994-024a-4eb1-bdd3-4339b7796fc6","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.73:6818","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6819","nonce":2074541147}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6821","nonce":2074541147}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6825","nonce":2074541147}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6823","nonce":2074541147}]},"public_addr":"172.21.15.73:6819/2074541147","cluster_addr":"172.21.15.73:6821/2074541147","heartbeat_back_addr":"172.21.15.73:6825/2074541147","heartbeat_front_addr":"172.21.15.73:6823/2074541147","state":["exists","up"]},{"osd":3,"uuid":"e1e6d3ee-556a-43a7-bfd7-e26ac9cdf1c2","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.73:6826","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6827","nonce":2434874072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6829","nonce":2434874072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6833","nonce":2434874072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6831","nonce":2434874072}]},"public_addr":"172.21.15.73:6827/2434874072","cluster_addr":"172.21.15.73:6829/2434874072","heartbeat_back_addr":"172.21.15.73:6833/2434874072","heartbeat_front_addr":"172.21.15.73:6831/2434874072","state":["exists","up"]},{"osd":4,"uuid":"79027490-56cc-451e-becc-d2cc81dd9379","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.136:6800","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6801","nonce":903049284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6803","nonce":903049284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6807","nonce":903049284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6805","nonce":903049284}]},"public_addr":"172.21.15.136:6801/903049284","cluster_addr":"172.21.15.136:6803/903049284","heartbeat_back_addr":"172.21.15.136:6807/903049284","heartbeat_front_addr":"172.21.15.136:6805/903049284","state":["exists","up"]},{"osd":5,"uuid":"9cf5f14b-2f69-4654-a74d-02c7212b6ecf","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.136:6808","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6809","nonce":3128925249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6811","nonce":3128925249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6815","nonce":3128925249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6813","nonce":3128925249}]},"public_addr":"172.21.15.136:6809/3128925249","cluster_addr":"172.21.15.136:6811/3128925249","heartbeat_back_addr":"172.21.15.136:6815/3128925249","heartbeat_front_addr":"172.21.15.136:6813/3128925249","state":["exists","up"]},{"osd":6,"uuid":"fafb759d-4fe8-4fb9-8bac-0f8f169bf186","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.136:6816","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6817","nonce":2963242713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6819","nonce":2963242713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6823","nonce":2963242713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6821","nonce":2963242713}]},"public_addr":"172.21.15.136:6817/2963242713","cluster_addr":"172.21.15.136:6819/2963242713","heartbeat_back_addr":"172.21.15.136:6823/2963242713","heartbeat_front_addr":"172.21.15.136:6821/2963242713","state":["exists","up"]},{"osd":7,"uuid":"acb992e5-2a73-4a70-bd11-8ce3f8d9546b","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.136:6824","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6825","nonce":4113364017}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6827","nonce":4113364017}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6831","nonce":4113364017}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6829","nonce":4113364017}]},"public_addr":"172.21.15.136:6825/4113364017","cluster_addr":"172.21.15.136:6827/4113364017","heartbeat_back_addr":"172.21.15.136:6831/4113364017","heartbeat_front_addr":"172.21.15.136:6829/4113364017","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-11T07:51:01.275010+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-11T07:51:30.099344+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-11T07:51:53.186928+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-11T07:52:16.302750+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-11T07:52:32.300718+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-11T07:52:51.326268+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-11T07:53:10.634749+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-11T07:53:30.633405+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:6800/1872070543":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/3552956745":"2024-09-12T07:49:03.596540+0000","172.21.15.73:6801/2767918264":"2024-09-12T07:48:47.503298+0000","172.21.15.73:6800/2767918264":"2024-09-12T07:48:47.503298+0000","172.21.15.73:0/806135455":"2024-09-12T07:48:47.503298+0000","172.21.15.73:0/497349235":"2024-09-12T07:48:47.503298+0000","172.21.15.73:6800/1078110466":"2024-09-12T07:48:29.399695+0000","172.21.15.73:6801/1078110466":"2024-09-12T07:48:29.399695+0000","172.21.15.73:6801/1872070543":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/1087017612":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/2104233919":"2024-09-12T07:48:29.399695+0000","172.21.15.73:0/3146523623":"2024-09-12T07:48:29.399695+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-11T07:53:35.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:33.692519+0000 mgr.smithi073.ivjadq (mgr.14164) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:35.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:33.692519+0000 mgr.smithi073.ivjadq (mgr.14164) 204 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:36.214 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-11T07:51:54.675331+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-11T07:53:36.214 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-11T07:53:36.419 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:36.539 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:35.529036+0000 mon.smithi073 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.73:0/2695921219' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:53:36.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:35.529036+0000 mon.smithi073 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.73:0/2695921219' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:53:37.757 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:35.692918+0000 mgr.smithi073.ivjadq (mgr.14164) 205 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:37.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:35.692918+0000 mgr.smithi073.ivjadq (mgr.14164) 205 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:38.255 INFO:teuthology.orchestra.run.smithi073.stdout:pg_num: 1 2024-09-11T07:53:38.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:38.254559+0000 mon.smithi073 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.73:0/2693495809' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T07:53:38.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:38.254559+0000 mon.smithi073 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.73:0/2693495809' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T07:53:39.013 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T07:53:39.014 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T07:53:39.657 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:37.693212+0000 mgr.smithi073.ivjadq (mgr.14164) 206 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:39.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:37.693212+0000 mgr.smithi073.ivjadq (mgr.14164) 206 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:41.162 INFO:teuthology.orchestra.run.smithi073.stdout:[client.0] 2024-09-11T07:53:41.163 INFO:teuthology.orchestra.run.smithi073.stdout: key = AQCFTOFm+nl1CRAADcnUCTW6BtHJibF3T++bnA== 2024-09-11T07:53:41.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:39.693626+0000 mgr.smithi073.ivjadq (mgr.14164) 207 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:41.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:41.158548+0000 mon.smithi073 (mon.0) 574 : audit [INF] from='client.? 172.21.15.73:0/4087504236' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:53:41.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:41.162028+0000 mon.smithi073 (mon.0) 575 : audit [INF] from='client.? 172.21.15.73:0/4087504236' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:53:41.777 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:39.693626+0000 mgr.smithi073.ivjadq (mgr.14164) 207 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:41.777 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:41.158548+0000 mon.smithi073 (mon.0) 574 : audit [INF] from='client.? 172.21.15.73:0/4087504236' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:53:41.777 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:41.162028+0000 mon.smithi073 (mon.0) 575 : audit [INF] from='client.? 172.21.15.73:0/4087504236' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:53:41.801 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-09-11T07:53:41.801 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-11T07:53:41.801 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-11T07:53:41.841 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T07:53:41.841 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T07:53:41.841 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T07:53:42.084 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:43.477 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:41.694056+0000 mgr.smithi073.ivjadq (mgr.14164) 208 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:41.694056+0000 mgr.smithi073.ivjadq (mgr.14164) 208 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:43.915 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:53:44.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:43.910152+0000 mon.smithi073 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.73:0/4091703600' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:53:44.670 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi073.ivjadq","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":2537958348},{"type":"v1","addr":"172.21.15.73:6801","nonce":2537958348}]},"active_addr":"172.21.15.73:6801/2537958348","active_change":"2024-09-11T07:49:03.596905+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14222,"name":"smithi136.asoksz","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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","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":"docker.io/library/haproxy:2.3","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":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","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":"nfs","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","nfs","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":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","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":"docker.io/library/haproxy:2.3","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":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","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":"nfs","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://172.21.15.73:8443/","prometheus":"http://172.21.15.73: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.73:0","nonce":1338038027}]},{"addrvec":[{"type":"v2","addr":"172.21.15.73:0","nonce":823722320}]}]}} 2024-09-11T07:53:44.673 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T07:53:44.673 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T07:53:44.674 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:53:44.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:43.910152+0000 mon.smithi073 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.73:0/4091703600' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:53:44.881 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:45.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:43.694410+0000 mgr.smithi073.ivjadq (mgr.14164) 209 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:45.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:43.694410+0000 mgr.smithi073.ivjadq (mgr.14164) 209 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:46.481 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:53:46.481 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":51,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","created":"2024-09-11T07:48:07.902431+0000","modified":"2024-09-11T07:53:34.409279+0000","last_up_change":"2024-09-11T07:53:32.406431+0000","last_in_change":"2024-09-11T07:53:17.091888+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-11T07:51:54.675331+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":"18a21555-bffa-48e6-bdd4-ce76239cedda","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.73:6802","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6803","nonce":3844649368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6805","nonce":3844649368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6809","nonce":3844649368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6807","nonce":3844649368}]},"public_addr":"172.21.15.73:6803/3844649368","cluster_addr":"172.21.15.73:6805/3844649368","heartbeat_back_addr":"172.21.15.73:6809/3844649368","heartbeat_front_addr":"172.21.15.73:6807/3844649368","state":["exists","up"]},{"osd":1,"uuid":"65e2b4e4-10fe-482e-b9d9-58223558c20d","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.73:6810","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6811","nonce":1532404475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6813","nonce":1532404475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6817","nonce":1532404475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6815","nonce":1532404475}]},"public_addr":"172.21.15.73:6811/1532404475","cluster_addr":"172.21.15.73:6813/1532404475","heartbeat_back_addr":"172.21.15.73:6817/1532404475","heartbeat_front_addr":"172.21.15.73:6815/1532404475","state":["exists","up"]},{"osd":2,"uuid":"3c12c994-024a-4eb1-bdd3-4339b7796fc6","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.73:6818","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6819","nonce":2074541147}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6821","nonce":2074541147}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6825","nonce":2074541147}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6823","nonce":2074541147}]},"public_addr":"172.21.15.73:6819/2074541147","cluster_addr":"172.21.15.73:6821/2074541147","heartbeat_back_addr":"172.21.15.73:6825/2074541147","heartbeat_front_addr":"172.21.15.73:6823/2074541147","state":["exists","up"]},{"osd":3,"uuid":"e1e6d3ee-556a-43a7-bfd7-e26ac9cdf1c2","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.73:6826","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6827","nonce":2434874072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6829","nonce":2434874072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6833","nonce":2434874072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6831","nonce":2434874072}]},"public_addr":"172.21.15.73:6827/2434874072","cluster_addr":"172.21.15.73:6829/2434874072","heartbeat_back_addr":"172.21.15.73:6833/2434874072","heartbeat_front_addr":"172.21.15.73:6831/2434874072","state":["exists","up"]},{"osd":4,"uuid":"79027490-56cc-451e-becc-d2cc81dd9379","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.136:6800","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6801","nonce":903049284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6803","nonce":903049284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6807","nonce":903049284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6805","nonce":903049284}]},"public_addr":"172.21.15.136:6801/903049284","cluster_addr":"172.21.15.136:6803/903049284","heartbeat_back_addr":"172.21.15.136:6807/903049284","heartbeat_front_addr":"172.21.15.136:6805/903049284","state":["exists","up"]},{"osd":5,"uuid":"9cf5f14b-2f69-4654-a74d-02c7212b6ecf","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.136:6808","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6809","nonce":3128925249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6811","nonce":3128925249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6815","nonce":3128925249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6813","nonce":3128925249}]},"public_addr":"172.21.15.136:6809/3128925249","cluster_addr":"172.21.15.136:6811/3128925249","heartbeat_back_addr":"172.21.15.136:6815/3128925249","heartbeat_front_addr":"172.21.15.136:6813/3128925249","state":["exists","up"]},{"osd":6,"uuid":"fafb759d-4fe8-4fb9-8bac-0f8f169bf186","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.136:6816","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6817","nonce":2963242713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6819","nonce":2963242713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6823","nonce":2963242713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6821","nonce":2963242713}]},"public_addr":"172.21.15.136:6817/2963242713","cluster_addr":"172.21.15.136:6819/2963242713","heartbeat_back_addr":"172.21.15.136:6823/2963242713","heartbeat_front_addr":"172.21.15.136:6821/2963242713","state":["exists","up"]},{"osd":7,"uuid":"acb992e5-2a73-4a70-bd11-8ce3f8d9546b","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.136:6824","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6825","nonce":4113364017}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6827","nonce":4113364017}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6831","nonce":4113364017}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6829","nonce":4113364017}]},"public_addr":"172.21.15.136:6825/4113364017","cluster_addr":"172.21.15.136:6827/4113364017","heartbeat_back_addr":"172.21.15.136:6831/4113364017","heartbeat_front_addr":"172.21.15.136:6829/4113364017","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-11T07:51:01.275010+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-11T07:51:30.099344+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-11T07:51:53.186928+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-11T07:52:16.302750+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-11T07:52:32.300718+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-11T07:52:51.326268+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-11T07:53:10.634749+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-11T07:53:30.633405+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:6800/1872070543":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/3552956745":"2024-09-12T07:49:03.596540+0000","172.21.15.73:6801/2767918264":"2024-09-12T07:48:47.503298+0000","172.21.15.73:6800/2767918264":"2024-09-12T07:48:47.503298+0000","172.21.15.73:0/806135455":"2024-09-12T07:48:47.503298+0000","172.21.15.73:0/497349235":"2024-09-12T07:48:47.503298+0000","172.21.15.73:6800/1078110466":"2024-09-12T07:48:29.399695+0000","172.21.15.73:6801/1078110466":"2024-09-12T07:48:29.399695+0000","172.21.15.73:6801/1872070543":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/1087017612":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/2104233919":"2024-09-12T07:48:29.399695+0000","172.21.15.73:0/3146523623":"2024-09-12T07:48:29.399695+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-11T07:53:47.120 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T07:53:47.121 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:53:47.326 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:47.762 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:45.694927+0000 mgr.smithi073.ivjadq (mgr.14164) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:47.762 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:46.479833+0000 mon.smithi073 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.73:0/3267758043' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:53:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:45.694927+0000 mgr.smithi073.ivjadq (mgr.14164) 210 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:46.479833+0000 mon.smithi073 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.73:0/3267758043' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:53:49.016 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:53:49.016 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":51,"fsid":"16a271ee-7012-11ef-bcea-c7b262605968","created":"2024-09-11T07:48:07.902431+0000","modified":"2024-09-11T07:53:34.409279+0000","last_up_change":"2024-09-11T07:53:32.406431+0000","last_in_change":"2024-09-11T07:53:17.091888+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-11T07:51:54.675331+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":"18a21555-bffa-48e6-bdd4-ce76239cedda","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.73:6802","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6803","nonce":3844649368}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6805","nonce":3844649368}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6809","nonce":3844649368}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3844649368},{"type":"v1","addr":"172.21.15.73:6807","nonce":3844649368}]},"public_addr":"172.21.15.73:6803/3844649368","cluster_addr":"172.21.15.73:6805/3844649368","heartbeat_back_addr":"172.21.15.73:6809/3844649368","heartbeat_front_addr":"172.21.15.73:6807/3844649368","state":["exists","up"]},{"osd":1,"uuid":"65e2b4e4-10fe-482e-b9d9-58223558c20d","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.73:6810","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6811","nonce":1532404475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6813","nonce":1532404475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6817","nonce":1532404475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":1532404475},{"type":"v1","addr":"172.21.15.73:6815","nonce":1532404475}]},"public_addr":"172.21.15.73:6811/1532404475","cluster_addr":"172.21.15.73:6813/1532404475","heartbeat_back_addr":"172.21.15.73:6817/1532404475","heartbeat_front_addr":"172.21.15.73:6815/1532404475","state":["exists","up"]},{"osd":2,"uuid":"3c12c994-024a-4eb1-bdd3-4339b7796fc6","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.73:6818","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6819","nonce":2074541147}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6821","nonce":2074541147}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6825","nonce":2074541147}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":2074541147},{"type":"v1","addr":"172.21.15.73:6823","nonce":2074541147}]},"public_addr":"172.21.15.73:6819/2074541147","cluster_addr":"172.21.15.73:6821/2074541147","heartbeat_back_addr":"172.21.15.73:6825/2074541147","heartbeat_front_addr":"172.21.15.73:6823/2074541147","state":["exists","up"]},{"osd":3,"uuid":"e1e6d3ee-556a-43a7-bfd7-e26ac9cdf1c2","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.73:6826","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6827","nonce":2434874072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6829","nonce":2434874072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6833","nonce":2434874072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2434874072},{"type":"v1","addr":"172.21.15.73:6831","nonce":2434874072}]},"public_addr":"172.21.15.73:6827/2434874072","cluster_addr":"172.21.15.73:6829/2434874072","heartbeat_back_addr":"172.21.15.73:6833/2434874072","heartbeat_front_addr":"172.21.15.73:6831/2434874072","state":["exists","up"]},{"osd":4,"uuid":"79027490-56cc-451e-becc-d2cc81dd9379","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.136:6800","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6801","nonce":903049284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6802","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6803","nonce":903049284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6806","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6807","nonce":903049284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6804","nonce":903049284},{"type":"v1","addr":"172.21.15.136:6805","nonce":903049284}]},"public_addr":"172.21.15.136:6801/903049284","cluster_addr":"172.21.15.136:6803/903049284","heartbeat_back_addr":"172.21.15.136:6807/903049284","heartbeat_front_addr":"172.21.15.136:6805/903049284","state":["exists","up"]},{"osd":5,"uuid":"9cf5f14b-2f69-4654-a74d-02c7212b6ecf","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.136:6808","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6809","nonce":3128925249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6810","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6811","nonce":3128925249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6814","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6815","nonce":3128925249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6812","nonce":3128925249},{"type":"v1","addr":"172.21.15.136:6813","nonce":3128925249}]},"public_addr":"172.21.15.136:6809/3128925249","cluster_addr":"172.21.15.136:6811/3128925249","heartbeat_back_addr":"172.21.15.136:6815/3128925249","heartbeat_front_addr":"172.21.15.136:6813/3128925249","state":["exists","up"]},{"osd":6,"uuid":"fafb759d-4fe8-4fb9-8bac-0f8f169bf186","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.136:6816","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6817","nonce":2963242713}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6818","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6819","nonce":2963242713}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6822","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6823","nonce":2963242713}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6820","nonce":2963242713},{"type":"v1","addr":"172.21.15.136:6821","nonce":2963242713}]},"public_addr":"172.21.15.136:6817/2963242713","cluster_addr":"172.21.15.136:6819/2963242713","heartbeat_back_addr":"172.21.15.136:6823/2963242713","heartbeat_front_addr":"172.21.15.136:6821/2963242713","state":["exists","up"]},{"osd":7,"uuid":"acb992e5-2a73-4a70-bd11-8ce3f8d9546b","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.136:6824","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6825","nonce":4113364017}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6826","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6827","nonce":4113364017}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6830","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6831","nonce":4113364017}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.136:6828","nonce":4113364017},{"type":"v1","addr":"172.21.15.136:6829","nonce":4113364017}]},"public_addr":"172.21.15.136:6825/4113364017","cluster_addr":"172.21.15.136:6827/4113364017","heartbeat_back_addr":"172.21.15.136:6831/4113364017","heartbeat_front_addr":"172.21.15.136:6829/4113364017","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-11T07:51:01.275010+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-11T07:51:30.099344+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-11T07:51:53.186928+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-11T07:52:16.302750+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-11T07:52:32.300718+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-11T07:52:51.326268+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-11T07:53:10.634749+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-11T07:53:30.633405+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:6800/1872070543":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/3552956745":"2024-09-12T07:49:03.596540+0000","172.21.15.73:6801/2767918264":"2024-09-12T07:48:47.503298+0000","172.21.15.73:6800/2767918264":"2024-09-12T07:48:47.503298+0000","172.21.15.73:0/806135455":"2024-09-12T07:48:47.503298+0000","172.21.15.73:0/497349235":"2024-09-12T07:48:47.503298+0000","172.21.15.73:6800/1078110466":"2024-09-12T07:48:29.399695+0000","172.21.15.73:6801/1078110466":"2024-09-12T07:48:29.399695+0000","172.21.15.73:6801/1872070543":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/1087017612":"2024-09-12T07:49:03.596540+0000","172.21.15.73:0/2104233919":"2024-09-12T07:48:29.399695+0000","172.21.15.73:0/3146523623":"2024-09-12T07:48:29.399695+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-11T07:53:49.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:47.695304+0000 mgr.smithi073.ivjadq (mgr.14164) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:49.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:53:49.014164+0000 mon.smithi073 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.73:0/1279547506' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:53:49.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:47.695304+0000 mgr.smithi073.ivjadq (mgr.14164) 211 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:49.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:53:49.014164+0000 mon.smithi073 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.73:0/1279547506' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:53:49.785 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T07:53:49.785 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T07:53:49.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-11T07:53:49.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-11T07:53:49.787 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-11T07:53:49.787 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-11T07:53:49.787 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-11T07:53:49.788 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-11T07:53:50.189 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:50.202 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:50.662 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:50.662 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:50.663 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:50.663 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:50.665 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:50.666 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:53:51.681 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:49.695586+0000 mgr.smithi073.ivjadq (mgr.14164) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:51.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:49.695586+0000 mgr.smithi073.ivjadq (mgr.14164) 212 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:53.719 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:51.695947+0000 mgr.smithi073.ivjadq (mgr.14164) 213 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:53.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:51.695947+0000 mgr.smithi073.ivjadq (mgr.14164) 213 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:55.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:53.696527+0000 mgr.smithi073.ivjadq (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:55.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:53.696527+0000 mgr.smithi073.ivjadq (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:57.668 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:55.697037+0000 mgr.smithi073.ivjadq (mgr.14164) 215 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:57.670 INFO:teuthology.orchestra.run.smithi073.stdout:111669149719 2024-09-11T07:53:57.670 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-11T07:53:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:55.697037+0000 mgr.smithi073.ivjadq (mgr.14164) 215 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:59.101 INFO:teuthology.orchestra.run.smithi073.stdout:158913789968 2024-09-11T07:53:59.101 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-11T07:53:59.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:53:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:57.697377+0000 mgr.smithi073.ivjadq (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:53:59.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:53:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:57.697377+0000 mgr.smithi073.ivjadq (mgr.14164) 216 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:00.311 INFO:teuthology.orchestra.run.smithi073.stdout:60129542177 2024-09-11T07:54:00.311 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T07:54:01.759 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:53:59.697658+0000 mgr.smithi073.ivjadq (mgr.14164) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:01.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:53:59.697658+0000 mgr.smithi073.ivjadq (mgr.14164) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:02.997 INFO:teuthology.orchestra.run.smithi073.stdout:38654705702 2024-09-11T07:54:02.997 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T07:54:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:01.698059+0000 mgr.smithi073.ivjadq (mgr.14164) 218 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:01.698059+0000 mgr.smithi073.ivjadq (mgr.14164) 218 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:04.169 INFO:teuthology.orchestra.run.smithi073.stdout:184683593739 2024-09-11T07:54:04.169 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-11T07:54:04.637 INFO:teuthology.orchestra.run.smithi073.stdout:81604378653 2024-09-11T07:54:04.637 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-11T07:54:04.772 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:03.794188+0000 mon.smithi073 (mon.0) 579 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:54:04.772 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:03.794466+0000 mon.smithi073 (mon.0) 580 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:54:04.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:03.794188+0000 mon.smithi073 (mon.0) 579 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:54:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:03.794466+0000 mon.smithi073 (mon.0) 580 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:54:05.085 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:05.085 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:05.085 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:05.109 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:05.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:03.698493+0000 mgr.smithi073.ivjadq (mgr.14164) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:05.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:03.698493+0000 mgr.smithi073.ivjadq (mgr.14164) 219 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:05.698881+0000 mgr.smithi073.ivjadq (mgr.14164) 220 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:07.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:05.698881+0000 mgr.smithi073.ivjadq (mgr.14164) 220 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:09.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:07.699375+0000 mgr.smithi073.ivjadq (mgr.14164) 221 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:09.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:07.699375+0000 mgr.smithi073.ivjadq (mgr.14164) 221 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:10.327 INFO:teuthology.orchestra.run.smithi073.stdout:158913789970 2024-09-11T07:54:10.633 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:10.326694+0000 mon.smithi073 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.73:0/3421411683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:54:10.653 INFO:teuthology.orchestra.run.smithi073.stdout:210453397514 2024-09-11T07:54:10.653 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-11T07:54:10.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:10.326694+0000 mon.smithi073 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.73:0/3421411683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:54:10.897 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:10.897 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:11.372 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789968 got 158913789970 for osd.5 2024-09-11T07:54:11.373 DEBUG:teuthology.parallel:result is None 2024-09-11T07:54:11.681 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:09.699683+0000 mgr.smithi073.ivjadq (mgr.14164) 222 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:11.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:09.699683+0000 mgr.smithi073.ivjadq (mgr.14164) 222 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:11.700055+0000 mgr.smithi073.ivjadq (mgr.14164) 223 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:11.700055+0000 mgr.smithi073.ivjadq (mgr.14164) 223 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:13.932 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:15.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:13.700351+0000 mgr.smithi073.ivjadq (mgr.14164) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:15.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:13.700351+0000 mgr.smithi073.ivjadq (mgr.14164) 224 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:16.142 INFO:teuthology.orchestra.run.smithi073.stdout:210453397516 2024-09-11T07:54:16.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:16.087177+0000 mon.smithi073 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.73:0/797761080' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:54:16.785 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:16.087177+0000 mon.smithi073 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.73:0/797761080' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:54:16.818 INFO:teuthology.orchestra.run.smithi073.stdout:38654705705 2024-09-11T07:54:17.481 INFO:teuthology.orchestra.run.smithi073.stdout:111669149723 2024-09-11T07:54:17.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:15.700758+0000 mgr.smithi073.ivjadq (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:17.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:16.817340+0000 mon.smithi073 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.73:0/875168847' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:54:17.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:17.480792+0000 mon.smithi073 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.73:0/457556721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:54:17.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:15.700758+0000 mgr.smithi073.ivjadq (mgr.14164) 225 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:16.817340+0000 mon.smithi073 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.73:0/875168847' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:54:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:17.480792+0000 mon.smithi073 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.73:0/457556721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:54:18.108 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149719 got 111669149723 for osd.3 2024-09-11T07:54:18.108 DEBUG:teuthology.parallel:result is None 2024-09-11T07:54:18.444 INFO:teuthology.orchestra.run.smithi073.stdout:60129542180 2024-09-11T07:54:18.615 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:18.443246+0000 mon.smithi073 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.73:0/3199231437' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:54:18.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:18.443246+0000 mon.smithi073 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.73:0/3199231437' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:54:19.435 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705702 got 38654705705 for osd.0 2024-09-11T07:54:19.436 DEBUG:teuthology.parallel:result is None 2024-09-11T07:54:19.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:17.701079+0000 mgr.smithi073.ivjadq (mgr.14164) 226 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:17.701079+0000 mgr.smithi073.ivjadq (mgr.14164) 226 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:19.701375+0000 mgr.smithi073.ivjadq (mgr.14164) 227 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:20.733 INFO:teuthology.orchestra.run.smithi073.stdout:184683593743 2024-09-11T07:54:20.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:19.701375+0000 mgr.smithi073.ivjadq (mgr.14164) 227 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:21.083 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542177 got 60129542180 for osd.1 2024-09-11T07:54:21.083 DEBUG:teuthology.parallel:result is None 2024-09-11T07:54:21.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:20.731143+0000 mon.smithi073 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.73:0/2247698923' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:54:21.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:20.732863+0000 mon.smithi073 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.73:0/2407653062' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:54:21.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:20.731143+0000 mon.smithi073 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.73:0/2247698923' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:54:21.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:20.732863+0000 mon.smithi073 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.73:0/2407653062' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:54:21.804 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593739 got 184683593743 for osd.6 2024-09-11T07:54:21.804 DEBUG:teuthology.parallel:result is None 2024-09-11T07:54:21.933 INFO:teuthology.orchestra.run.smithi073.stdout:81604378656 2024-09-11T07:54:22.588 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378656 for osd.2 2024-09-11T07:54:22.589 DEBUG:teuthology.parallel:result is None 2024-09-11T07:54:23.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:21.701771+0000 mgr.smithi073.ivjadq (mgr.14164) 228 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:23.345 INFO:teuthology.orchestra.run.smithi073.stdout:133143986199 2024-09-11T07:54:23.346 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-11T07:54:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:21.701771+0000 mgr.smithi073.ivjadq (mgr.14164) 228 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:23.741 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397516 for osd.7 2024-09-11T07:54:23.741 DEBUG:teuthology.parallel:result is None 2024-09-11T07:54:23.791 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:25.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:23.702267+0000 mgr.smithi073.ivjadq (mgr.14164) 229 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:25.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:23.702267+0000 mgr.smithi073.ivjadq (mgr.14164) 229 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:25.657 INFO:teuthology.orchestra.run.smithi073.stdout:133143986200 2024-09-11T07:54:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:25.656691+0000 mon.smithi073 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.73:0/4267885427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:54:26.427 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986199 got 133143986200 for osd.4 2024-09-11T07:54:26.428 DEBUG:teuthology.parallel:result is None 2024-09-11T07:54:26.428 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T07:54:26.428 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:54:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:25.656691+0000 mon.smithi073 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.73:0/4267885427' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:54:26.635 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:27.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:25.702570+0000 mgr.smithi073.ivjadq (mgr.14164) 230 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:27.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:25.702570+0000 mgr.smithi073.ivjadq (mgr.14164) 230 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:28.473 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:54:28.475 INFO:teuthology.orchestra.run.smithi073.stderr:dumped all 2024-09-11T07:54:29.207 INFO:teuthology.orchestra.run.smithi073.stdout:{"pg_ready":true,"pg_map":{"version":202,"stamp":"2024-09-11T07:54:27.702759+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":43304,"kb_used_data":3880,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917912,"statfs":{"total":767960285184,"available":767915941888,"internally_reserved":0,"allocated":3973120,"data_stored":1587550,"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-11T07:53:34.614652+0000","last_change":"2024-09-11T07:53:34.614652+0000","last_active":"2024-09-11T07:53:34.614652+0000","last_peered":"2024-09-11T07:53:34.614652+0000","last_clean":"2024-09-11T07:53:34.614652+0000","last_became_active":"2024-09-11T07:53:34.614343+0000","last_became_peered":"2024-09-11T07:53:34.614343+0000","last_unstale":"2024-09-11T07:53:34.614652+0000","last_undegraded":"2024-09-11T07:53:34.614652+0000","last_fullsized":"2024-09-11T07:53:34.614652+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-11T07:51:55.414236+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:51:55.414236+0000","last_clean_scrub_stamp":"2024-09-11T07:51:55.414236+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.63900000000000001}]},{"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.623}]},{"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.60199999999999998}]},{"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.499}]},{"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.435}]},{"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.46500000000000002}]},{"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.55500000000000005}]}]},{"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":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.65400000000000003}]},{"osd":1,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.623}]},{"osd":2,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.69899999999999995}]},{"osd":3,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.66900000000000004}]},{"osd":4,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.68200000000000005}]},{"osd":5,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.71499999999999997}]},{"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.754}]}]},{"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":198365,"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":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.32600000000000001,"15min":0.31900000000000001},"min":{"1min":0.27600000000000002,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.376,"5min":0.34300000000000003,"15min":0.33700000000000002},"min":{"1min":0.27400000000000002,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.47299999999999998,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.29999999999999999}]},{"osd":2,"last update":"Wed Sep 11 07:54:03 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.36599999999999999,"15min":0.36399999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.496,"5min":0.496,"15min":0.496},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.38200000000000001,"15min":0.376},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59999999999999998,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.33700000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:54:21 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.41699999999999998,"15min":0.41899999999999998},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.623,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.41599999999999998,"15min":0.41799999999999998},"min":{"1min":0.29299999999999998,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.55900000000000005,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.35599999999999998}]},{"osd":4,"last update":"Wed Sep 11 07:53:34 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.64700000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.65500000000000003}]},{"osd":6,"last update":"Wed Sep 11 07:54:15 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.53900000000000003}]},{"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.56299999999999994}]}]},{"osd":0,"up_from":9,"seq":38654705707,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"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":198365,"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":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.317,"15min":0.30399999999999999},"min":{"1min":0.27900000000000003,"5min":0.224,"15min":0.224},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.33200000000000002,"15min":0.316},"min":{"1min":0.27900000000000003,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.47099999999999997}]},{"osd":2,"last update":"Wed Sep 11 07:53:58 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.39000000000000001,"15min":0.38400000000000001},"min":{"1min":0.29199999999999998,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.503},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.371,"15min":0.36699999999999999},"min":{"1min":0.29099999999999998,"5min":0.255,"15min":0.255},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.45600000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:53:22 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.435},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.54700000000000004}]},{"osd":4,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.76800000000000002},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.90300000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:53:58 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.0169999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"last":0.745}]},{"osd":6,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.117,"5min":1.117,"15min":1.117},"last":0.78600000000000003}]},{"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.877}]}]},{"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":198365,"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":"Wed Sep 11 07:54:00 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.35199999999999998,"15min":0.34799999999999998},"min":{"1min":0.22800000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.58599999999999997,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.34799999999999998,"15min":0.34599999999999997},"min":{"1min":0.24199999999999999,"5min":0.222,"15min":0.222},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.434}]},{"osd":1,"last update":"Wed Sep 11 07:54:00 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.36399999999999999,"15min":0.36099999999999999},"min":{"1min":0.24099999999999999,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.53000000000000003,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.379,"15min":0.376},"min":{"1min":0.254,"5min":0.249,"15min":0.249},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.44500000000000001}]},{"osd":3,"last update":"Wed Sep 11 07:54:20 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.437,"15min":0.443},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.443,"15min":0.44900000000000001},"min":{"1min":0.29499999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.59999999999999998,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.48799999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.64200000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.63500000000000001}]},{"osd":6,"last update":"Wed Sep 11 07:54:16 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.68100000000000005}]},{"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.73399999999999999}]}]},{"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":"Wed Sep 11 07:54:19 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.372,"15min":0.372},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.40699999999999997,"15min":0.40999999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.56699999999999995,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.29499999999999998}]},{"osd":1,"last update":"Wed Sep 11 07:54:19 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.41899999999999998,"15min":0.42099999999999999},"min":{"1min":0.27300000000000002,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58299999999999996,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.25600000000000001},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.41699999999999998,"15min":0.42199999999999999},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.54100000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.27200000000000002}]},{"osd":2,"last update":"Wed Sep 11 07:54:19 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.44700000000000001,"15min":0.45300000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.58099999999999996,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.375},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.433,"15min":0.437},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.63800000000000001,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.315}]},{"osd":4,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.64300000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:53:57 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.66300000000000003}]},{"osd":6,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.67300000000000004}]},{"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.60699999999999998}]}]},{"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":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.64300000000000002}]},{"osd":1,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.54000000000000004}]},{"osd":2,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.68000000000000005}]},{"osd":3,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.504},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.61699999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:53:54 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.745}]},{"osd":6,"last update":"Wed Sep 11 07:54:13 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.72199999999999998}]},{"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.67200000000000004}]}]},{"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":198050,"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":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.74299999999999999},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.63800000000000001}]},{"osd":1,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.80300000000000005}]},{"osd":2,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.65000000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.67500000000000004}]},{"osd":4,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.56399999999999995}]},{"osd":6,"last update":"Wed Sep 11 07:54:14 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.46999999999999997}]},{"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.53300000000000003}]}]}],"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-11T07:54:29.209 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:54:29.411 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:27.703018+0000 mgr.smithi073.ivjadq (mgr.14164) 231 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:28.470994+0000 mgr.smithi073.ivjadq (mgr.14164) 232 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:54:29.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:27.703018+0000 mgr.smithi073.ivjadq (mgr.14164) 231 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:29.531 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:28.470994+0000 mgr.smithi073.ivjadq (mgr.14164) 232 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:54:31.232 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:54:31.276 INFO:teuthology.orchestra.run.smithi073.stderr:dumped all 2024-09-11T07:54:31.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:29.703465+0000 mgr.smithi073.ivjadq (mgr.14164) 233 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:31.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:29.703465+0000 mgr.smithi073.ivjadq (mgr.14164) 233 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:32.019 INFO:teuthology.orchestra.run.smithi073.stdout:{"pg_ready":true,"pg_map":{"version":203,"stamp":"2024-09-11T07:54:29.703222+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":43304,"kb_used_data":3880,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917912,"statfs":{"total":767960285184,"available":767915941888,"internally_reserved":0,"allocated":3973120,"data_stored":1587550,"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-11T07:53:34.614652+0000","last_change":"2024-09-11T07:53:34.614652+0000","last_active":"2024-09-11T07:53:34.614652+0000","last_peered":"2024-09-11T07:53:34.614652+0000","last_clean":"2024-09-11T07:53:34.614652+0000","last_became_active":"2024-09-11T07:53:34.614343+0000","last_became_peered":"2024-09-11T07:53:34.614343+0000","last_unstale":"2024-09-11T07:53:34.614652+0000","last_undegraded":"2024-09-11T07:53:34.614652+0000","last_fullsized":"2024-09-11T07:53:34.614652+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-11T07:51:55.414236+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:51:55.414236+0000","last_clean_scrub_stamp":"2024-09-11T07:51:55.414236+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":210453397519,"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.59499999999999997}]},{"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.57499999999999996}]},{"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.63600000000000001}]},{"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.55400000000000005}]},{"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.44700000000000001}]},{"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.40899999999999997}]},{"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.45300000000000001}]}]},{"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":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.65400000000000003}]},{"osd":1,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.623}]},{"osd":2,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.69899999999999995}]},{"osd":3,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.66900000000000004}]},{"osd":4,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.68200000000000005}]},{"osd":5,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.71499999999999997}]},{"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.754}]}]},{"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":198365,"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":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.32600000000000001,"15min":0.31900000000000001},"min":{"1min":0.27600000000000002,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.28000000000000003},{"interface":"front","average":{"1min":0.376,"5min":0.34300000000000003,"15min":0.33700000000000002},"min":{"1min":0.27400000000000002,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.47299999999999998,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.29999999999999999}]},{"osd":2,"last update":"Wed Sep 11 07:54:03 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.36599999999999999,"15min":0.36399999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.496,"5min":0.496,"15min":0.496},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.38200000000000001,"15min":0.376},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59999999999999998,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.33700000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:54:21 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.41699999999999998,"15min":0.41899999999999998},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.623,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.41599999999999998,"15min":0.41799999999999998},"min":{"1min":0.29299999999999998,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.55900000000000005,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.35599999999999998}]},{"osd":4,"last update":"Wed Sep 11 07:53:34 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.64700000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.65500000000000003}]},{"osd":6,"last update":"Wed Sep 11 07:54:15 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.879,"5min":0.879,"15min":0.879},"last":0.53900000000000003}]},{"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.56299999999999994}]}]},{"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":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":198365,"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":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.317,"15min":0.30399999999999999},"min":{"1min":0.27900000000000003,"5min":0.224,"15min":0.224},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.443},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.33200000000000002,"15min":0.316},"min":{"1min":0.27900000000000003,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.46300000000000002}]},{"osd":2,"last update":"Wed Sep 11 07:53:58 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.39000000000000001,"15min":0.38400000000000001},"min":{"1min":0.29199999999999998,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.371,"15min":0.36699999999999999},"min":{"1min":0.29099999999999998,"5min":0.255,"15min":0.255},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.433}]},{"osd":3,"last update":"Wed Sep 11 07:54:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.40200000000000002,"15min":0.40400000000000003},"min":{"1min":0.29099999999999998,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.503},{"interface":"front","average":{"1min":0.443,"5min":0.45600000000000002,"15min":0.45800000000000002},"min":{"1min":0.32600000000000001,"5min":0.308,"15min":0.308},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.51300000000000001}]},{"osd":4,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.621,"5min":0.621,"15min":0.621},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.69899999999999995}]},{"osd":5,"last update":"Wed Sep 11 07:53:58 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.0169999999999999,"5min":1.0169999999999999,"15min":1.0169999999999999},"last":0.629},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"last":0.65200000000000002}]},{"osd":6,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":1.117,"5min":1.117,"15min":1.117},"last":0.64800000000000002}]},{"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.76800000000000002}]}]},{"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":198365,"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":"Wed Sep 11 07:54:00 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.35199999999999998,"15min":0.34799999999999998},"min":{"1min":0.22800000000000001,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.58599999999999997,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.34799999999999998,"15min":0.34599999999999997},"min":{"1min":0.24199999999999999,"5min":0.222,"15min":0.222},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.434}]},{"osd":1,"last update":"Wed Sep 11 07:54:00 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.36399999999999999,"15min":0.36099999999999999},"min":{"1min":0.24099999999999999,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.53000000000000003,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.379,"15min":0.376},"min":{"1min":0.254,"5min":0.249,"15min":0.249},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.44500000000000001}]},{"osd":3,"last update":"Wed Sep 11 07:54:20 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.437,"15min":0.443},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.443,"15min":0.44900000000000001},"min":{"1min":0.29499999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.59999999999999998,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.48799999999999999}]},{"osd":4,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.64200000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.63500000000000001}]},{"osd":6,"last update":"Wed Sep 11 07:54:16 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.68100000000000005}]},{"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.73399999999999999}]}]},{"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":"Wed Sep 11 07:54:19 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.372,"15min":0.372},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.40699999999999997,"15min":0.40999999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.56699999999999995,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.371}]},{"osd":1,"last update":"Wed Sep 11 07:54:19 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.41899999999999998,"15min":0.42099999999999999},"min":{"1min":0.27300000000000002,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58299999999999996,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.41699999999999998,"15min":0.42199999999999999},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.54100000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.434}]},{"osd":2,"last update":"Wed Sep 11 07:54:19 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.44700000000000001,"15min":0.45300000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.58099999999999996,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.35899999999999999},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.433,"15min":0.437},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.63800000000000001,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.39300000000000002}]},{"osd":4,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.61599999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:53:57 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.54700000000000004}]},{"osd":6,"last update":"Wed Sep 11 07:54:12 2024","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.71699999999999997}]},{"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.72799999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986202,"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":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.58099999999999996}]},{"osd":1,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.499}]},{"osd":2,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.59599999999999997}]},{"osd":3,"last update":"Wed Sep 11 07:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.64600000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:53:54 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.60699999999999998}]},{"osd":6,"last update":"Wed Sep 11 07:54:13 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.63600000000000001}]},{"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.56399999999999995}]}]},{"osd":5,"up_from":37,"seq":158913789975,"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":198050,"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":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.625}]},{"osd":1,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.58399999999999996}]},{"osd":2,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.64600000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.67500000000000004}]},{"osd":4,"last update":"Wed Sep 11 07:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.42999999999999999}]},{"osd":6,"last update":"Wed Sep 11 07:54:14 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.47099999999999997}]},{"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.51800000000000002}]}]}],"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-11T07:54:32.020 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T07:54:32.020 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T07:54:32.020 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T07:54:32.020 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T07:54:32.233 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/mon.smithi073/config 2024-09-11T07:54:32.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:31.223569+0000 mgr.smithi073.ivjadq (mgr.14164) 234 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:54:32.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:32.196789+0000 mon.smithi073 (mon.0) 589 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:32.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:32.197870+0000 mon.smithi073 (mon.0) 590 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:32.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:32.198539+0000 mon.smithi073 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:32.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:31.223569+0000 mgr.smithi073.ivjadq (mgr.14164) 234 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:54:32.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:32.196789+0000 mon.smithi073 (mon.0) 589 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:32.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:32.197870+0000 mon.smithi073 (mon.0) 590 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:32.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:32.198539+0000 mon.smithi073 (mon.0) 591 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:33.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:31.703795+0000 mgr.smithi073.ivjadq (mgr.14164) 235 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:33.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:32.431184+0000 mon.smithi073 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:31.703795+0000 mgr.smithi073.ivjadq (mgr.14164) 235 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:32.431184+0000 mon.smithi073 (mon.0) 592 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:33.993 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:54:34.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:33.992623+0000 mon.smithi073 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.73:0/2778617874' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:54:34.617 INFO:teuthology.orchestra.run.smithi073.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T07:54:34.618 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T07:54:34.618 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T07:54:34.618 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:54:34.628 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:54:34.629 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph orch status' 2024-09-11T07:54:34.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:33.992623+0000 mon.smithi073 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.73:0/2778617874' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:54:35.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:33.704107+0000 mgr.smithi073.ivjadq (mgr.14164) 236 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:35.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:33.704107+0000 mgr.smithi073.ivjadq (mgr.14164) 236 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:36.500 INFO:teuthology.orchestra.run.smithi073.stdout:Backend: cephadm 2024-09-11T07:54:36.501 INFO:teuthology.orchestra.run.smithi073.stdout:Available: Yes 2024-09-11T07:54:36.501 INFO:teuthology.orchestra.run.smithi073.stdout:Paused: No 2024-09-11T07:54:37.140 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-11T07:54:37.761 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:35.704626+0000 mgr.smithi073.ivjadq (mgr.14164) 237 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:37.761 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:36.499962+0000 mgr.smithi073.ivjadq (mgr.14164) 238 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:37.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:35.704626+0000 mgr.smithi073.ivjadq (mgr.14164) 237 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:37.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:36.499962+0000 mgr.smithi073.ivjadq (mgr.14164) 238 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (3m) 88s ago 5m 19.3M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (5m) 88s ago 5m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (4m) 70s ago 4m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (3m) 88s ago 4m 27.1M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (6m) 88s ago 6m 413M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (4m) 70s ago 4m 370M - 16.2.5 6933c2a0b7dd 7e9de443f6d6 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (6m) 88s ago 6m 57.4M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:54:39.160 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (4m) 70s ago 4m 55.0M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (4m) 88s ago 4m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (3m) 70s ago 3m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (3m) 88s ago 3m 30.4M 3216M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (3m) 88s ago 3m 32.7M 3216M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (2m) 88s ago 2m 28.6M 3216M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (2m) 88s ago 2m 28.3M 3216M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (2m) 70s ago 2m 29.0M 3984M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (112s) 70s ago 111s 29.0M 3984M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (93s) 70s ago 92s 26.1M 3984M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (73s) 70s ago 72s 11.5M 3984M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:54:39.161 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (3m) 88s ago 4m 37.5M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:54:39.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:37.705254+0000 mgr.smithi073.ivjadq (mgr.14164) 239 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:39.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:37.705254+0000 mgr.smithi073.ivjadq (mgr.14164) 239 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:39.854 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-11T07:54:40.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:39.151698+0000 mgr.smithi073.ivjadq (mgr.14164) 240 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:40.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:39.151698+0000 mgr.smithi073.ivjadq (mgr.14164) 240 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:41.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:39.705611+0000 mgr.smithi073.ivjadq (mgr.14164) 241 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:39.705611+0000 mgr.smithi073.ivjadq (mgr.14164) 241 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager ?:9093,9094 1/1 91s ago 5m count:1 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:crash 2/2 91s ago 6m * 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:grafana ?:3000 1/1 91s ago 5m count:1 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:mgr 2/2 91s ago 6m count:2 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:mon 2/2 91s ago 5m smithi073:172.21.15.73=smithi073;smithi136:172.21.15.136=smithi136;count:2 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter ?:9100 2/2 91s ago 5m * 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:osd 8/8 91s ago - 2024-09-11T07:54:41.853 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus ?:9095 1/1 91s ago 5m count:1 2024-09-11T07:54:42.479 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-11T07:54:43.769 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:41.705885+0000 mgr.smithi073.ivjadq (mgr.14164) 242 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:43.769 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:41.845120+0000 mgr.smithi073.ivjadq (mgr.14164) 243 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:43.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:41.705885+0000 mgr.smithi073.ivjadq (mgr.14164) 242 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:43.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:41.845120+0000 mgr.smithi073.ivjadq (mgr.14164) 243 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:44.426 INFO:teuthology.orchestra.run.smithi073.stdout:HOST ADDR LABELS STATUS 2024-09-11T07:54:44.427 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 172.21.15.73 2024-09-11T07:54:44.427 INFO:teuthology.orchestra.run.smithi073.stdout:smithi136 172.21.15.136 2024-09-11T07:54:45.056 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-11T07:54:45.664 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:43.706175+0000 mgr.smithi073.ivjadq (mgr.14164) 244 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:45.664 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:44.425698+0000 mgr.smithi073.ivjadq (mgr.14164) 245 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:45.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:43.706175+0000 mgr.smithi073.ivjadq (mgr.14164) 244 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:45.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:44.425698+0000 mgr.smithi073.ivjadq (mgr.14164) 245 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:47.131 INFO:teuthology.orchestra.run.smithi073.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-09-11T07:54:47.131 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme0n1 ssd PHFT62040115400BGN 400G Unknown N/A N/A No 2024-09-11T07:54:47.131 INFO:teuthology.orchestra.run.smithi073.stdout:smithi136 /dev/nvme0n1 ssd CVPD514100122P0SGN 2000G Unknown N/A N/A No 2024-09-11T07:54:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:45.706404+0000 mgr.smithi073.ivjadq (mgr.14164) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:47.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:45.706404+0000 mgr.smithi073.ivjadq (mgr.14164) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:47.888 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T07:54:47.897 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:54:47.897 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-11T07:54:47.922 INFO:teuthology.orchestra.run.smithi073.stderr:+ systemctl stop nfs-server 2024-09-11T07:54:47.930 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi136.front.sepia.ceph.com 2024-09-11T07:54:47.930 DEBUG:teuthology.orchestra.run.smithi136:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-11T07:54:47.962 INFO:teuthology.orchestra.run.smithi136.stderr:+ systemctl stop nfs-server 2024-09-11T07:54:47.970 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:54:47.979 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:54:47.979 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-11T07:54:48.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:47.129102+0000 mgr.smithi073.ivjadq (mgr.14164) 247 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:48.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:47.129102+0000 mgr.smithi073.ivjadq (mgr.14164) 247 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:49.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:47.706747+0000 mgr.smithi073.ivjadq (mgr.14164) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:47.706747+0000 mgr.smithi073.ivjadq (mgr.14164) 248 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:50.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:49.870144+0000 mon.smithi073 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-11T07:54:50.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:49.870144+0000 mon.smithi073 (mon.0) 594 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-11T07:54:51.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:49.707024+0000 mgr.smithi073.ivjadq (mgr.14164) 249 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:51.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:49.869641+0000 mgr.smithi073.ivjadq (mgr.14164) 250 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:51.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:50.476075+0000 mon.smithi073 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-11T07:54:51.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:50.476127+0000 mon.smithi073 (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:54:51.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:50.476993+0000 mon.smithi073 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:54:51.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:49.707024+0000 mgr.smithi073.ivjadq (mgr.14164) 249 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:51.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:49.869641+0000 mgr.smithi073.ivjadq (mgr.14164) 250 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:54:51.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:50.476075+0000 mon.smithi073 (mon.0) 595 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-11T07:54:51.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:50.476127+0000 mon.smithi073 (mon.0) 596 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:54:51.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:50.476993+0000 mon.smithi073 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:54:51.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T07:54:51.484+0000 7fb1f7ec7700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:54:52.121 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-11T07:54:52.129 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-09-11T07:54:52.129 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:54:52.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.482533+0000 mon.smithi073 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-11T07:54:52.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:51.482743+0000 mon.smithi073 (mon.0) 599 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:54:52.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.484771+0000 mon.smithi073 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:54:52.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:51.485671+0000 mon.smithi073 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:54:52.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:51.485705+0000 mon.smithi073 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-11T07:54:52.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:51.493581+0000 mon.smithi073 (mon.0) 603 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T07:54:52.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.493818+0000 mon.smithi073 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-11T07:54:52.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:51.493931+0000 mon.smithi073 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:54:51.496701+0000 mgr.smithi073.ivjadq (mgr.14164) 251 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.503246+0000 mon.smithi073 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.504224+0000 mon.smithi073 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.507334+0000 mon.smithi073 (mon.0) 608 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.508858+0000 mon.smithi073 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.516578+0000 mon.smithi073 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.527666+0000 mon.smithi073 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.528445+0000 mon.smithi073 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.ufpfai", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.533952+0000 mon.smithi073 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.ufpfai", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:54:52.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:51.534794+0000 mon.smithi073 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:52.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.482533+0000 mon.smithi073 (mon.0) 598 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-11T07:54:52.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:51.482743+0000 mon.smithi073 (mon.0) 599 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.484771+0000 mon.smithi073 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:51.485671+0000 mon.smithi073 (mon.0) 601 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:51.485705+0000 mon.smithi073 (mon.0) 602 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:51.493581+0000 mon.smithi073 (mon.0) 603 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.493818+0000 mon.smithi073 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:51.493931+0000 mon.smithi073 (mon.0) 605 : cluster [DBG] fsmap foofs:0 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:54:51.496701+0000 mgr.smithi073.ivjadq (mgr.14164) 251 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.503246+0000 mon.smithi073 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.504224+0000 mon.smithi073 (mon.0) 607 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.507334+0000 mon.smithi073 (mon.0) 608 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.508858+0000 mon.smithi073 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.516578+0000 mon.smithi073 (mon.0) 610 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:52.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.527666+0000 mon.smithi073 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:52.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.528445+0000 mon.smithi073 (mon.0) 612 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.ufpfai", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:54:52.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.533952+0000 mon.smithi073 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.ufpfai", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:54:52.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:51.534794+0000 mon.smithi073 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:53.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:54:51.535510+0000 mgr.smithi073.ivjadq (mgr.14164) 252 : cephadm [INF] Deploying daemon mds.foofs.smithi073.ufpfai on smithi073 2024-09-11T07:54:53.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:51.707236+0000 mgr.smithi073.ivjadq (mgr.14164) 253 : cluster [DBG] pgmap v217: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:53.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:52.493042+0000 mon.smithi073 (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T07:54:53.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:54:51.535510+0000 mgr.smithi073.ivjadq (mgr.14164) 252 : cephadm [INF] Deploying daemon mds.foofs.smithi073.ufpfai on smithi073 2024-09-11T07:54:53.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:51.707236+0000 mgr.smithi073.ivjadq (mgr.14164) 253 : cluster [DBG] pgmap v217: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:53.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:52.493042+0000 mon.smithi073 (mon.0) 615 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T07:54:54.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:53.503633+0000 mon.smithi073 (mon.0) 616 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T07:54:54.807 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:53.503633+0000 mon.smithi073 (mon.0) 616 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T07:54:55.216 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:54:55.217 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:48:52.763949Z", "last_refresh": "2024-09-11T07:53:10.373810Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:48:40.363302Z", "last_refresh": "2024-09-11T07:53:10.373894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-11T07:48:50.353235Z", "last_refresh": "2024-09-11T07:53:10.373952Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:54:51.503600Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:54:51.496727Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:48:39.259865Z", "last_refresh": "2024-09-11T07:53:10.373749Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:49:29.364035Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:49:29.360430Z", "last_refresh": "2024-09-11T07:53:10.373619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:48:51.643643Z", "last_refresh": "2024-09-11T07:53:10.374009Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-09-11T07:53:10.374121Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:48:49.166219Z", "last_refresh": "2024-09-11T07:53:10.374066Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-11T07:54:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:53.707592+0000 mgr.smithi073.ivjadq (mgr.14164) 254 : cluster [DBG] pgmap v220: 65 pgs: 2 creating+peering, 36 active+clean, 27 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:55.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:53.707592+0000 mgr.smithi073.ivjadq (mgr.14164) 254 : cluster [DBG] pgmap v220: 65 pgs: 2 creating+peering, 36 active+clean, 27 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:55.930 INFO:tasks.cephadm:mds.foofs has 0/2 2024-09-11T07:54:56.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:55.212008+0000 mgr.smithi073.ivjadq (mgr.14164) 255 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:54:56.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:56.228823+0000 mon.smithi073 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:56.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:56.229738+0000 mon.smithi073 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi136.ihpmqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:54:56.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:56.232187+0000 mon.smithi073 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi136.ihpmqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:54:56.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:56.232693+0000 mon.smithi073 (mon.0) 620 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:56.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:55.212008+0000 mgr.smithi073.ivjadq (mgr.14164) 255 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:54:56.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:56.228823+0000 mon.smithi073 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:56.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:56.229738+0000 mon.smithi073 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi136.ihpmqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:54:56.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:56.232187+0000 mon.smithi073 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi136.ihpmqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:54:56.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:56.232693+0000 mon.smithi073 (mon.0) 620 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:56.931 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:54:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:55.707942+0000 mgr.smithi073.ivjadq (mgr.14164) 256 : cluster [DBG] pgmap v221: 65 pgs: 2 creating+peering, 63 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:54:56.233164+0000 mgr.smithi073.ivjadq (mgr.14164) 257 : cephadm [INF] Deploying daemon mds.foofs.smithi136.ihpmqj on smithi136 2024-09-11T07:54:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:56.513837+0000 mon.smithi073 (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316] up:boot 2024-09-11T07:54:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:56.513905+0000 mon.smithi073 (mon.0) 622 : cluster [INF] daemon mds.foofs.smithi073.ufpfai assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-11T07:54:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:56.513965+0000 mon.smithi073 (mon.0) 623 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T07:54:57.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:56.513983+0000 mon.smithi073 (mon.0) 624 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-11T07:54:57.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:56.513994+0000 mon.smithi073 (mon.0) 625 : cluster [INF] Cluster is now healthy 2024-09-11T07:54:57.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:56.514144+0000 mon.smithi073 (mon.0) 626 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-11T07:54:57.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:56.514350+0000 mon.smithi073 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T07:54:57.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:56.516984+0000 mon.smithi073 (mon.0) 628 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:creating} 2024-09-11T07:54:57.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:56.527118+0000 mon.smithi073 (mon.0) 629 : cluster [INF] daemon mds.foofs.smithi073.ufpfai is now active in filesystem foofs as rank 0 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:55.707942+0000 mgr.smithi073.ivjadq (mgr.14164) 256 : cluster [DBG] pgmap v221: 65 pgs: 2 creating+peering, 63 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:54:56.233164+0000 mgr.smithi073.ivjadq (mgr.14164) 257 : cephadm [INF] Deploying daemon mds.foofs.smithi136.ihpmqj on smithi136 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:56.513837+0000 mon.smithi073 (mon.0) 621 : cluster [DBG] mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316] up:boot 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:56.513905+0000 mon.smithi073 (mon.0) 622 : cluster [INF] daemon mds.foofs.smithi073.ufpfai assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:56.513965+0000 mon.smithi073 (mon.0) 623 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:56.513983+0000 mon.smithi073 (mon.0) 624 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:56.513994+0000 mon.smithi073 (mon.0) 625 : cluster [INF] Cluster is now healthy 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:56.514144+0000 mon.smithi073 (mon.0) 626 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:56.514350+0000 mon.smithi073 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T07:54:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:56.516984+0000 mon.smithi073 (mon.0) 628 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:creating} 2024-09-11T07:54:57.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:56.527118+0000 mon.smithi073 (mon.0) 629 : cluster [INF] daemon mds.foofs.smithi073.ufpfai is now active in filesystem foofs as rank 0 2024-09-11T07:54:58.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:57.518182+0000 mon.smithi073 (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316] up:active 2024-09-11T07:54:58.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:57.518228+0000 mon.smithi073 (mon.0) 631 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 2024-09-11T07:54:58.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:57.708232+0000 mgr.smithi073.ivjadq (mgr.14164) 258 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 1.7 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:57.518182+0000 mon.smithi073 (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316] up:active 2024-09-11T07:54:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:57.518228+0000 mon.smithi073 (mon.0) 631 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 2024-09-11T07:54:58.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:57.708232+0000 mgr.smithi073.ivjadq (mgr.14164) 258 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 1.7 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:54:58.981 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:54:58.981 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:48:52.763949Z", "last_refresh": "2024-09-11T07:53:10.373810Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:48:40.363302Z", "last_refresh": "2024-09-11T07:53:10.373894Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-11T07:48:50.353235Z", "last_refresh": "2024-09-11T07:53:10.373952Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-11T07:54:51.503600Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:54:51.496727Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:48:39.259865Z", "last_refresh": "2024-09-11T07:53:10.373749Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:49:29.364035Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:49:29.360430Z", "last_refresh": "2024-09-11T07:53:10.373619Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:48:51.643643Z", "last_refresh": "2024-09-11T07:53:10.374009Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2024-09-11T07:53:10.374121Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:48:49.166219Z", "last_refresh": "2024-09-11T07:53:10.374066Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-11T07:54:59.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:58.560096+0000 mon.smithi073 (mon.0) 632 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:59.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:58.561113+0000 mon.smithi073 (mon.0) 633 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:59.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:58.562001+0000 mon.smithi073 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:59.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:58.562644+0000 mon.smithi073 (mon.0) 635 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:59.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:58.804966+0000 mon.smithi073 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:59.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:54:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:54:58.977460+0000 mgr.smithi073.ivjadq (mgr.14164) 259 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:54:59.731 INFO:tasks.cephadm:mds.foofs has 2/2 2024-09-11T07:54:59.731 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:54:59.741 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:54:59.741 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-09-11T07:54:59.915 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:58.560096+0000 mon.smithi073 (mon.0) 632 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:59.915 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:58.561113+0000 mon.smithi073 (mon.0) 633 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:54:59.915 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:58.562001+0000 mon.smithi073 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:54:59.915 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:58.562644+0000 mon.smithi073 (mon.0) 635 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:54:59.916 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:58.804966+0000 mon.smithi073 (mon.0) 636 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:54:59.916 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:54:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:54:58.977460+0000 mgr.smithi073.ivjadq (mgr.14164) 259 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:55:01.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:54:59.708655+0000 mgr.smithi073.ivjadq (mgr.14164) 260 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s wr, 7 op/s 2024-09-11T07:55:01.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:00.483633+0000 mon.smithi073 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:54:59.708655+0000 mgr.smithi073.ivjadq (mgr.14164) 260 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s wr, 7 op/s 2024-09-11T07:55:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:00.483633+0000 mon.smithi073 (mon.0) 637 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:02.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:02.232464+0000 mon.smithi073 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-11T07:55:02.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:02.232464+0000 mon.smithi073 (mon.0) 638 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-11T07:55:03.525 INFO:teuthology.orchestra.run.smithi073.stdout:NFS Cluster Created Successfully 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:01.708994+0000 mgr.smithi073.ivjadq (mgr.14164) 261 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 7 op/s 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:02.231299+0000 mgr.smithi073.ivjadq (mgr.14164) 262 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:02.491740+0000 mon.smithi073 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:boot 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:02.491999+0000 mon.smithi073 (mon.0) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:02.492167+0000 mon.smithi073 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:02.492206+0000 mon.smithi073 (mon.0) 642 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:02.492346+0000 mon.smithi073 (mon.0) 643 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:02.493880+0000 mon.smithi073 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-11T07:55:03.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:02.498879+0000 mon.smithi073 (mon.0) 645 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:01.708994+0000 mgr.smithi073.ivjadq (mgr.14164) 261 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 7 op/s 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:02.231299+0000 mgr.smithi073.ivjadq (mgr.14164) 262 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:02.491740+0000 mon.smithi073 (mon.0) 639 : cluster [DBG] mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:boot 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:02.491999+0000 mon.smithi073 (mon.0) 640 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:02.492167+0000 mon.smithi073 (mon.0) 641 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:02.492206+0000 mon.smithi073 (mon.0) 642 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:02.492346+0000 mon.smithi073 (mon.0) 643 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:02.493880+0000 mon.smithi073 (mon.0) 644 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-11T07:55:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:02.498879+0000 mon.smithi073 (mon.0) 645 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T07:55:04.640 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-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-11T07:55:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:03.492838+0000 mon.smithi073 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-11T07:55:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:03.493128+0000 mon.smithi073 (mon.0) 647 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T07:55:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:03.523501+0000 mon.smithi073 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:03.797705+0000 mon.smithi073 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:55:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:03.797971+0000 mon.smithi073 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:55:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:03.809022+0000 mon.smithi073 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:03.492838+0000 mon.smithi073 (mon.0) 646 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-11T07:55:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:03.493128+0000 mon.smithi073 (mon.0) 647 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T07:55:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:03.523501+0000 mon.smithi073 (mon.0) 648 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:03.797705+0000 mon.smithi073 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:55:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:03.797971+0000 mon.smithi073 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:55:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:03.809022+0000 mon.smithi073 (mon.0) 651 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:03.519821+0000 mgr.smithi073.ivjadq (mgr.14164) 263 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-11T07:55:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:03.709308+0000 mgr.smithi073.ivjadq (mgr.14164) 264 : cluster [DBG] pgmap v227: 97 pgs: 6 creating+activating, 5 creating+peering, 20 unknown, 66 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 5 op/s 2024-09-11T07:55:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:04.503353+0000 mon.smithi073 (mon.0) 652 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T07:55:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:04.533645+0000 mon.smithi073 (mon.0) 653 : cluster [DBG] mgrmap e19: smithi073.ivjadq(active, since 6m), standbys: smithi136.asoksz 2024-09-11T07:55:05.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:03.519821+0000 mgr.smithi073.ivjadq (mgr.14164) 263 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-11T07:55:05.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:03.709308+0000 mgr.smithi073.ivjadq (mgr.14164) 264 : cluster [DBG] pgmap v227: 97 pgs: 6 creating+activating, 5 creating+peering, 20 unknown, 66 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 5 op/s 2024-09-11T07:55:05.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:04.503353+0000 mon.smithi073 (mon.0) 652 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T07:55:05.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:04.533645+0000 mon.smithi073 (mon.0) 653 : cluster [DBG] mgrmap e19: smithi073.ivjadq(active, since 6m), standbys: smithi136.asoksz 2024-09-11T07:55:07.110 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:55:07.110 INFO:teuthology.orchestra.run.smithi073.stdout: "bind": "/fake", 2024-09-11T07:55:07.110 INFO:teuthology.orchestra.run.smithi073.stdout: "fs": "foofs", 2024-09-11T07:55:07.111 INFO:teuthology.orchestra.run.smithi073.stdout: "path": "/", 2024-09-11T07:55:07.111 INFO:teuthology.orchestra.run.smithi073.stdout: "cluster": "foo", 2024-09-11T07:55:07.111 INFO:teuthology.orchestra.run.smithi073.stdout: "mode": "RW" 2024-09-11T07:55:07.111 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:55:07.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:05.709601+0000 mgr.smithi073.ivjadq (mgr.14164) 265 : cluster [DBG] pgmap v229: 97 pgs: 6 creating+activating, 5 creating+peering, 3 unknown, 83 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 2 op/s 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:06.512033+0000 mon.smithi073 (mon.0) 654 : cluster [DBG] mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:standby 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:06.512089+0000 mon.smithi073 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.015218+0000 mon.smithi073 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.018324+0000 mon.smithi073 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.023776+0000 mon.smithi073 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.034578+0000 mon.smithi073 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.umjfyq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.038369+0000 mon.smithi073 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.umjfyq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.039189+0000 mon.smithi073 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.042358+0000 mon.smithi073 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.043669+0000 mon.smithi073 (mon.0) 663 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.088056+0000 mon.smithi073 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:55:07.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.091264+0000 mon.smithi073 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:55:07.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.101914+0000 mon.smithi073 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 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-11T07:55:07.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.105305+0000 mon.smithi073 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 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-11T07:55:07.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.137126+0000 mon.smithi073 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:55:07.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.140337+0000 mon.smithi073 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:55:07.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.143584+0000 mon.smithi073 (mon.0) 670 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:05.709601+0000 mgr.smithi073.ivjadq (mgr.14164) 265 : cluster [DBG] pgmap v229: 97 pgs: 6 creating+activating, 5 creating+peering, 3 unknown, 83 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 2 op/s 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:06.512033+0000 mon.smithi073 (mon.0) 654 : cluster [DBG] mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:standby 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:06.512089+0000 mon.smithi073 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.015218+0000 mon.smithi073 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.018324+0000 mon.smithi073 (mon.0) 657 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.023776+0000 mon.smithi073 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.034578+0000 mon.smithi073 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.umjfyq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.038369+0000 mon.smithi073 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.umjfyq", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.039189+0000 mon.smithi073 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.042358+0000 mon.smithi073 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-09-11T07:55:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.043669+0000 mon.smithi073 (mon.0) 663 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:07.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.088056+0000 mon.smithi073 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:55:07.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.091264+0000 mon.smithi073 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:55:07.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.101914+0000 mon.smithi073 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 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-11T07:55:07.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.105305+0000 mon.smithi073 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 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-11T07:55:07.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.137126+0000 mon.smithi073 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:55:07.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.140337+0000 mon.smithi073 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:55:07.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.143584+0000 mon.smithi073 (mon.0) 670 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:07.883 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-09-11T07:55:08.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:07.034279+0000 mgr.smithi073.ivjadq (mgr.14164) 266 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.umjfyq 2024-09-11T07:55:08.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:07.038870+0000 mgr.smithi073.ivjadq (mgr.14164) 267 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:55:08.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:07.073835+0000 mgr.smithi073.ivjadq (mgr.14164) 268 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:08.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:07.136720+0000 mgr.smithi073.ivjadq (mgr.14164) 269 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:55:08.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:07.136801+0000 mgr.smithi073.ivjadq (mgr.14164) 270 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.umjfyq-rgw 2024-09-11T07:55:08.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:07.144293+0000 mgr.smithi073.ivjadq (mgr.14164) 271 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi073.umjfyq on smithi073 2024-09-11T07:55:08.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:07.034279+0000 mgr.smithi073.ivjadq (mgr.14164) 266 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.umjfyq 2024-09-11T07:55:08.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:07.038870+0000 mgr.smithi073.ivjadq (mgr.14164) 267 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:55:08.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:07.073835+0000 mgr.smithi073.ivjadq (mgr.14164) 268 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:08.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:07.136720+0000 mgr.smithi073.ivjadq (mgr.14164) 269 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:55:08.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:07.136801+0000 mgr.smithi073.ivjadq (mgr.14164) 270 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi073.umjfyq-rgw 2024-09-11T07:55:08.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:07.144293+0000 mgr.smithi073.ivjadq (mgr.14164) 271 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi073.umjfyq on smithi073 2024-09-11T07:55:09.750 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:07.710254+0000 mgr.smithi073.ivjadq (mgr.14164) 272 : cluster [DBG] pgmap v230: 97 pgs: 6 creating+activating, 91 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-11T07:55:09.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:07.710254+0000 mgr.smithi073.ivjadq (mgr.14164) 272 : cluster [DBG] pgmap v230: 97 pgs: 6 creating+activating, 91 active+clean; 2.6 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-11T07:55:10.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:09.711067+0000 mgr.smithi073.ivjadq (mgr.14164) 273 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 283 B/s rd, 567 B/s wr, 1 op/s 2024-09-11T07:55:10.809 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:09.711067+0000 mgr.smithi073.ivjadq (mgr.14164) 273 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 283 B/s rd, 567 B/s wr, 1 op/s 2024-09-11T07:55:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:10.973358+0000 mgr.smithi073.ivjadq (mgr.14164) 274 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:11.287461+0000 mon.smithi073 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:11.288420+0000 mgr.smithi073.ivjadq (mgr.14164) 275 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi136.seiowp 2024-09-11T07:55:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:11.288601+0000 mon.smithi073 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi136.seiowp", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-11T07:55:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:11.291077+0000 mon.smithi073 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi136.seiowp", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-11T07:55:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:11.291561+0000 mgr.smithi073.ivjadq (mgr.14164) 276 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:55:12.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:11.291809+0000 mon.smithi073 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-09-11T07:55:12.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:11.294979+0000 mon.smithi073 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-09-11T07:55:12.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:11.296048+0000 mon.smithi073 (mon.0) 676 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:10.973358+0000 mgr.smithi073.ivjadq (mgr.14164) 274 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:11.287461+0000 mon.smithi073 (mon.0) 671 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:11.288420+0000 mgr.smithi073.ivjadq (mgr.14164) 275 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi136.seiowp 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:11.288601+0000 mon.smithi073 (mon.0) 672 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi136.seiowp", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:11.291077+0000 mon.smithi073 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi136.seiowp", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:11.291561+0000 mgr.smithi073.ivjadq (mgr.14164) 276 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:11.291809+0000 mon.smithi073 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:11.294979+0000 mon.smithi073 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2024-09-11T07:55:12.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:11.296048+0000 mon.smithi073 (mon.0) 676 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:11.711628+0000 mgr.smithi073.ivjadq (mgr.14164) 277 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 249 B/s rd, 498 B/s wr, 0 op/s 2024-09-11T07:55:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:12.251395+0000 mgr.smithi073.ivjadq (mgr.14164) 278 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:11.711628+0000 mgr.smithi073.ivjadq (mgr.14164) 277 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 249 B/s rd, 498 B/s wr, 0 op/s 2024-09-11T07:55:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:12.251395+0000 mgr.smithi073.ivjadq (mgr.14164) 278 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:14.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:14.187569+0000 mon.smithi073 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:55:14.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:14.191029+0000 mon.smithi073 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:55:14.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:14.251446+0000 mon.smithi073 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:55:14.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:14.256994+0000 mon.smithi073 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:55:14.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:14.258416+0000 mon.smithi073 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:14.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:14.187569+0000 mon.smithi073 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:55:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:14.191029+0000 mon.smithi073 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:55:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:14.251446+0000 mon.smithi073 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:55:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:14.256994+0000 mon.smithi073 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:55:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:14.258416+0000 mon.smithi073 (mon.0) 681 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:15.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:13.539894+0000 mgr.smithi073.ivjadq (mgr.14164) 279 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:15.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:13.712207+0000 mgr.smithi073.ivjadq (mgr.14164) 280 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:55:15.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:14.251022+0000 mgr.smithi073.ivjadq (mgr.14164) 281 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:55:15.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:14.251102+0000 mgr.smithi073.ivjadq (mgr.14164) 282 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi136.seiowp-rgw 2024-09-11T07:55:15.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:14.259325+0000 mgr.smithi073.ivjadq (mgr.14164) 283 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi136.seiowp on smithi136 2024-09-11T07:55:15.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:13.539894+0000 mgr.smithi073.ivjadq (mgr.14164) 279 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:15.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:13.712207+0000 mgr.smithi073.ivjadq (mgr.14164) 280 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:55:15.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:14.251022+0000 mgr.smithi073.ivjadq (mgr.14164) 281 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:55:15.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:14.251102+0000 mgr.smithi073.ivjadq (mgr.14164) 282 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi136.seiowp-rgw 2024-09-11T07:55:15.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:14.259325+0000 mgr.smithi073.ivjadq (mgr.14164) 283 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi136.seiowp on smithi136 2024-09-11T07:55:16.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:14.816820+0000 mgr.smithi073.ivjadq (mgr.14164) 284 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:16.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:14.816820+0000 mgr.smithi073.ivjadq (mgr.14164) 284 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:17.404 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo 2/2 - 13s count:2 2024-09-11T07:55:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:15.712782+0000 mgr.smithi073.ivjadq (mgr.14164) 285 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1004 B/s wr, 2 op/s 2024-09-11T07:55:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:16.104119+0000 mgr.smithi073.ivjadq (mgr.14164) 286 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:16.585370+0000 mon.smithi073 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:16.586465+0000 mon.smithi073 (mon.0) 683 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:16.587346+0000 mon.smithi073 (mon.0) 684 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:17.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:16.587917+0000 mon.smithi073 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:15.712782+0000 mgr.smithi073.ivjadq (mgr.14164) 285 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1004 B/s wr, 2 op/s 2024-09-11T07:55:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:16.104119+0000 mgr.smithi073.ivjadq (mgr.14164) 286 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:16.585370+0000 mon.smithi073 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:16.586465+0000 mon.smithi073 (mon.0) 683 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:16.587346+0000 mon.smithi073 (mon.0) 684 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:16.587917+0000 mon.smithi073 (mon.0) 685 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:18.161 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T07:55:18.177 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:55:18.177 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-11T07:55:18.203 INFO:teuthology.orchestra.run.smithi073.stderr:+ mkdir /mnt/foo 2024-09-11T07:55:18.220 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-09-11T07:55:18.286 INFO:teuthology.orchestra.run.smithi073.stderr:++ hostname 2024-09-11T07:55:18.287 INFO:teuthology.orchestra.run.smithi073.stderr:+ mount -t nfs smithi073:/fake /mnt/foo -o sync 2024-09-11T07:55:18.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:17.388086+0000 mgr.smithi073.ivjadq (mgr.14164) 287 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:18.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:17.388086+0000 mgr.smithi073.ivjadq (mgr.14164) 287 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:19.006 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-11T07:55:19.073 INFO:teuthology.orchestra.run.smithi073.stderr:+ echo test 2024-09-11T07:55:19.082 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-11T07:55:19.146 INFO:teuthology.orchestra.run.smithi073.stderr:+ sync 2024-09-11T07:55:19.448 INFO:teuthology.run_tasks:Running task parallel... 2024-09-11T07:55:19.467 INFO:teuthology.task.parallel:starting parallel... 2024-09-11T07:55:19.468 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-11T07:55:19.468 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-11T07:55:19.469 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:55:19.469 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-11T07:55:19.469 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-11T07:55:19.470 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-11T07:55:19.470 INFO:teuthology.task.exec:Executing custom commands... 2024-09-11T07:55:19.471 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:55:19.471 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-09-11T07:55:19.544 INFO:teuthology.orchestra.run.smithi073.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-11T07:55:19.544 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T07:55:19.544 INFO:teuthology.orchestra.run.smithi073.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-09-11T07:55:19.546 INFO:teuthology.orchestra.run.smithi073.stdout:4 of 5 processes prepared for launch 0 sec 2024-09-11T07:55:19.646 INFO:teuthology.orchestra.run.smithi073.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-11T07:55:19.646 INFO:teuthology.orchestra.run.smithi073.stdout:releasing clients 2024-09-11T07:55:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:17.713437+0000 mgr.smithi073.ivjadq (mgr.14164) 288 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-09-11T07:55:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:18.813564+0000 mon.smithi073 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:19.175849+0000 mon.smithi073 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:19.808 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:17.713437+0000 mgr.smithi073.ivjadq (mgr.14164) 288 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2024-09-11T07:55:19.808 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:18.813564+0000 mon.smithi073 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:19.808 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:19.175849+0000 mon.smithi073 (mon.0) 687 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:20.646 INFO:teuthology.orchestra.run.smithi073.stdout: 5 297 54.83 MB/sec warmup 1 sec latency 13.123 ms 2024-09-11T07:55:21.646 INFO:teuthology.orchestra.run.smithi073.stdout: 5 661 52.80 MB/sec warmup 2 sec latency 10.022 ms 2024-09-11T07:55:21.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:19.714031+0000 mgr.smithi073.ivjadq (mgr.14164) 289 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-09-11T07:55:21.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:19.714031+0000 mgr.smithi073.ivjadq (mgr.14164) 289 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-09-11T07:55:22.646 INFO:teuthology.orchestra.run.smithi073.stdout: 5 1880 43.97 MB/sec warmup 3 sec latency 13.628 ms 2024-09-11T07:55:23.646 INFO:teuthology.orchestra.run.smithi073.stdout: 5 3326 44.22 MB/sec warmup 4 sec latency 14.124 ms 2024-09-11T07:55:23.677 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:21.714398+0000 mgr.smithi073.ivjadq (mgr.14164) 290 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.1 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-11T07:55:23.710 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-11T07:55:23.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:21.714398+0000 mgr.smithi073.ivjadq (mgr.14164) 290 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.1 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-11T07:55:24.646 INFO:teuthology.orchestra.run.smithi073.stdout: 5 4333 40.46 MB/sec warmup 5 sec latency 62.260 ms 2024-09-11T07:55:25.646 INFO:teuthology.orchestra.run.smithi073.stdout: 5 5715 38.20 MB/sec warmup 6 sec latency 88.343 ms 2024-09-11T07:55:25.649 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:23.714895+0000 mgr.smithi073.ivjadq (mgr.14164) 291 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 73 MiB data, 313 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 6.9 MiB/s wr, 492 op/s 2024-09-11T07:55:25.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:23.714895+0000 mgr.smithi073.ivjadq (mgr.14164) 291 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 73 MiB data, 313 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 6.9 MiB/s wr, 492 op/s 2024-09-11T07:55:26.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 6764 38.22 MB/sec warmup 7 sec latency 22.429 ms 2024-09-11T07:55:27.393 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-11T07:55:27.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 7871 37.24 MB/sec warmup 8 sec latency 17.374 ms 2024-09-11T07:55:27.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:25.716555+0000 mgr.smithi073.ivjadq (mgr.14164) 292 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 129 MiB data, 560 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 12 MiB/s wr, 682 op/s 2024-09-11T07:55:27.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:25.716555+0000 mgr.smithi073.ivjadq (mgr.14164) 292 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 129 MiB data, 560 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 12 MiB/s wr, 682 op/s 2024-09-11T07:55:28.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 9173 36.03 MB/sec warmup 9 sec latency 14.166 ms 2024-09-11T07:55:28.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:27.717034+0000 mgr.smithi073.ivjadq (mgr.14164) 293 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 134 MiB data, 589 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 13 MiB/s wr, 806 op/s 2024-09-11T07:55:28.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:27.729913+0000 mon.smithi073 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:28.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:27.734754+0000 mon.smithi073 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:28.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:27.744205+0000 mon.smithi073 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:28.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:27.746898+0000 mon.smithi073 (mon.0) 691 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:28.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:27.748504+0000 mon.smithi073 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:28.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:27.749603+0000 mon.smithi073 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:28.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:27.754908+0000 mon.smithi073 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:28.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:27.762658+0000 mon.smithi073 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:27.717034+0000 mgr.smithi073.ivjadq (mgr.14164) 293 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 134 MiB data, 589 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 13 MiB/s wr, 806 op/s 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:27.729913+0000 mon.smithi073 (mon.0) 688 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:27.734754+0000 mon.smithi073 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:27.744205+0000 mon.smithi073 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:27.746898+0000 mon.smithi073 (mon.0) 691 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:27.748504+0000 mon.smithi073 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:27.749603+0000 mon.smithi073 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:27.754908+0000 mon.smithi073 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:27.762658+0000 mon.smithi073 (mon.0) 695 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:29.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 10390 36.70 MB/sec warmup 10 sec latency 31.877 ms 2024-09-11T07:55:30.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 11369 35.73 MB/sec warmup 11 sec latency 35.447 ms 2024-09-11T07:55:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:29.717679+0000 mgr.smithi073.ivjadq (mgr.14164) 294 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 151 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 19 MiB/s wr, 1.27k op/s 2024-09-11T07:55:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:29.838525+0000 mon.smithi073 (mon.0) 696 : audit [INF] from='client.? 172.21.15.73:0/3279059600' entity='client.admin' 2024-09-11T07:55:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:29.844347+0000 mon.smithi073 (mon.0) 697 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:29.846284+0000 mon.smithi073 (mon.0) 698 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:29.847740+0000 mon.smithi073 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:29.854075+0000 mon.smithi073 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:29.863709+0000 mon.smithi073 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:31.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:29.717679+0000 mgr.smithi073.ivjadq (mgr.14164) 294 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 151 MiB data, 726 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 19 MiB/s wr, 1.27k op/s 2024-09-11T07:55:31.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:29.838525+0000 mon.smithi073 (mon.0) 696 : audit [INF] from='client.? 172.21.15.73:0/3279059600' entity='client.admin' 2024-09-11T07:55:31.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:29.844347+0000 mon.smithi073 (mon.0) 697 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:31.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:29.846284+0000 mon.smithi073 (mon.0) 698 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:31.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:29.847740+0000 mon.smithi073 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:31.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:29.854075+0000 mon.smithi073 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:31.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:29.863709+0000 mon.smithi073 (mon.0) 701 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:31.465 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr module enable nfs --force' 2024-09-11T07:55:31.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 12639 34.95 MB/sec warmup 12 sec latency 35.226 ms 2024-09-11T07:55:32.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 13939 35.57 MB/sec warmup 13 sec latency 23.805 ms 2024-09-11T07:55:33.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:31.718116+0000 mgr.smithi073.ivjadq (mgr.14164) 295 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 151 MiB data, 732 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 19 MiB/s wr, 1.26k op/s 2024-09-11T07:55:33.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 14819 34.83 MB/sec warmup 14 sec latency 19.909 ms 2024-09-11T07:55:33.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:31.718116+0000 mgr.smithi073.ivjadq (mgr.14164) 295 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 151 MiB data, 732 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 19 MiB/s wr, 1.26k op/s 2024-09-11T07:55:34.512 INFO:teuthology.orchestra.run.smithi073.stderr:module 'nfs' is already enabled 2024-09-11T07:55:34.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 15758 34.20 MB/sec warmup 15 sec latency 17.943 ms 2024-09-11T07:55:34.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:33.920366+0000 mon.smithi073 (mon.0) 702 : audit [INF] from='client.? 172.21.15.73:0/2352014957' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-11T07:55:34.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:33.920366+0000 mon.smithi073 (mon.0) 702 : audit [INF] from='client.? 172.21.15.73:0/2352014957' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-11T07:55:35.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 17156 34.31 MB/sec warmup 16 sec latency 16.988 ms 2024-09-11T07:55:35.752 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:33.718628+0000 mgr.smithi073.ivjadq (mgr.14164) 296 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 163 MiB data, 814 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 23 MiB/s wr, 1.61k op/s 2024-09-11T07:55:35.752 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:34.507040+0000 mon.smithi073 (mon.0) 703 : audit [INF] from='client.? 172.21.15.73:0/2352014957' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-11T07:55:35.752 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:34.507585+0000 mon.smithi073 (mon.0) 704 : cluster [DBG] mgrmap e20: smithi073.ivjadq(active, since 6m), standbys: smithi136.asoksz 2024-09-11T07:55:35.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:33.718628+0000 mgr.smithi073.ivjadq (mgr.14164) 296 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 163 MiB data, 814 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 23 MiB/s wr, 1.61k op/s 2024-09-11T07:55:35.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:34.507040+0000 mon.smithi073 (mon.0) 703 : audit [INF] from='client.? 172.21.15.73:0/2352014957' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-11T07:55:35.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:34.507585+0000 mon.smithi073 (mon.0) 704 : cluster [DBG] mgrmap e20: smithi073.ivjadq(active, since 6m), standbys: smithi136.asoksz 2024-09-11T07:55:35.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T07:55:36.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 18199 34.28 MB/sec warmup 17 sec latency 25.658 ms 2024-09-11T07:55:37.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 19273 33.80 MB/sec warmup 18 sec latency 21.083 ms 2024-09-11T07:55:37.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:35.719154+0000 mgr.smithi073.ivjadq (mgr.14164) 297 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 168 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 19 MiB/s wr, 1.47k op/s 2024-09-11T07:55:37.794 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:35.719154+0000 mgr.smithi073.ivjadq (mgr.14164) 297 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 168 MiB data, 878 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 19 MiB/s wr, 1.47k op/s 2024-09-11T07:55:38.155 INFO:teuthology.orchestra.run.smithi073.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:55:38.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 20382 32.93 MB/sec warmup 19 sec latency 23.109 ms 2024-09-11T07:55:38.969 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-11T07:55:38.969 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T07:55:38.970 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T07:55:39.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:37.719659+0000 mgr.smithi073.ivjadq (mgr.14164) 298 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 171 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 15 MiB/s wr, 1.39k op/s 2024-09-11T07:55:39.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:38.148515+0000 mgr.smithi073.ivjadq (mgr.14164) 299 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:39.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:38.149331+0000 mgr.smithi073.ivjadq (mgr.14164) 300 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:55:39.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:38.154196+0000 mon.smithi073 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:39.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:38.155165+0000 mon.smithi073 (mon.0) 706 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:39.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:38.156661+0000 mon.smithi073 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:39.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:38.157812+0000 mon.smithi073 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:39.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:38.483546+0000 mon.smithi073 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:39.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:38.491320+0000 mon.smithi073 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:39.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:55:38.493010+0000 mgr.smithi073.ivjadq (mgr.14164) 301 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:55:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:37.719659+0000 mgr.smithi073.ivjadq (mgr.14164) 298 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 171 MiB data, 900 MiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 15 MiB/s wr, 1.39k op/s 2024-09-11T07:55:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:38.148515+0000 mgr.smithi073.ivjadq (mgr.14164) 299 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:38.149331+0000 mgr.smithi073.ivjadq (mgr.14164) 300 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:55:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:38.154196+0000 mon.smithi073 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:38.155165+0000 mon.smithi073 (mon.0) 706 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:55:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:38.156661+0000 mon.smithi073 (mon.0) 707 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:55:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:38.157812+0000 mon.smithi073 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:55:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:38.483546+0000 mon.smithi073 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:39.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:38.491320+0000 mon.smithi073 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:55:39.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:55:38.493010+0000 mgr.smithi073.ivjadq (mgr.14164) 301 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:55:39.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 21543 33.75 MB/sec warmup 20 sec latency 18.956 ms 2024-09-11T07:55:40.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 22317 32.58 MB/sec warmup 21 sec latency 14.992 ms 2024-09-11T07:55:41.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:39.720205+0000 mgr.smithi073.ivjadq (mgr.14164) 302 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 183 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 19 MiB/s wr, 1.76k op/s 2024-09-11T07:55:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:39.720205+0000 mgr.smithi073.ivjadq (mgr.14164) 302 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 183 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 19 MiB/s wr, 1.76k op/s 2024-09-11T07:55:41.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 23114 32.07 MB/sec warmup 22 sec latency 24.684 ms 2024-09-11T07:55:41.651 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:55:42.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 23922 31.34 MB/sec warmup 23 sec latency 30.050 ms 2024-09-11T07:55:42.701 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:55:42.701 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (4m) 14s ago 6m 21.4M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:55:42.701 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (6m) 14s ago 6m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:55:42.701 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (5m) 23s ago 5m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:55:42.701 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (4m) 14s ago 5m 32.2M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:55:42.701 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (47s) 14s ago 46s 12.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (44s) 23s ago 44s 12.2M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (7m) 14s ago 7m 421M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (5m) 23s ago 5m 371M - 16.2.5 6933c2a0b7dd 7e9de443f6d6 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (7m) 14s ago 7m 49.9M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (5m) 23s ago 5m 37.0M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.0.smithi073.umjfyq smithi073 *:2049 running (31s) 14s ago 31s 53.5M - 3.5 6933c2a0b7dd 69a35c9e856e 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.0.smithi136.seiowp smithi136 *:2049 running (26s) 23s ago 26s 53.2M - 3.5 6933c2a0b7dd 5c3d8c94f8ee 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (5m) 14s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (5m) 23s ago 4m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (4m) 14s ago 4m 35.5M 3216M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (4m) 14s ago 4m 38.9M 3216M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (3m) 14s ago 3m 34.7M 3216M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:55:42.702 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (3m) 14s ago 3m 39.7M 3216M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:55:42.703 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (3m) 23s ago 3m 36.0M 3984M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:55:42.703 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (2m) 23s ago 2m 38.7M 3984M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:55:42.703 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (2m) 23s ago 2m 36.3M 3984M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:55:42.703 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (2m) 23s ago 2m 36.2M 3984M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:55:42.703 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (4m) 14s ago 5m 40.2M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:55:43.332 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:55:43.332 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:55:43.332 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:55:43.332 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:55:43.333 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:55:43.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 24933 31.87 MB/sec warmup 24 sec latency 25.347 ms 2024-09-11T07:55:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:41.623553+0000 mgr.smithi073.ivjadq (mgr.14164) 303 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:41.720680+0000 mgr.smithi073.ivjadq (mgr.14164) 304 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 183 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-09-11T07:55:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:42.154472+0000 mgr.smithi073.ivjadq (mgr.14164) 305 : audit [DBG] from='client.24351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:43.331190+0000 mon.smithi073 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.73:0/1918395883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:55:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:41.623553+0000 mgr.smithi073.ivjadq (mgr.14164) 303 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:41.720680+0000 mgr.smithi073.ivjadq (mgr.14164) 304 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 183 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-09-11T07:55:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:42.154472+0000 mgr.smithi073.ivjadq (mgr.14164) 305 : audit [DBG] from='client.24351 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:43.331190+0000 mon.smithi073 (mon.0) 711 : audit [DBG] from='client.? 172.21.15.73:0/1918395883' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:55:43.839 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:55:43.839 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T07:55:43.839 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:55:43.840 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:55:43.840 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "", 2024-09-11T07:55:43.840 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 image" 2024-09-11T07:55:43.840 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:55:44.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 25685 31.07 MB/sec warmup 25 sec latency 18.582 ms 2024-09-11T07:55:44.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:42.683060+0000 mgr.smithi073.ivjadq (mgr.14164) 306 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:44.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:42.683060+0000 mgr.smithi073.ivjadq (mgr.14164) 306 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:45.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 26752 30.83 MB/sec warmup 26 sec latency 18.519 ms 2024-09-11T07:55:45.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:43.721303+0000 mgr.smithi073.ivjadq (mgr.14164) 307 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 184 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 17 MiB/s wr, 1.50k op/s 2024-09-11T07:55:45.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:55:43.838518+0000 mgr.smithi073.ivjadq (mgr.14164) 308 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:45.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:43.721303+0000 mgr.smithi073.ivjadq (mgr.14164) 307 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 184 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 17 MiB/s wr, 1.50k op/s 2024-09-11T07:55:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:55:43.838518+0000 mgr.smithi073.ivjadq (mgr.14164) 308 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:55:46.647 INFO:teuthology.orchestra.run.smithi073.stdout: 5 27975 31.03 MB/sec warmup 27 sec latency 19.081 ms 2024-09-11T07:55:47.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 28796 31.04 MB/sec warmup 28 sec latency 28.398 ms 2024-09-11T07:55:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:45.721812+0000 mgr.smithi073.ivjadq (mgr.14164) 309 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 192 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-09-11T07:55:47.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:45.721812+0000 mgr.smithi073.ivjadq (mgr.14164) 309 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 192 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-09-11T07:55:48.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 29771 30.66 MB/sec warmup 29 sec latency 17.049 ms 2024-09-11T07:55:49.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 30893 30.31 MB/sec warmup 30 sec latency 18.698 ms 2024-09-11T07:55:49.680 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:47.722275+0000 mgr.smithi073.ivjadq (mgr.14164) 310 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-09-11T07:55:49.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:47.722275+0000 mgr.smithi073.ivjadq (mgr.14164) 310 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-09-11T07:55:50.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 31927 30.68 MB/sec warmup 31 sec latency 25.593 ms 2024-09-11T07:55:51.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 32682 30.24 MB/sec warmup 32 sec latency 15.481 ms 2024-09-11T07:55:51.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:49.722772+0000 mgr.smithi073.ivjadq (mgr.14164) 311 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.45k op/s 2024-09-11T07:55:51.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:49.722772+0000 mgr.smithi073.ivjadq (mgr.14164) 311 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.45k op/s 2024-09-11T07:55:52.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 33589 29.88 MB/sec warmup 33 sec latency 33.735 ms 2024-09-11T07:55:53.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 34823 29.98 MB/sec warmup 34 sec latency 21.786 ms 2024-09-11T07:55:53.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:51.723250+0000 mgr.smithi073.ivjadq (mgr.14164) 312 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 11 MiB/s wr, 951 op/s 2024-09-11T07:55:53.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:51.723250+0000 mgr.smithi073.ivjadq (mgr.14164) 312 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 210 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 11 MiB/s wr, 951 op/s 2024-09-11T07:55:54.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 35865 30.26 MB/sec warmup 35 sec latency 81.539 ms 2024-09-11T07:55:55.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 36806 29.95 MB/sec warmup 36 sec latency 23.967 ms 2024-09-11T07:55:55.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:53.723763+0000 mgr.smithi073.ivjadq (mgr.14164) 313 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 228 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-09-11T07:55:55.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:53.723763+0000 mgr.smithi073.ivjadq (mgr.14164) 313 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 228 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-09-11T07:55:56.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 37688 29.55 MB/sec warmup 37 sec latency 35.065 ms 2024-09-11T07:55:57.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 38685 29.73 MB/sec warmup 38 sec latency 20.658 ms 2024-09-11T07:55:57.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:55.724399+0000 mgr.smithi073.ivjadq (mgr.14164) 314 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 231 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.41k op/s 2024-09-11T07:55:57.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:55.724399+0000 mgr.smithi073.ivjadq (mgr.14164) 314 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 231 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 14 MiB/s wr, 1.41k op/s 2024-09-11T07:55:58.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 39457 29.62 MB/sec warmup 39 sec latency 18.585 ms 2024-09-11T07:55:59.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 40136 29.17 MB/sec warmup 40 sec latency 15.831 ms 2024-09-11T07:55:59.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:55:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:57.724900+0000 mgr.smithi073.ivjadq (mgr.14164) 315 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.33k op/s 2024-09-11T07:55:59.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:55:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:57.724900+0000 mgr.smithi073.ivjadq (mgr.14164) 315 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 234 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.33k op/s 2024-09-11T07:56:00.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 41092 28.96 MB/sec warmup 41 sec latency 25.263 ms 2024-09-11T07:56:01.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 41920 28.81 MB/sec warmup 42 sec latency 27.781 ms 2024-09-11T07:56:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:55:59.725559+0000 mgr.smithi073.ivjadq (mgr.14164) 316 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.45k op/s 2024-09-11T07:56:02.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:55:59.725559+0000 mgr.smithi073.ivjadq (mgr.14164) 316 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 16 MiB/s wr, 1.45k op/s 2024-09-11T07:56:02.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 42652 28.86 MB/sec warmup 43 sec latency 29.744 ms 2024-09-11T07:56:03.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 43261 28.50 MB/sec warmup 44 sec latency 24.559 ms 2024-09-11T07:56:03.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:01.726008+0000 mgr.smithi073.ivjadq (mgr.14164) 317 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 241 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-09-11T07:56:03.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:01.726008+0000 mgr.smithi073.ivjadq (mgr.14164) 317 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 241 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-09-11T07:56:04.648 INFO:teuthology.orchestra.run.smithi073.stdout: 5 44029 28.24 MB/sec warmup 45 sec latency 32.145 ms 2024-09-11T07:56:04.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:03.666533+0000 mon.smithi073 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T07:56:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:03.666803+0000 mon.smithi073 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:56:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:03.667054+0000 mon.smithi073 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T07:56:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:03.667838+0000 mon.smithi073 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T07:56:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:03.805531+0000 mon.smithi073 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:56:04.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:03.805927+0000 mon.smithi073 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:56:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:03.666533+0000 mon.smithi073 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]: dispatch 2024-09-11T07:56:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:03.666803+0000 mon.smithi073 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-11T07:56:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:03.667054+0000 mon.smithi073 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-11T07:56:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:03.667838+0000 mon.smithi073 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-11T07:56:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:03.805531+0000 mon.smithi073 (mon.0) 716 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T07:56:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:03.805927+0000 mon.smithi073 (mon.0) 717 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:56:05.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 45319 28.32 MB/sec warmup 46 sec latency 31.450 ms 2024-09-11T07:56:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:03.726614+0000 mgr.smithi073.ivjadq (mgr.14164) 318 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-09-11T07:56:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:04.511270+0000 mon.smithi073 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2024-09-11T07:56:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:04.511362+0000 mon.smithi073 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-09-11T07:56:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:04.511483+0000 mon.smithi073 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2024-09-11T07:56:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:04.511608+0000 mon.smithi073 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-09-11T07:56:05.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:04.511761+0000 mon.smithi073 (mon.0) 722 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T07:56:05.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:03.726614+0000 mgr.smithi073.ivjadq (mgr.14164) 318 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 246 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 15 MiB/s wr, 1.40k op/s 2024-09-11T07:56:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:04.511270+0000 mon.smithi073 (mon.0) 718 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.3", "id": [7, 4]}]': finished 2024-09-11T07:56:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:04.511362+0000 mon.smithi073 (mon.0) 719 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]': finished 2024-09-11T07:56:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:04.511483+0000 mon.smithi073 (mon.0) 720 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2024-09-11T07:56:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:04.511608+0000 mon.smithi073 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2024-09-11T07:56:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:04.511761+0000 mon.smithi073 (mon.0) 722 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T07:56:06.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 46293 28.47 MB/sec warmup 47 sec latency 59.172 ms 2024-09-11T07:56:06.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:05.512832+0000 mon.smithi073 (mon.0) 723 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T07:56:06.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:06 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:05.512832+0000 mon.smithi073 (mon.0) 723 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T07:56:07.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 47162 28.22 MB/sec warmup 48 sec latency 25.933 ms 2024-09-11T07:56:07.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:05.726996+0000 mgr.smithi073.ivjadq (mgr.14164) 319 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 251 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 13 MiB/s wr, 1.09k op/s 2024-09-11T07:56:08.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:05.726996+0000 mgr.smithi073.ivjadq (mgr.14164) 319 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 251 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 13 MiB/s wr, 1.09k op/s 2024-09-11T07:56:08.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 48234 28.15 MB/sec warmup 49 sec latency 62.252 ms 2024-09-11T07:56:09.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 49543 28.53 MB/sec warmup 50 sec latency 47.465 ms 2024-09-11T07:56:09.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:07.727451+0000 mgr.smithi073.ivjadq (mgr.14164) 320 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 261 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 9.3 MiB/s wr, 1.05k op/s 2024-09-11T07:56:10.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:07.727451+0000 mgr.smithi073.ivjadq (mgr.14164) 320 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 261 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 9.3 MiB/s wr, 1.05k op/s 2024-09-11T07:56:10.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 50491 28.40 MB/sec warmup 51 sec latency 24.050 ms 2024-09-11T07:56:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:09.728076+0000 mgr.smithi073.ivjadq (mgr.14164) 321 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 16 MiB/s wr, 1.57k op/s 2024-09-11T07:56:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:09.923664+0000 mon.smithi073 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:09.924162+0000 mgr.smithi073.ivjadq (mgr.14164) 322 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (unknown) 2024-09-11T07:56:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:09.924262+0000 mgr.smithi073.ivjadq (mgr.14164) 323 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T07:56:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:09.925502+0000 mon.smithi073 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:09.927010+0000 mgr.smithi073.ivjadq (mgr.14164) 324 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi073.ivjadq) 2024-09-11T07:56:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:10.151348+0000 mgr.smithi073.ivjadq (mgr.14164) 325 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 on smithi136 2024-09-11T07:56:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:09.728076+0000 mgr.smithi073.ivjadq (mgr.14164) 321 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 16 MiB/s wr, 1.57k op/s 2024-09-11T07:56:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:09.923664+0000 mon.smithi073 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:09.924162+0000 mgr.smithi073.ivjadq (mgr.14164) 322 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (unknown) 2024-09-11T07:56:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:09.924262+0000 mgr.smithi073.ivjadq (mgr.14164) 323 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T07:56:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:09.925502+0000 mon.smithi073 (mon.0) 725 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:09.927010+0000 mgr.smithi073.ivjadq (mgr.14164) 324 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi073.ivjadq) 2024-09-11T07:56:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:10.151348+0000 mgr.smithi073.ivjadq (mgr.14164) 325 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 on smithi136 2024-09-11T07:56:11.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 51602 28.23 MB/sec warmup 52 sec latency 29.226 ms 2024-09-11T07:56:12.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 52402 28.19 MB/sec warmup 53 sec latency 40.086 ms 2024-09-11T07:56:13.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 53004 28.08 MB/sec warmup 54 sec latency 44.103 ms 2024-09-11T07:56:13.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:11.728408+0000 mgr.smithi073.ivjadq (mgr.14164) 326 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-09-11T07:56:13.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:11.728408+0000 mgr.smithi073.ivjadq (mgr.14164) 326 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 273 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-09-11T07:56:14.202 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:56:14.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 53501 27.87 MB/sec warmup 55 sec latency 23.894 ms 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (5m) 47s ago 6m 21.4M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (6m) 47s ago 6m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (5m) 55s ago 5m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (5m) 47s ago 6m 32.2M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (79s) 47s ago 78s 12.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (76s) 55s ago 76s 12.2M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (8m) 47s ago 8m 421M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (5m) 55s ago 5m 371M - 16.2.5 6933c2a0b7dd 7e9de443f6d6 2024-09-11T07:56:15.059 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (8m) 47s ago 8m 49.9M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (5m) 55s ago 5m 37.0M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.0.smithi073.umjfyq smithi073 *:2049 running (64s) 47s ago 63s 53.5M - 3.5 6933c2a0b7dd 69a35c9e856e 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.0.smithi136.seiowp smithi136 *:2049 running (59s) 55s ago 58s 53.2M - 3.5 6933c2a0b7dd 5c3d8c94f8ee 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (6m) 47s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (5m) 55s ago 5m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (5m) 47s ago 5m 35.5M 3216M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (4m) 47s ago 4m 38.9M 3216M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (4m) 47s ago 4m 34.7M 3216M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (4m) 47s ago 4m 39.7M 3216M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (3m) 55s ago 3m 36.0M 3984M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (3m) 55s ago 3m 38.7M 3984M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (3m) 55s ago 3m 36.3M 3984M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (2m) 55s ago 2m 36.2M 3984M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:56:15.060 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (4m) 47s ago 6m 40.2M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:56:15.621 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:56:15.621 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:56:15.621 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:56:15.621 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:56:15.621 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:56:15.621 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:56:15.621 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:56:15.621 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:56:15.622 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:56:15.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 54370 27.71 MB/sec warmup 56 sec latency 27.291 ms 2024-09-11T07:56:15.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:13.729136+0000 mgr.smithi073.ivjadq (mgr.14164) 327 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2024-09-11T07:56:15.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:14.186854+0000 mgr.smithi073.ivjadq (mgr.14164) 328 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:15.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:13.729136+0000 mgr.smithi073.ivjadq (mgr.14164) 327 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.32k op/s 2024-09-11T07:56:15.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:14.186854+0000 mgr.smithi073.ivjadq (mgr.14164) 328 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:15.979 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:56:15.980 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:56:15.980 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:56:15.980 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:56:15.980 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "0/23 ceph daemons upgraded", 2024-09-11T07:56:15.980 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 image on host smithi136" 2024-09-11T07:56:15.980 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:56:16.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 55069 27.41 MB/sec warmup 57 sec latency 56.909 ms 2024-09-11T07:56:16.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:14.564394+0000 mgr.smithi073.ivjadq (mgr.14164) 329 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:16.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:15.040602+0000 mgr.smithi073.ivjadq (mgr.14164) 330 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:16.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:15.620054+0000 mon.smithi073 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.73:0/1307969423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:56:16.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:14.564394+0000 mgr.smithi073.ivjadq (mgr.14164) 329 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:16.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:15.040602+0000 mgr.smithi073.ivjadq (mgr.14164) 330 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:16.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:15.620054+0000 mon.smithi073 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.73:0/1307969423' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:56:17.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 55707 27.26 MB/sec warmup 58 sec latency 32.506 ms 2024-09-11T07:56:17.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:15.729583+0000 mgr.smithi073.ivjadq (mgr.14164) 331 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 284 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.41k op/s 2024-09-11T07:56:17.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:15.979078+0000 mgr.smithi073.ivjadq (mgr.14164) 332 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:17.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:15.729583+0000 mgr.smithi073.ivjadq (mgr.14164) 331 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 284 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.41k op/s 2024-09-11T07:56:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:15.979078+0000 mgr.smithi073.ivjadq (mgr.14164) 332 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:18.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 56706 27.45 MB/sec warmup 59 sec latency 22.838 ms 2024-09-11T07:56:19.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 57412 27.27 MB/sec warmup 60 sec latency 22.241 ms 2024-09-11T07:56:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:17.729976+0000 mgr.smithi073.ivjadq (mgr.14164) 333 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-09-11T07:56:19.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:17.729976+0000 mgr.smithi073.ivjadq (mgr.14164) 333 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-09-11T07:56:20.649 INFO:teuthology.orchestra.run.smithi073.stdout: 5 58167 27.09 MB/sec warmup 61 sec latency 24.964 ms 2024-09-11T07:56:21.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 58798 26.82 MB/sec warmup 62 sec latency 47.203 ms 2024-09-11T07:56:21.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:19.730548+0000 mgr.smithi073.ivjadq (mgr.14164) 334 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 288 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-09-11T07:56:21.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:19.730548+0000 mgr.smithi073.ivjadq (mgr.14164) 334 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 288 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.25k op/s 2024-09-11T07:56:22.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 59426 26.73 MB/sec warmup 63 sec latency 29.871 ms 2024-09-11T07:56:23.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 60169 26.77 MB/sec warmup 64 sec latency 19.704 ms 2024-09-11T07:56:23.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:21.730978+0000 mgr.smithi073.ivjadq (mgr.14164) 335 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 289 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.6 MiB/s wr, 842 op/s 2024-09-11T07:56:23.869 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:21.730978+0000 mgr.smithi073.ivjadq (mgr.14164) 335 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 289 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.6 MiB/s wr, 842 op/s 2024-09-11T07:56:24.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 60982 26.64 MB/sec warmup 65 sec latency 35.106 ms 2024-09-11T07:56:25.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 61682 26.47 MB/sec warmup 66 sec latency 32.848 ms 2024-09-11T07:56:25.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:23.731502+0000 mgr.smithi073.ivjadq (mgr.14164) 336 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 296 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-09-11T07:56:26.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:23.731502+0000 mgr.smithi073.ivjadq (mgr.14164) 336 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 296 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-09-11T07:56:26.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 62452 26.32 MB/sec warmup 67 sec latency 37.974 ms 2024-09-11T07:56:27.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 63543 26.49 MB/sec warmup 68 sec latency 14.118 ms 2024-09-11T07:56:27.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:25.731994+0000 mgr.smithi073.ivjadq (mgr.14164) 337 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-09-11T07:56:28.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:25.731994+0000 mgr.smithi073.ivjadq (mgr.14164) 337 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 303 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-09-11T07:56:28.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 64354 26.44 MB/sec warmup 69 sec latency 23.518 ms 2024-09-11T07:56:28.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:27.732454+0000 mgr.smithi073.ivjadq (mgr.14164) 338 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 888 op/s 2024-09-11T07:56:29.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:27.732454+0000 mgr.smithi073.ivjadq (mgr.14164) 338 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 309 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 888 op/s 2024-09-11T07:56:29.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 65037 26.31 MB/sec warmup 70 sec latency 19.409 ms 2024-09-11T07:56:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 65721 26.05 MB/sec warmup 71 sec latency 30.784 ms 2024-09-11T07:56:30.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:29.733079+0000 mgr.smithi073.ivjadq (mgr.14164) 339 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-09-11T07:56:31.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:29.733079+0000 mgr.smithi073.ivjadq (mgr.14164) 339 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.20k op/s 2024-09-11T07:56:31.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 66200 25.90 MB/sec warmup 72 sec latency 100.982 ms 2024-09-11T07:56:32.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 67170 26.01 MB/sec warmup 73 sec latency 21.420 ms 2024-09-11T07:56:33.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 67747 25.89 MB/sec warmup 74 sec latency 24.683 ms 2024-09-11T07:56:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:31.733468+0000 mgr.smithi073.ivjadq (mgr.14164) 340 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.5 MiB/s wr, 958 op/s 2024-09-11T07:56:33.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:31.733468+0000 mgr.smithi073.ivjadq (mgr.14164) 340 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 318 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 9.5 MiB/s wr, 958 op/s 2024-09-11T07:56:34.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 68167 25.67 MB/sec warmup 75 sec latency 31.858 ms 2024-09-11T07:56:35.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 68757 25.50 MB/sec warmup 76 sec latency 49.771 ms 2024-09-11T07:56:35.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:33.733955+0000 mgr.smithi073.ivjadq (mgr.14164) 341 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-09-11T07:56:35.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:33.733955+0000 mgr.smithi073.ivjadq (mgr.14164) 341 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 323 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-09-11T07:56:36.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 69522 25.38 MB/sec warmup 77 sec latency 21.793 ms 2024-09-11T07:56:37.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 70441 25.41 MB/sec warmup 78 sec latency 19.897 ms 2024-09-11T07:56:37.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:35.734399+0000 mgr.smithi073.ivjadq (mgr.14164) 342 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-11T07:56:37.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:35.734399+0000 mgr.smithi073.ivjadq (mgr.14164) 342 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-09-11T07:56:38.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 71039 25.39 MB/sec warmup 79 sec latency 29.752 ms 2024-09-11T07:56:39.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:37.734902+0000 mgr.smithi073.ivjadq (mgr.14164) 343 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.11k op/s 2024-09-11T07:56:39.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:37.739067+0000 mgr.smithi073.ivjadq (mgr.14164) 344 : cephadm [INF] Upgrade: Updating mgr.smithi136.asoksz 2024-09-11T07:56:39.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:37.744571+0000 mon.smithi073 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:39.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:37.745576+0000 mon.smithi073 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:56:39.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:37.746502+0000 mon.smithi073 (mon.0) 729 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:56:39.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:37.747374+0000 mon.smithi073 (mon.0) 730 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:39.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:37.748185+0000 mgr.smithi073.ivjadq (mgr.14164) 345 : cephadm [INF] Deploying daemon mgr.smithi136.asoksz on smithi136 2024-09-11T07:56:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:37.734902+0000 mgr.smithi073.ivjadq (mgr.14164) 343 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 10 MiB/s wr, 1.11k op/s 2024-09-11T07:56:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:37.739067+0000 mgr.smithi073.ivjadq (mgr.14164) 344 : cephadm [INF] Upgrade: Updating mgr.smithi136.asoksz 2024-09-11T07:56:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:37.744571+0000 mon.smithi073 (mon.0) 727 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:37.745576+0000 mon.smithi073 (mon.0) 728 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:56:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:37.746502+0000 mon.smithi073 (mon.0) 729 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:56:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:37.747374+0000 mon.smithi073 (mon.0) 730 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:37.748185+0000 mgr.smithi073.ivjadq (mgr.14164) 345 : cephadm [INF] Deploying daemon mgr.smithi136.asoksz on smithi136 2024-09-11T07:56:39.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 71548 25.22 MB/sec warmup 80 sec latency 79.568 ms 2024-09-11T07:56:40.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 71887 25.01 MB/sec warmup 81 sec latency 37.048 ms 2024-09-11T07:56:40.997 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:39.735443+0000 mgr.smithi073.ivjadq (mgr.14164) 346 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-09-11T07:56:41.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:39.735443+0000 mgr.smithi073.ivjadq (mgr.14164) 346 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-09-11T07:56:41.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 72601 24.84 MB/sec warmup 82 sec latency 34.582 ms 2024-09-11T07:56:42.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 73251 24.81 MB/sec warmup 83 sec latency 25.719 ms 2024-09-11T07:56:43.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 74181 24.84 MB/sec warmup 84 sec latency 70.742 ms 2024-09-11T07:56:43.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:41.735830+0000 mgr.smithi073.ivjadq (mgr.14164) 347 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.8 MiB/s wr, 770 op/s 2024-09-11T07:56:43.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:41.735830+0000 mgr.smithi073.ivjadq (mgr.14164) 347 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.8 MiB/s wr, 770 op/s 2024-09-11T07:56:44.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 75004 24.80 MB/sec warmup 85 sec latency 53.237 ms 2024-09-11T07:56:45.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 75861 24.76 MB/sec warmup 86 sec latency 15.198 ms 2024-09-11T07:56:45.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:43.736381+0000 mgr.smithi073.ivjadq (mgr.14164) 348 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 312 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-09-11T07:56:45.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:43.736381+0000 mgr.smithi073.ivjadq (mgr.14164) 348 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 312 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-09-11T07:56:46.344 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:56:46.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 76430 24.58 MB/sec warmup 87 sec latency 37.252 ms 2024-09-11T07:56:47.011 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:56:47.011 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (5m) 79s ago 7m 21.4M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (7m) 79s ago 7m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (6m) 87s ago 6m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (5m) 79s ago 6m 32.2M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (111s) 79s ago 110s 12.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (108s) 87s ago 108s 12.2M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (8m) 79s ago 8m 421M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (6m) 87s ago 6m 371M - 16.2.5 6933c2a0b7dd 7e9de443f6d6 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (8m) 79s ago 8m 49.9M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (6m) 87s ago 6m 37.0M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.0.smithi073.umjfyq smithi073 *:2049 running (96s) 79s ago 95s 53.5M - 3.5 6933c2a0b7dd 69a35c9e856e 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.0.smithi136.seiowp smithi136 *:2049 running (90s) 87s ago 90s 53.2M - 3.5 6933c2a0b7dd 5c3d8c94f8ee 2024-09-11T07:56:47.012 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (6m) 79s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (6m) 87s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (5m) 79s ago 5m 35.5M 3216M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (5m) 79s ago 5m 38.9M 3216M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (4m) 79s ago 4m 34.7M 3216M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (4m) 79s ago 4m 39.7M 3216M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (4m) 87s ago 4m 36.0M 3984M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (4m) 87s ago 3m 38.7M 3984M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (3m) 87s ago 3m 36.3M 3984M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (3m) 87s ago 3m 36.2M 3984M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:56:47.013 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (5m) 79s ago 6m 40.2M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:56:47.401 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:56:47.401 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:56:47.401 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:56:47.401 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:56:47.401 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:56:47.402 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:56:47.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 77043 24.55 MB/sec warmup 88 sec latency 27.249 ms 2024-09-11T07:56:47.756 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:56:47.757 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:56:47.757 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:56:47.757 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:56:47.757 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "0/23 ceph daemons upgraded", 2024-09-11T07:56:47.757 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading mgr daemons" 2024-09-11T07:56:47.757 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:56:47.757 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:45.736914+0000 mgr.smithi073.ivjadq (mgr.14164) 349 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.3 MiB/s wr, 957 op/s 2024-09-11T07:56:47.757 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:46.327818+0000 mgr.smithi073.ivjadq (mgr.14164) 350 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:47.757 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:47.400750+0000 mon.smithi073 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.73:0/2041425262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:56:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:45.736914+0000 mgr.smithi073.ivjadq (mgr.14164) 349 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 315 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.3 MiB/s wr, 957 op/s 2024-09-11T07:56:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:46.327818+0000 mgr.smithi073.ivjadq (mgr.14164) 350 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:47.400750+0000 mon.smithi073 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.73:0/2041425262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:56:48.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 77571 24.42 MB/sec warmup 89 sec latency 34.839 ms 2024-09-11T07:56:48.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:46.676194+0000 mgr.smithi073.ivjadq (mgr.14164) 351 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:48.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:46.999240+0000 mgr.smithi073.ivjadq (mgr.14164) 352 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:48.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:48.326828+0000 mon.smithi073 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:48.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:48.327518+0000 mon.smithi073 (mon.0) 733 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:48.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:48.328466+0000 mon.smithi073 (mon.0) 734 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:48.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:48.329226+0000 mon.smithi073 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:56:48.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:46.676194+0000 mgr.smithi073.ivjadq (mgr.14164) 351 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:48.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:46.999240+0000 mgr.smithi073.ivjadq (mgr.14164) 352 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:48.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:48.326828+0000 mon.smithi073 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:48.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:48.327518+0000 mon.smithi073 (mon.0) 733 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:48.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:48.328466+0000 mon.smithi073 (mon.0) 734 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:56:48.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:48.329226+0000 mon.smithi073 (mon.0) 735 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:56:49.650 INFO:teuthology.orchestra.run.smithi073.stdout: 5 77947 24.33 MB/sec warmup 90 sec latency 42.718 ms 2024-09-11T07:56:49.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:47.737289+0000 mgr.smithi073.ivjadq (mgr.14164) 353 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 321 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.6 MiB/s wr, 881 op/s 2024-09-11T07:56:49.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:47.755727+0000 mgr.smithi073.ivjadq (mgr.14164) 354 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:49.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:47.737289+0000 mgr.smithi073.ivjadq (mgr.14164) 353 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 321 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.6 MiB/s wr, 881 op/s 2024-09-11T07:56:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:47.755727+0000 mgr.smithi073.ivjadq (mgr.14164) 354 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:56:50.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 78369 24.17 MB/sec warmup 91 sec latency 41.545 ms 2024-09-11T07:56:51.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 79203 24.17 MB/sec warmup 92 sec latency 30.791 ms 2024-09-11T07:56:51.730 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:49.737737+0000 mgr.smithi073.ivjadq (mgr.14164) 355 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 11 MiB/s wr, 980 op/s 2024-09-11T07:56:51.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:49.737737+0000 mgr.smithi073.ivjadq (mgr.14164) 355 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 11 MiB/s wr, 980 op/s 2024-09-11T07:56:52.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 79870 23.98 MB/sec warmup 93 sec latency 37.693 ms 2024-09-11T07:56:53.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 80344 23.91 MB/sec warmup 94 sec latency 31.813 ms 2024-09-11T07:56:53.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:51.738127+0000 mgr.smithi073.ivjadq (mgr.14164) 356 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.0 MiB/s wr, 830 op/s 2024-09-11T07:56:53.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:53.029120+0000 mon.smithi073 (mon.0) 736 : cluster [DBG] Standby manager daemon smithi136.asoksz restarted 2024-09-11T07:56:53.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:53.029252+0000 mon.smithi073 (mon.0) 737 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T07:56:53.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:53.030361+0000 mon.smithi136 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T07:56:53.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:53.030831+0000 mon.smithi136 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:56:53.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:53.032360+0000 mon.smithi136 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T07:56:53.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:53.033611+0000 mon.smithi136 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:56:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:51.738127+0000 mgr.smithi073.ivjadq (mgr.14164) 356 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 316 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 8.0 MiB/s wr, 830 op/s 2024-09-11T07:56:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:53.029120+0000 mon.smithi073 (mon.0) 736 : cluster [DBG] Standby manager daemon smithi136.asoksz restarted 2024-09-11T07:56:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:53.029252+0000 mon.smithi073 (mon.0) 737 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T07:56:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:53.030361+0000 mon.smithi136 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T07:56:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:53.030831+0000 mon.smithi136 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:56:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:53.032360+0000 mon.smithi136 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T07:56:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:53.033611+0000 mon.smithi136 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:56:54.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 81198 23.95 MB/sec warmup 95 sec latency 42.771 ms 2024-09-11T07:56:54.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:53.535811+0000 mon.smithi073 (mon.0) 738 : cluster [DBG] mgrmap e21: smithi073.ivjadq(active, since 7m), standbys: smithi136.asoksz 2024-09-11T07:56:54.846 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:53.535811+0000 mon.smithi073 (mon.0) 738 : cluster [DBG] mgrmap e21: smithi073.ivjadq(active, since 7m), standbys: smithi136.asoksz 2024-09-11T07:56:55.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 81964 23.94 MB/sec warmup 96 sec latency 24.942 ms 2024-09-11T07:56:55.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:53.738604+0000 mgr.smithi073.ivjadq (mgr.14164) 357 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 313 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 9.6 MiB/s wr, 936 op/s 2024-09-11T07:56:55.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:53.738604+0000 mgr.smithi073.ivjadq (mgr.14164) 357 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 313 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 9.6 MiB/s wr, 936 op/s 2024-09-11T07:56:56.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 82857 23.92 MB/sec warmup 97 sec latency 17.801 ms 2024-09-11T07:56:56.805 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:55.739087+0000 mgr.smithi073.ivjadq (mgr.14164) 358 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 311 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.0 MiB/s wr, 859 op/s 2024-09-11T07:56:57.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:55.739087+0000 mgr.smithi073.ivjadq (mgr.14164) 358 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 311 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.0 MiB/s wr, 859 op/s 2024-09-11T07:56:57.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 83594 23.78 MB/sec warmup 98 sec latency 25.652 ms 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:57.031329+0000 mon.smithi073 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:57.301828+0000 mon.smithi073 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:57.310895+0000 mon.smithi073 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:57.313747+0000 mon.smithi073 (mon.0) 742 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:57.314951+0000 mgr.smithi073.ivjadq (mgr.14164) 359 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi073.ivjadq) 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:57.318807+0000 mgr.smithi073.ivjadq (mgr.14164) 360 : cephadm [INF] Failing over to other MGR 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:57.319318+0000 mon.smithi073 (mon.0) 743 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr fail", "who": "smithi073.ivjadq"}]: dispatch 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:57.326422+0000 mon.smithi073 (mon.0) 744 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T07:56:58.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:57.745164+0000 mon.smithi073 (mon.0) 745 : cluster [DBG] Standby manager daemon smithi073.ivjadq started 2024-09-11T07:56:58.324 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:57.031329+0000 mon.smithi073 (mon.0) 739 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:58.324 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:57.301828+0000 mon.smithi073 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:58.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:57.310895+0000 mon.smithi073 (mon.0) 741 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' 2024-09-11T07:56:58.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:57.313747+0000 mon.smithi073 (mon.0) 742 : audit [DBG] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:58.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:57.314951+0000 mgr.smithi073.ivjadq (mgr.14164) 359 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi073.ivjadq) 2024-09-11T07:56:58.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:57.318807+0000 mgr.smithi073.ivjadq (mgr.14164) 360 : cephadm [INF] Failing over to other MGR 2024-09-11T07:56:58.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:57.319318+0000 mon.smithi073 (mon.0) 743 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr fail", "who": "smithi073.ivjadq"}]: dispatch 2024-09-11T07:56:58.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:57.326422+0000 mon.smithi073 (mon.0) 744 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T07:56:58.325 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:57.745164+0000 mon.smithi073 (mon.0) 745 : cluster [DBG] Standby manager daemon smithi073.ivjadq started 2024-09-11T07:56:58.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 84467 23.81 MB/sec warmup 99 sec latency 28.458 ms 2024-09-11T07:56:59.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 84869 23.74 MB/sec warmup 100 sec latency 33.505 ms 2024-09-11T07:56:59.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.317884+0000 mon.smithi136 (mon.1) 22 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:56:59.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.317990+0000 mon.smithi136 (mon.1) 23 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:56:59.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.318263+0000 mon.smithi136 (mon.1) 24 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.318392+0000 mon.smithi136 (mon.1) 25 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.319401+0000 mon.smithi136 (mon.1) 26 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.319493+0000 mon.smithi136 (mon.1) 27 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.319656+0000 mon.smithi136 (mon.1) 28 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.319769+0000 mon.smithi136 (mon.1) 29 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.320076+0000 mon.smithi073 (mon.0) 746 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "mgr fail", "who": "smithi073.ivjadq"}]': finished 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:58.320140+0000 mon.smithi073 (mon.0) 747 : cluster [DBG] mgrmap e22: smithi136.asoksz(active, starting, since 0.999993s), standbys: smithi073.ivjadq 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.320919+0000 mon.smithi136 (mon.1) 30 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.321157+0000 mon.smithi136 (mon.1) 31 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:56:59.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.321376+0000 mon.smithi136 (mon.1) 32 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.321618+0000 mon.smithi136 (mon.1) 33 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.321847+0000 mon.smithi136 (mon.1) 34 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.322108+0000 mon.smithi136 (mon.1) 35 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.322385+0000 mon.smithi136 (mon.1) 36 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.322670+0000 mon.smithi136 (mon.1) 37 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.323137+0000 mon.smithi136 (mon.1) 38 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:58.544844+0000 mon.smithi073 (mon.0) 748 : cluster [INF] Manager daemon smithi136.asoksz is now available 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.562348+0000 mon.smithi073 (mon.0) 749 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:58.562996+0000 mgr.smithi136.asoksz (mgr.24399) 1 : cephadm [INF] Queued nfs.foo for migration 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.566991+0000 mon.smithi136 (mon.1) 39 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.593032+0000 mon.smithi073 (mon.0) 750 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.595676+0000 mon.smithi136 (mon.1) 40 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:56:59.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.612066+0000 mon.smithi136 (mon.1) 41 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.asoksz/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:56:59.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.612477+0000 mon.smithi073 (mon.0) 751 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.asoksz/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:56:59.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.625768+0000 mon.smithi073 (mon.0) 752 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:56:59.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.626061+0000 mon.smithi136 (mon.1) 42 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.asoksz/trash_purge_schedule"}]: dispatch 2024-09-11T07:56:59.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:56:58.626505+0000 mon.smithi073 (mon.0) 753 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.asoksz/trash_purge_schedule"}]: dispatch 2024-09-11T07:56:59.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:59.080353+0000 mgr.smithi136.asoksz (mgr.24399) 2 : cephadm [INF] Deploying cephadm binary to smithi136 2024-09-11T07:56:59.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:56:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:56:59.089569+0000 mgr.smithi136.asoksz (mgr.24399) 3 : cephadm [INF] Deploying cephadm binary to smithi073 2024-09-11T07:56:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.317884+0000 mon.smithi136 (mon.1) 22 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:56:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.317990+0000 mon.smithi136 (mon.1) 23 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:56:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.318263+0000 mon.smithi136 (mon.1) 24 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T07:56:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.318392+0000 mon.smithi136 (mon.1) 25 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T07:56:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.319401+0000 mon.smithi136 (mon.1) 26 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T07:56:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.319493+0000 mon.smithi136 (mon.1) 27 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T07:56:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.319656+0000 mon.smithi136 (mon.1) 28 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:56:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.319769+0000 mon.smithi136 (mon.1) 29 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:56:59.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.320076+0000 mon.smithi073 (mon.0) 746 : audit [INF] from='mgr.14164 172.21.15.73:0/438797952' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "mgr fail", "who": "smithi073.ivjadq"}]': finished 2024-09-11T07:56:59.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:58.320140+0000 mon.smithi073 (mon.0) 747 : cluster [DBG] mgrmap e22: smithi136.asoksz(active, starting, since 0.999993s), standbys: smithi073.ivjadq 2024-09-11T07:56:59.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.320919+0000 mon.smithi136 (mon.1) 30 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:56:59.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.321157+0000 mon.smithi136 (mon.1) 31 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:56:59.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.321376+0000 mon.smithi136 (mon.1) 32 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:56:59.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.321618+0000 mon.smithi136 (mon.1) 33 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:56:59.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.321847+0000 mon.smithi136 (mon.1) 34 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.322108+0000 mon.smithi136 (mon.1) 35 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.322385+0000 mon.smithi136 (mon.1) 36 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.322670+0000 mon.smithi136 (mon.1) 37 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.323137+0000 mon.smithi136 (mon.1) 38 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:58.544844+0000 mon.smithi073 (mon.0) 748 : cluster [INF] Manager daemon smithi136.asoksz is now available 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.562348+0000 mon.smithi073 (mon.0) 749 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:58.562996+0000 mgr.smithi136.asoksz (mgr.24399) 1 : cephadm [INF] Queued nfs.foo for migration 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.566991+0000 mon.smithi136 (mon.1) 39 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:56:59.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.593032+0000 mon.smithi073 (mon.0) 750 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:56:59.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.595676+0000 mon.smithi136 (mon.1) 40 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:56:59.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.612066+0000 mon.smithi136 (mon.1) 41 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.asoksz/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:56:59.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.612477+0000 mon.smithi073 (mon.0) 751 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.asoksz/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:56:59.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.625768+0000 mon.smithi073 (mon.0) 752 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:56:59.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.626061+0000 mon.smithi136 (mon.1) 42 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.asoksz/trash_purge_schedule"}]: dispatch 2024-09-11T07:56:59.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:56:58.626505+0000 mon.smithi073 (mon.0) 753 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi136.asoksz/trash_purge_schedule"}]: dispatch 2024-09-11T07:56:59.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:59.080353+0000 mgr.smithi136.asoksz (mgr.24399) 2 : cephadm [INF] Deploying cephadm binary to smithi136 2024-09-11T07:56:59.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:56:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:56:59.089569+0000 mgr.smithi136.asoksz (mgr.24399) 3 : cephadm [INF] Deploying cephadm binary to smithi073 2024-09-11T07:57:00.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 85222 23.63 MB/sec warmup 101 sec latency 37.247 ms 2024-09-11T07:57:00.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:59.518353+0000 mon.smithi073 (mon.0) 754 : cluster [DBG] mgrmap e23: smithi136.asoksz(active, since 2s), standbys: smithi073.ivjadq 2024-09-11T07:57:00.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:56:59.538404+0000 mgr.smithi136.asoksz (mgr.24399) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:57:00.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:59.518353+0000 mon.smithi073 (mon.0) 754 : cluster [DBG] mgrmap e23: smithi136.asoksz(active, since 2s), standbys: smithi073.ivjadq 2024-09-11T07:57:00.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:56:59.538404+0000 mgr.smithi136.asoksz (mgr.24399) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:57:01.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 85653 23.51 MB/sec warmup 102 sec latency 43.155 ms 2024-09-11T07:57:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:00.322234+0000 mgr.smithi136.asoksz (mgr.24399) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:00.576939+0000 mon.smithi136 (mon.1) 43 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:00.577278+0000 mon.smithi073 (mon.0) 755 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:01.127693+0000 mgr.smithi136.asoksz (mgr.24399) 6 : cephadm [INF] [11/Sep/2024:07:57:01] ENGINE Bus STARTING 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:01.250232+0000 mgr.smithi136.asoksz (mgr.24399) 7 : cephadm [INF] [11/Sep/2024:07:57:01] ENGINE Serving on https://172.21.15.136:7150 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:01.250305+0000 mgr.smithi136.asoksz (mgr.24399) 8 : cephadm [INF] [11/Sep/2024:07:57:01] ENGINE Bus STARTED 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:01.252056+0000 mgr.smithi136.asoksz (mgr.24399) 9 : cephadm [ERR] [11/Sep/2024:07:57:01] ENGINE Error in HTTPServer.serve 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._connections.run(self.expiration_interval) 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._run(expiration_interval) 2024-09-11T07:57:01.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: s = self.context.wrap_socket( 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.sslsocket_class._create( 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self.do_handshake() 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._sslobj.do_handshake() 2024-09-11T07:57:01.776 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:57:01.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: 2024-09-11T07:57:01.777 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:01.255018+0000 mon.smithi073 (mon.0) 756 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:00.322234+0000 mgr.smithi136.asoksz (mgr.24399) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:00.576939+0000 mon.smithi136 (mon.1) 43 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:00.577278+0000 mon.smithi073 (mon.0) 755 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:01.127693+0000 mgr.smithi136.asoksz (mgr.24399) 6 : cephadm [INF] [11/Sep/2024:07:57:01] ENGINE Bus STARTING 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:01.250232+0000 mgr.smithi136.asoksz (mgr.24399) 7 : cephadm [INF] [11/Sep/2024:07:57:01] ENGINE Serving on https://172.21.15.136:7150 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:01.250305+0000 mgr.smithi136.asoksz (mgr.24399) 8 : cephadm [INF] [11/Sep/2024:07:57:01] ENGINE Bus STARTED 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:01.252056+0000 mgr.smithi136.asoksz (mgr.24399) 9 : cephadm [ERR] [11/Sep/2024:07:57:01] ENGINE Error in HTTPServer.serve 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T07:57:01.778 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self._connections.run(self.expiration_interval) 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self._run(expiration_interval) 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: s = self.context.wrap_socket( 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.sslsocket_class._create( 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:57:01.779 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self.do_handshake() 2024-09-11T07:57:01.780 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:57:01.780 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self._sslobj.do_handshake() 2024-09-11T07:57:01.780 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:57:01.780 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T07:57:01.780 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:01.255018+0000 mon.smithi073 (mon.0) 756 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:02.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:01.531412+0000 mon.smithi073 (mon.0) 757 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T07:57:02.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:01.531470+0000 mon.smithi073 (mon.0) 758 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T07:57:02.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:01.532609+0000 mon.smithi136 (mon.1) 44 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:57:02.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:01.532945+0000 mon.smithi073 (mon.0) 759 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:57:02.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 86098 23.39 MB/sec warmup 103 sec latency 36.670 ms 2024-09-11T07:57:02.848 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:01.531412+0000 mon.smithi073 (mon.0) 757 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T07:57:02.848 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:01.531470+0000 mon.smithi073 (mon.0) 758 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T07:57:02.848 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:01.532609+0000 mon.smithi136 (mon.1) 44 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:57:02.848 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:01.532945+0000 mon.smithi073 (mon.0) 759 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:57:03.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 86623 23.24 MB/sec warmup 104 sec latency 38.218 ms 2024-09-11T07:57:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:02.322552+0000 mgr.smithi136.asoksz (mgr.24399) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:57:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:02.534688+0000 mon.smithi073 (mon.0) 760 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:57:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:02.534791+0000 mon.smithi073 (mon.0) 761 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T07:57:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:03.322355+0000 mon.smithi073 (mon.0) 762 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:04.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:02.322552+0000 mgr.smithi136.asoksz (mgr.24399) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:57:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:02.534688+0000 mon.smithi073 (mon.0) 760 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:57:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:02.534791+0000 mon.smithi073 (mon.0) 761 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T07:57:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:03.322355+0000 mon.smithi073 (mon.0) 762 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:04.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 87078 23.09 MB/sec warmup 105 sec latency 43.605 ms 2024-09-11T07:57:04.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:03.545603+0000 mon.smithi073 (mon.0) 763 : cluster [DBG] mgrmap e24: smithi136.asoksz(active, since 6s), standbys: smithi073.ivjadq 2024-09-11T07:57:04.916 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:03.545603+0000 mon.smithi073 (mon.0) 763 : cluster [DBG] mgrmap e24: smithi136.asoksz(active, since 6s), standbys: smithi073.ivjadq 2024-09-11T07:57:05.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 87486 23.03 MB/sec warmup 106 sec latency 45.622 ms 2024-09-11T07:57:05.721 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:04.322925+0000 mgr.smithi136.asoksz (mgr.24399) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:57:05.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:05.360151+0000 mon.smithi073 (mon.0) 764 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:05.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:05.367058+0000 mon.smithi073 (mon.0) 765 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:05.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:05.447993+0000 mon.smithi073 (mon.0) 766 : cluster [DBG] Standby manager daemon smithi073.ivjadq restarted 2024-09-11T07:57:05.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:05.448148+0000 mon.smithi073 (mon.0) 767 : cluster [DBG] Standby manager daemon smithi073.ivjadq started 2024-09-11T07:57:05.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:05.450528+0000 mon.smithi136 (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.73:0/3986469364' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ivjadq/crt"}]: dispatch 2024-09-11T07:57:05.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:05.452354+0000 mon.smithi136 (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.73:0/3986469364' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:57:05.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:05.454958+0000 mon.smithi136 (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.73:0/3986469364' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ivjadq/key"}]: dispatch 2024-09-11T07:57:05.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:05.455488+0000 mon.smithi136 (mon.1) 48 : audit [DBG] from='mgr.? 172.21.15.73:0/3986469364' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:57:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:04.322925+0000 mgr.smithi136.asoksz (mgr.24399) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:57:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:05.360151+0000 mon.smithi073 (mon.0) 764 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:05.367058+0000 mon.smithi073 (mon.0) 765 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:05.447993+0000 mon.smithi073 (mon.0) 766 : cluster [DBG] Standby manager daemon smithi073.ivjadq restarted 2024-09-11T07:57:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:05.448148+0000 mon.smithi073 (mon.0) 767 : cluster [DBG] Standby manager daemon smithi073.ivjadq started 2024-09-11T07:57:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:05.450528+0000 mon.smithi136 (mon.1) 45 : audit [DBG] from='mgr.? 172.21.15.73:0/3986469364' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ivjadq/crt"}]: dispatch 2024-09-11T07:57:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:05.452354+0000 mon.smithi136 (mon.1) 46 : audit [DBG] from='mgr.? 172.21.15.73:0/3986469364' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:57:06.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:05.454958+0000 mon.smithi136 (mon.1) 47 : audit [DBG] from='mgr.? 172.21.15.73:0/3986469364' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ivjadq/key"}]: dispatch 2024-09-11T07:57:06.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:05.455488+0000 mon.smithi136 (mon.1) 48 : audit [DBG] from='mgr.? 172.21.15.73:0/3986469364' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:57:06.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 88203 22.99 MB/sec warmup 107 sec latency 37.258 ms 2024-09-11T07:57:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:06.035865+0000 mon.smithi073 (mon.0) 768 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:06.073636+0000 mon.smithi073 (mon.0) 769 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:06.080484+0000 mon.smithi073 (mon.0) 770 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:06.373538+0000 mon.smithi073 (mon.0) 771 : cluster [DBG] mgrmap e25: smithi136.asoksz(active, since 9s), standbys: smithi073.ivjadq 2024-09-11T07:57:07.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:06.035865+0000 mon.smithi073 (mon.0) 768 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:07.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:06.073636+0000 mon.smithi073 (mon.0) 769 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:06.080484+0000 mon.smithi073 (mon.0) 770 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:06.373538+0000 mon.smithi073 (mon.0) 771 : cluster [DBG] mgrmap e25: smithi136.asoksz(active, since 9s), standbys: smithi073.ivjadq 2024-09-11T07:57:07.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 88896 23.02 MB/sec warmup 108 sec latency 20.715 ms 2024-09-11T07:57:08.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 89289 22.89 MB/sec warmup 109 sec latency 493.420 ms 2024-09-11T07:57:08.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:06.323602+0000 mgr.smithi136.asoksz (mgr.24399) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2024-09-11T07:57:08.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:07.866355+0000 mon.smithi073 (mon.0) 772 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:57:09.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:06.323602+0000 mgr.smithi136.asoksz (mgr.24399) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 4.9 MiB/s wr, 514 op/s 2024-09-11T07:57:09.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:07.866355+0000 mon.smithi073 (mon.0) 772 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:07.866655+0000 mon.smithi136 (mon.1) 49 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:07.866832+0000 mon.smithi136 (mon.1) 50 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:08.324018+0000 mgr.smithi136.asoksz (mgr.24399) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 4.2 MiB/s wr, 436 op/s 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:08.373898+0000 mon.smithi073 (mon.0) 773 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:08.375751+0000 mon.smithi136 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:08.943916+0000 mon.smithi136 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:08.947349+0000 mon.smithi136 (mon.1) 53 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:08.947506+0000 mon.smithi136 (mon.1) 54 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:08.950764+0000 mon.smithi073 (mon.0) 774 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:09.488 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:08.967523+0000 mon.smithi073 (mon.0) 775 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:09.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 89810 22.77 MB/sec warmup 110 sec latency 24.756 ms 2024-09-11T07:57:09.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:07.866655+0000 mon.smithi136 (mon.1) 49 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:57:09.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:07.866832+0000 mon.smithi136 (mon.1) 50 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:57:09.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:08.324018+0000 mgr.smithi136.asoksz (mgr.24399) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 4.2 MiB/s wr, 436 op/s 2024-09-11T07:57:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:08.373898+0000 mon.smithi073 (mon.0) 773 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:57:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:08.375751+0000 mon.smithi136 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:57:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:08.943916+0000 mon.smithi136 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:57:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:08.947349+0000 mon.smithi136 (mon.1) 53 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T07:57:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:08.947506+0000 mon.smithi136 (mon.1) 54 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T07:57:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:08.950764+0000 mon.smithi073 (mon.0) 774 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:08.967523+0000 mon.smithi073 (mon.0) 775 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.647 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.520348+0000 mon.smithi073 (mon.0) 776 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.528129+0000 mon.smithi073 (mon.0) 777 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.529742+0000 mon.smithi136 (mon.1) 55 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.530295+0000 mon.smithi073 (mon.0) 778 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.531201+0000 mon.smithi136 (mon.1) 56 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.531608+0000 mon.smithi073 (mon.0) 779 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.532705+0000 mon.smithi136 (mon.1) 57 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.533056+0000 mon.smithi073 (mon.0) 780 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.533979+0000 mon.smithi136 (mon.1) 58 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.534405+0000 mon.smithi073 (mon.0) 781 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:09.535412+0000 mgr.smithi136.asoksz (mgr.24399) 14 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 2704M 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.541319+0000 mon.smithi073 (mon.0) 782 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.853290+0000 mon.smithi073 (mon.0) 783 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.649 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:09.860989+0000 mon.smithi073 (mon.0) 784 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 90642 22.71 MB/sec warmup 111 sec latency 38.334 ms 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.520348+0000 mon.smithi073 (mon.0) 776 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.528129+0000 mon.smithi073 (mon.0) 777 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.529742+0000 mon.smithi136 (mon.1) 55 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.530295+0000 mon.smithi073 (mon.0) 778 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.531201+0000 mon.smithi136 (mon.1) 56 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.531608+0000 mon.smithi073 (mon.0) 779 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.532705+0000 mon.smithi136 (mon.1) 57 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.533056+0000 mon.smithi073 (mon.0) 780 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.533979+0000 mon.smithi136 (mon.1) 58 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.534405+0000 mon.smithi073 (mon.0) 781 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:10.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:09.535412+0000 mgr.smithi136.asoksz (mgr.24399) 14 : cephadm [INF] Adjusting osd_memory_target on smithi136 to 2704M 2024-09-11T07:57:10.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.541319+0000 mon.smithi073 (mon.0) 782 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.853290+0000 mon.smithi073 (mon.0) 783 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:10.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:09.860989+0000 mon.smithi073 (mon.0) 784 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:11.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 91608 22.77 MB/sec warmup 112 sec latency 19.966 ms 2024-09-11T07:57:12.133 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:10.324673+0000 mgr.smithi136.asoksz (mgr.24399) 15 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 8.7 MiB/s wr, 853 op/s 2024-09-11T07:57:12.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:10.324673+0000 mgr.smithi136.asoksz (mgr.24399) 15 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 8.7 MiB/s wr, 853 op/s 2024-09-11T07:57:12.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 92436 22.85 MB/sec warmup 113 sec latency 19.678 ms 2024-09-11T07:57:13.651 INFO:teuthology.orchestra.run.smithi073.stdout: 5 93039 22.76 MB/sec warmup 114 sec latency 37.091 ms 2024-09-11T07:57:14.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:12.325070+0000 mgr.smithi136.asoksz (mgr.24399) 16 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.7 MiB/s wr, 751 op/s 2024-09-11T07:57:14.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.595543+0000 mon.smithi136 (mon.1) 59 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:57:14.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:12.325070+0000 mgr.smithi136.asoksz (mgr.24399) 16 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 7.7 MiB/s wr, 751 op/s 2024-09-11T07:57:14.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.595543+0000 mon.smithi136 (mon.1) 59 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:57:14.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 93628 22.68 MB/sec warmup 115 sec latency 27.025 ms 2024-09-11T07:57:15.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.916462+0000 mon.smithi073 (mon.0) 785 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:15.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.923020+0000 mon.smithi073 (mon.0) 786 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:15.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.924775+0000 mon.smithi136 (mon.1) 60 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.925205+0000 mon.smithi073 (mon.0) 787 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.926192+0000 mon.smithi136 (mon.1) 61 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.926405+0000 mon.smithi073 (mon.0) 788 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.927181+0000 mon.smithi136 (mon.1) 62 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.927409+0000 mon.smithi073 (mon.0) 789 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.928138+0000 mon.smithi136 (mon.1) 63 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.928312+0000 mon.smithi073 (mon.0) 790 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:13.928912+0000 mgr.smithi136.asoksz (mgr.24399) 17 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 1936M 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.933898+0000 mon.smithi073 (mon.0) 791 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.934865+0000 mon.smithi136 (mon.1) 64 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:13.935385+0000 mon.smithi136 (mon.1) 65 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:13.936196+0000 mgr.smithi136.asoksz (mgr.24399) 18 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:13.936349+0000 mgr.smithi136.asoksz (mgr.24399) 19 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:14.164791+0000 mgr.smithi136.asoksz (mgr.24399) 20 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:57:15.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:14.225188+0000 mgr.smithi136.asoksz (mgr.24399) 21 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:57:15.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.916462+0000 mon.smithi073 (mon.0) 785 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:15.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.923020+0000 mon.smithi073 (mon.0) 786 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:15.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.924775+0000 mon.smithi136 (mon.1) 60 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.925205+0000 mon.smithi073 (mon.0) 787 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.926192+0000 mon.smithi136 (mon.1) 61 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.926405+0000 mon.smithi073 (mon.0) 788 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.927181+0000 mon.smithi136 (mon.1) 62 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.927409+0000 mon.smithi073 (mon.0) 789 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.928138+0000 mon.smithi136 (mon.1) 63 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.928312+0000 mon.smithi073 (mon.0) 790 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:13.928912+0000 mgr.smithi136.asoksz (mgr.24399) 17 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 1936M 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.933898+0000 mon.smithi073 (mon.0) 791 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.934865+0000 mon.smithi136 (mon.1) 64 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:13.935385+0000 mon.smithi136 (mon.1) 65 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:13.936196+0000 mgr.smithi136.asoksz (mgr.24399) 18 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T07:57:15.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:13.936349+0000 mgr.smithi136.asoksz (mgr.24399) 19 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T07:57:15.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:14.164791+0000 mgr.smithi136.asoksz (mgr.24399) 20 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:57:15.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:14.225188+0000 mgr.smithi136.asoksz (mgr.24399) 21 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T07:57:15.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94047 22.52 MB/sec warmup 116 sec latency 241.218 ms 2024-09-11T07:57:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:14.325400+0000 mgr.smithi136.asoksz (mgr.24399) 22 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 6.5 MiB/s wr, 637 op/s 2024-09-11T07:57:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:14.399612+0000 mgr.smithi136.asoksz (mgr.24399) 23 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:57:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:14.528008+0000 mgr.smithi136.asoksz (mgr.24399) 24 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:57:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:14.635051+0000 mgr.smithi136.asoksz (mgr.24399) 25 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:57:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:14.831439+0000 mgr.smithi136.asoksz (mgr.24399) 26 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:57:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:14.981592+0000 mon.smithi073 (mon.0) 792 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:14.989825+0000 mon.smithi073 (mon.0) 793 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:15.083457+0000 mon.smithi073 (mon.0) 794 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:15.089500+0000 mon.smithi073 (mon.0) 795 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:15.094796+0000 mon.smithi073 (mon.0) 796 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:15.122722+0000 mon.smithi136 (mon.1) 66 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:57:16.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:15.123076+0000 mon.smithi073 (mon.0) 797 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:14.325400+0000 mgr.smithi136.asoksz (mgr.24399) 22 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 324 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 6.5 MiB/s wr, 637 op/s 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:14.399612+0000 mgr.smithi136.asoksz (mgr.24399) 23 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:14.528008+0000 mgr.smithi136.asoksz (mgr.24399) 24 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:14.635051+0000 mgr.smithi136.asoksz (mgr.24399) 25 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:14.831439+0000 mgr.smithi136.asoksz (mgr.24399) 26 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:14.981592+0000 mon.smithi073 (mon.0) 792 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:14.989825+0000 mon.smithi073 (mon.0) 793 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:15.083457+0000 mon.smithi073 (mon.0) 794 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:15.089500+0000 mon.smithi073 (mon.0) 795 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:15.094796+0000 mon.smithi073 (mon.0) 796 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:16.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:15.122722+0000 mon.smithi136 (mon.1) 66 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:57:16.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:15.123076+0000 mon.smithi073 (mon.0) 797 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:57:16.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94353 22.43 MB/sec warmup 117 sec latency 49.517 ms 2024-09-11T07:57:17.492 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:16.097234+0000 mon.smithi073 (mon.0) 798 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-11T07:57:17.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:16.097281+0000 mon.smithi073 (mon.0) 799 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T07:57:17.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:16.099742+0000 mon.smithi136 (mon.1) 67 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:57:17.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:16.102354+0000 mon.smithi073 (mon.0) 800 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:57:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:16.097234+0000 mon.smithi073 (mon.0) 798 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-11T07:57:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:16.097281+0000 mon.smithi073 (mon.0) 799 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T07:57:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:16.099742+0000 mon.smithi136 (mon.1) 67 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:57:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:16.102354+0000 mon.smithi073 (mon.0) 800 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:57:17.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 22.36 MB/sec warmup 118 sec latency 37.704 ms 2024-09-11T07:57:18.085 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:57:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:16.326174+0000 mgr.smithi136.asoksz (mgr.24399) 27 : cluster [DBG] pgmap v15: 129 pgs: 32 unknown, 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 924 op/s 2024-09-11T07:57:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:17.095026+0000 mon.smithi073 (mon.0) 801 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-11T07:57:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:17.101844+0000 mon.smithi073 (mon.0) 802 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-11T07:57:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:17.102003+0000 mon.smithi073 (mon.0) 803 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T07:57:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:17.105369+0000 mgr.smithi136.asoksz (mgr.24399) 28 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-11T07:57:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:17.142518+0000 mgr.smithi136.asoksz (mgr.24399) 29 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-11T07:57:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:17.142614+0000 mgr.smithi136.asoksz (mgr.24399) 30 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi073.umjfyq', 'nfs.foo.1.0.smithi136.seiowp'] 2024-09-11T07:57:18.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:17.142677+0000 mgr.smithi136.asoksz (mgr.24399) 31 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi073.umjfyq nfs.foo.1.0.smithi136.seiowp 2024-09-11T07:57:18.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:17.142982+0000 mgr.smithi136.asoksz (mgr.24399) 32 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi073.umjfyq from smithi073 -- ports [2049] 2024-09-11T07:57:18.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:17.143290+0000 mgr.smithi136.asoksz (mgr.24399) 33 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi136.seiowp from smithi136 -- ports [2049] 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:16.326174+0000 mgr.smithi136.asoksz (mgr.24399) 27 : cluster [DBG] pgmap v15: 129 pgs: 32 unknown, 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.6 MiB/s wr, 924 op/s 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:17.095026+0000 mon.smithi073 (mon.0) 801 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:17.101844+0000 mon.smithi073 (mon.0) 802 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:17.102003+0000 mon.smithi073 (mon.0) 803 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:17.105369+0000 mgr.smithi136.asoksz (mgr.24399) 28 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:17.142518+0000 mgr.smithi136.asoksz (mgr.24399) 29 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:17.142614+0000 mgr.smithi136.asoksz (mgr.24399) 30 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi073.umjfyq', 'nfs.foo.1.0.smithi136.seiowp'] 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:17.142677+0000 mgr.smithi136.asoksz (mgr.24399) 31 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi073.umjfyq nfs.foo.1.0.smithi136.seiowp 2024-09-11T07:57:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:17.142982+0000 mgr.smithi136.asoksz (mgr.24399) 32 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi073.umjfyq from smithi073 -- ports [2049] 2024-09-11T07:57:18.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:17.143290+0000 mgr.smithi136.asoksz (mgr.24399) 33 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi136.seiowp from smithi136 -- ports [2049] 2024-09-11T07:57:18.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 22.17 MB/sec warmup 119 sec latency 1033.895 ms 2024-09-11T07:57:18.715 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:57:18.715 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (6m) 10s ago 7m 21.5M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:57:18.715 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (7m) 10s ago 7m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:57:18.715 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (6m) 13s ago 6m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:57:18.715 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (6m) 10s ago 7m 34.5M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:57:18.715 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (2m) 10s ago 2m 37.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (2m) 13s ago 2m 12.9M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (9m) 10s ago 9m 109M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (34s) 13s ago 6m 425M - 17.2.7-1623-gd0e6828a 4a918172a497 4bcb5d06e337 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (9m) 10s ago 9m 58.5M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (6m) 13s ago 6m 48.3M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.0.smithi073.umjfyq smithi073 *:2049 running (2m) 10s ago 2m 236M - 3.5 6933c2a0b7dd 69a35c9e856e 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (7m) 10s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (6m) 13s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (6m) 10s ago 6m 337M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (5m) 10s ago 5m 271M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (5m) 10s ago 5m 200M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:57:18.716 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (5m) 10s ago 5m 300M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:57:18.717 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (4m) 13s ago 4m 347M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:57:18.717 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (4m) 13s ago 4m 350M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:57:18.717 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (4m) 13s ago 4m 290M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:57:18.717 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (3m) 13s ago 3m 432M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:57:18.717 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (5m) 10s ago 7m 55.5M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:57:19.100 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:57:19.100 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:57:19.100 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:57:19.100 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:57:19.100 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-09-11T07:57:19.101 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:57:19.102 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:57:19.102 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "1/22 daemons upgraded", 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "", 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T07:57:19.421 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.072099+0000 mgr.smithi136.asoksz (mgr.24399) 34 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:18.106167+0000 mon.smithi073 (mon.0) 804 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.708014+0000 mon.smithi136 (mon.1) 68 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]: dispatch 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.708305+0000 mon.smithi073 (mon.0) 805 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]: dispatch 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.711289+0000 mon.smithi073 (mon.0) 806 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]': finished 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.714925+0000 mon.smithi136 (mon.1) 69 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw"}]: dispatch 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.715133+0000 mon.smithi073 (mon.0) 807 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw"}]: dispatch 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.718743+0000 mon.smithi073 (mon.0) 808 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw"}]': finished 2024-09-11T07:57:19.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:19.098514+0000 mon.smithi073 (mon.0) 809 : audit [DBG] from='client.? 172.21.15.73:0/749444258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.072099+0000 mgr.smithi136.asoksz (mgr.24399) 34 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:18.106167+0000 mon.smithi073 (mon.0) 804 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.708014+0000 mon.smithi136 (mon.1) 68 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]: dispatch 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.708305+0000 mon.smithi073 (mon.0) 805 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]: dispatch 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.711289+0000 mon.smithi073 (mon.0) 806 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]': finished 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.714925+0000 mon.smithi136 (mon.1) 69 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw"}]: dispatch 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.715133+0000 mon.smithi073 (mon.0) 807 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw"}]: dispatch 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.718743+0000 mon.smithi073 (mon.0) 808 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp-rgw"}]': finished 2024-09-11T07:57:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:19.098514+0000 mon.smithi073 (mon.0) 809 : audit [DBG] from='client.? 172.21.15.73:0/749444258' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:57:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:18.326669+0000 mgr.smithi136.asoksz (mgr.24399) 35 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 8.8 MiB/s wr, 871 op/s 2024-09-11T07:57:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.384707+0000 mgr.smithi136.asoksz (mgr.24399) 36 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:18.705574+0000 mgr.smithi136.asoksz (mgr.24399) 37 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:18.705972+0000 mgr.smithi136.asoksz (mgr.24399) 38 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi136.seiowp 2024-09-11T07:57:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:18.714720+0000 mgr.smithi136.asoksz (mgr.24399) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi136.seiowp-rgw 2024-09-11T07:57:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:19.104032+0000 mon.smithi073 (mon.0) 810 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-11T07:57:20.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:19.104062+0000 mon.smithi073 (mon.0) 811 : cluster [INF] Cluster is now healthy 2024-09-11T07:57:20.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:19.723837+0000 mon.smithi073 (mon.0) 812 : cluster [DBG] mgrmap e26: smithi136.asoksz(active, since 22s), standbys: smithi073.ivjadq 2024-09-11T07:57:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:18.326669+0000 mgr.smithi136.asoksz (mgr.24399) 35 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 326 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 8.8 MiB/s wr, 871 op/s 2024-09-11T07:57:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.384707+0000 mgr.smithi136.asoksz (mgr.24399) 36 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:18.705574+0000 mgr.smithi136.asoksz (mgr.24399) 37 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:18.705972+0000 mgr.smithi136.asoksz (mgr.24399) 38 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi136.seiowp 2024-09-11T07:57:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:18.714720+0000 mgr.smithi136.asoksz (mgr.24399) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi136.seiowp-rgw 2024-09-11T07:57:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:19.104032+0000 mon.smithi073 (mon.0) 810 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-11T07:57:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:19.104062+0000 mon.smithi073 (mon.0) 811 : cluster [INF] Cluster is now healthy 2024-09-11T07:57:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:19.723837+0000 mon.smithi073 (mon.0) 812 : cluster [DBG] mgrmap e26: smithi136.asoksz(active, since 22s), standbys: smithi073.ivjadq 2024-09-11T07:57:20.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 1 sec latency 3034.018 ms 2024-09-11T07:57:21.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:19.420045+0000 mgr.smithi136.asoksz (mgr.24399) 40 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:21.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:19.420045+0000 mgr.smithi136.asoksz (mgr.24399) 40 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:21.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 2 sec latency 4034.072 ms 2024-09-11T07:57:22.514 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:20.327362+0000 mgr.smithi136.asoksz (mgr.24399) 41 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2024-09-11T07:57:22.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:20.327362+0000 mgr.smithi136.asoksz (mgr.24399) 41 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.20k op/s 2024-09-11T07:57:22.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 3 sec latency 5034.113 ms 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.443846+0000 mon.smithi136 (mon.1) 70 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]: dispatch 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.444168+0000 mon.smithi073 (mon.0) 813 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]: dispatch 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.449614+0000 mon.smithi073 (mon.0) 814 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]': finished 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.451336+0000 mon.smithi136 (mon.1) 71 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw"}]: dispatch 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.451688+0000 mon.smithi073 (mon.0) 815 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw"}]: dispatch 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.456416+0000 mon.smithi073 (mon.0) 816 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw"}]': finished 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.462626+0000 mon.smithi073 (mon.0) 817 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.464270+0000 mon.smithi136 (mon.1) 72 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-11T07:57:23.336 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.490898+0000 mon.smithi136 (mon.1) 73 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' 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-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.491167+0000 mon.smithi073 (mon.0) 818 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.496115+0000 mon.smithi073 (mon.0) 819 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.505320+0000 mon.smithi073 (mon.0) 820 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.516519+0000 mon.smithi073 (mon.0) 821 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.526294+0000 mon.smithi073 (mon.0) 822 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.534704+0000 mon.smithi073 (mon.0) 823 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.546383+0000 mon.smithi073 (mon.0) 824 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.548500+0000 mon.smithi136 (mon.1) 74 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]: dispatch 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.548946+0000 mon.smithi073 (mon.0) 825 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]: dispatch 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.552422+0000 mon.smithi073 (mon.0) 826 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.553483+0000 mon.smithi136 (mon.1) 75 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]: dispatch 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.553795+0000 mon.smithi073 (mon.0) 827 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]: dispatch 2024-09-11T07:57:23.337 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.557638+0000 mon.smithi073 (mon.0) 828 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.558584+0000 mon.smithi136 (mon.1) 76 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.558902+0000 mon.smithi073 (mon.0) 829 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.561346+0000 mon.smithi073 (mon.0) 830 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.562269+0000 mon.smithi136 (mon.1) 77 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' 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-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.562422+0000 mon.smithi073 (mon.0) 831 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.565186+0000 mon.smithi073 (mon.0) 832 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.566486+0000 mon.smithi136 (mon.1) 78 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.603333+0000 mon.smithi136 (mon.1) 79 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.603636+0000 mon.smithi073 (mon.0) 833 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.606537+0000 mon.smithi073 (mon.0) 834 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.649070+0000 mon.smithi136 (mon.1) 80 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.649697+0000 mon.smithi073 (mon.0) 835 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.652983+0000 mon.smithi073 (mon.0) 836 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:57:23.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.658373+0000 mon.smithi136 (mon.1) 81 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.443846+0000 mon.smithi136 (mon.1) 70 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]: dispatch 2024-09-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.444168+0000 mon.smithi073 (mon.0) 813 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]: dispatch 2024-09-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.449614+0000 mon.smithi073 (mon.0) 814 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]': finished 2024-09-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.451336+0000 mon.smithi136 (mon.1) 71 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw"}]: dispatch 2024-09-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.451688+0000 mon.smithi073 (mon.0) 815 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw"}]: dispatch 2024-09-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.456416+0000 mon.smithi073 (mon.0) 816 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq-rgw"}]': finished 2024-09-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.462626+0000 mon.smithi073 (mon.0) 817 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.464270+0000 mon.smithi136 (mon.1) 72 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.490898+0000 mon.smithi136 (mon.1) 73 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' 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-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.491167+0000 mon.smithi073 (mon.0) 818 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:23.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.496115+0000 mon.smithi073 (mon.0) 819 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.505320+0000 mon.smithi073 (mon.0) 820 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.516519+0000 mon.smithi073 (mon.0) 821 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.526294+0000 mon.smithi073 (mon.0) 822 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.534704+0000 mon.smithi073 (mon.0) 823 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.546383+0000 mon.smithi073 (mon.0) 824 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.548500+0000 mon.smithi136 (mon.1) 74 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]: dispatch 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.548946+0000 mon.smithi073 (mon.0) 825 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi073.umjfyq"}]: dispatch 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.552422+0000 mon.smithi073 (mon.0) 826 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.553483+0000 mon.smithi136 (mon.1) 75 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]: dispatch 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.553795+0000 mon.smithi073 (mon.0) 827 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi136.seiowp"}]: dispatch 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.557638+0000 mon.smithi073 (mon.0) 828 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.558584+0000 mon.smithi136 (mon.1) 76 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:57:23.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.558902+0000 mon.smithi073 (mon.0) 829 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.561346+0000 mon.smithi073 (mon.0) 830 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.562269+0000 mon.smithi136 (mon.1) 77 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' 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-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.562422+0000 mon.smithi073 (mon.0) 831 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.565186+0000 mon.smithi073 (mon.0) 832 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.566486+0000 mon.smithi136 (mon.1) 78 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.603333+0000 mon.smithi136 (mon.1) 79 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.603636+0000 mon.smithi073 (mon.0) 833 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.606537+0000 mon.smithi073 (mon.0) 834 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.649070+0000 mon.smithi136 (mon.1) 80 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.649697+0000 mon.smithi073 (mon.0) 835 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.652983+0000 mon.smithi073 (mon.0) 836 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:57:23.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.658373+0000 mon.smithi136 (mon.1) 81 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:23.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 4 sec latency 6034.143 ms 2024-09-11T07:57:24.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:22.327763+0000 mgr.smithi136.asoksz (mgr.24399) 42 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 2.6 MiB/s wr, 314 op/s 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.443491+0000 mgr.smithi136.asoksz (mgr.24399) 43 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi073.umjfyq 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.451085+0000 mgr.smithi136.asoksz (mgr.24399) 44 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi073.umjfyq-rgw 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:22.464917+0000 mgr.smithi136.asoksz (mgr.24399) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.502034+0000 mgr.smithi136.asoksz (mgr.24399) 46 : cephadm [INF] Done migrating nfs.foo 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.502108+0000 mgr.smithi136.asoksz (mgr.24399) 47 : cephadm [INF] Done migrating all NFS services 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.548212+0000 mgr.smithi136.asoksz (mgr.24399) 48 : cephadm [INF] Fencing old nfs.foo.0.0.smithi073.umjfyq 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.553335+0000 mgr.smithi136.asoksz (mgr.24399) 49 : cephadm [INF] Fencing old nfs.foo.1.0.smithi136.seiowp 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.558383+0000 mgr.smithi136.asoksz (mgr.24399) 50 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi073.sgxegy 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.562096+0000 mgr.smithi136.asoksz (mgr.24399) 51 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.648637+0000 mgr.smithi136.asoksz (mgr.24399) 52 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:57:24.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.648728+0000 mgr.smithi136.asoksz (mgr.24399) 53 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi073.sgxegy-rgw 2024-09-11T07:57:24.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.654235+0000 mgr.smithi136.asoksz (mgr.24399) 54 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi073.sgxegy's ganesha conf is defaulting to empty 2024-09-11T07:57:24.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:22.659456+0000 mgr.smithi136.asoksz (mgr.24399) 55 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi073.sgxegy on smithi073 2024-09-11T07:57:24.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:23.658943+0000 mon.smithi073 (mon.0) 837 : cluster [DBG] mgrmap e27: smithi136.asoksz(active, since 26s), standbys: smithi073.ivjadq 2024-09-11T07:57:24.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:22.327763+0000 mgr.smithi136.asoksz (mgr.24399) 42 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 2.6 MiB/s wr, 314 op/s 2024-09-11T07:57:24.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.443491+0000 mgr.smithi136.asoksz (mgr.24399) 43 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi073.umjfyq 2024-09-11T07:57:24.473 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.451085+0000 mgr.smithi136.asoksz (mgr.24399) 44 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi073.umjfyq-rgw 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:22.464917+0000 mgr.smithi136.asoksz (mgr.24399) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.502034+0000 mgr.smithi136.asoksz (mgr.24399) 46 : cephadm [INF] Done migrating nfs.foo 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.502108+0000 mgr.smithi136.asoksz (mgr.24399) 47 : cephadm [INF] Done migrating all NFS services 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.548212+0000 mgr.smithi136.asoksz (mgr.24399) 48 : cephadm [INF] Fencing old nfs.foo.0.0.smithi073.umjfyq 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.553335+0000 mgr.smithi136.asoksz (mgr.24399) 49 : cephadm [INF] Fencing old nfs.foo.1.0.smithi136.seiowp 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.558383+0000 mgr.smithi136.asoksz (mgr.24399) 50 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi073.sgxegy 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.562096+0000 mgr.smithi136.asoksz (mgr.24399) 51 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.648637+0000 mgr.smithi136.asoksz (mgr.24399) 52 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.648728+0000 mgr.smithi136.asoksz (mgr.24399) 53 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi073.sgxegy-rgw 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.654235+0000 mgr.smithi136.asoksz (mgr.24399) 54 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi073.sgxegy's ganesha conf is defaulting to empty 2024-09-11T07:57:24.474 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:22.659456+0000 mgr.smithi136.asoksz (mgr.24399) 55 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi073.sgxegy on smithi073 2024-09-11T07:57:24.475 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:23.658943+0000 mon.smithi073 (mon.0) 837 : cluster [DBG] mgrmap e27: smithi136.asoksz(active, since 26s), standbys: smithi073.ivjadq 2024-09-11T07:57:24.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 5 sec latency 7034.215 ms 2024-09-11T07:57:25.653 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 6 sec latency 8034.339 ms 2024-09-11T07:57:26.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:24.328232+0000 mgr.smithi136.asoksz (mgr.24399) 56 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 2.1 MiB/s wr, 244 op/s 2024-09-11T07:57:26.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.363613+0000 mon.smithi073 (mon.0) 838 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:26.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.371894+0000 mon.smithi073 (mon.0) 839 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:26.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.376688+0000 mon.smithi073 (mon.0) 840 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:26.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.378414+0000 mon.smithi136 (mon.1) 82 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:57:26.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.378983+0000 mon.smithi073 (mon.0) 841 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:57:26.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.381665+0000 mon.smithi073 (mon.0) 842 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:57:26.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.385516+0000 mon.smithi136 (mon.1) 83 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' 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-11T07:57:26.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.385684+0000 mon.smithi073 (mon.0) 843 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:26.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.388095+0000 mon.smithi073 (mon.0) 844 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:26.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:25.389811+0000 mon.smithi136 (mon.1) 84 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:24.328232+0000 mgr.smithi136.asoksz (mgr.24399) 56 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 311 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 2.1 MiB/s wr, 244 op/s 2024-09-11T07:57:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.363613+0000 mon.smithi073 (mon.0) 838 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.371894+0000 mon.smithi073 (mon.0) 839 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.376688+0000 mon.smithi073 (mon.0) 840 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.378414+0000 mon.smithi136 (mon.1) 82 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:57:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.378983+0000 mon.smithi073 (mon.0) 841 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:57:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.381665+0000 mon.smithi073 (mon.0) 842 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:57:26.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.385516+0000 mon.smithi136 (mon.1) 83 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' 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-11T07:57:26.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.385684+0000 mon.smithi073 (mon.0) 843 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:26.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.388095+0000 mon.smithi073 (mon.0) 844 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 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-11T07:57:26.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:25.389811+0000 mon.smithi136 (mon.1) 84 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:26.652 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 7 sec latency 9034.383 ms 2024-09-11T07:57:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:25.378143+0000 mgr.smithi136.asoksz (mgr.24399) 57 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi136.ytedcs 2024-09-11T07:57:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:25.385259+0000 mgr.smithi136.asoksz (mgr.24399) 58 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:57:27.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:25.378143+0000 mgr.smithi136.asoksz (mgr.24399) 57 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi136.ytedcs 2024-09-11T07:57:27.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:25.385259+0000 mgr.smithi136.asoksz (mgr.24399) 58 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:57:27.653 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 8 sec latency 10034.497 ms 2024-09-11T07:57:28.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:26.329109+0000 mgr.smithi136.asoksz (mgr.24399) 59 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 1.8 MiB/s wr, 215 op/s 2024-09-11T07:57:28.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:26.329109+0000 mgr.smithi136.asoksz (mgr.24399) 59 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 1.8 MiB/s wr, 215 op/s 2024-09-11T07:57:28.653 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 9 sec latency 11034.610 ms 2024-09-11T07:57:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.262834+0000 mon.smithi136 (mon.1) 85 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:57:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.263147+0000 mon.smithi073 (mon.0) 845 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:57:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.267076+0000 mon.smithi073 (mon.0) 846 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:57:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:28.276108+0000 mds.foofs.smithi073.ufpfai (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.73:0/441510020) 2024-09-11T07:57:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.276319+0000 mon.smithi073 (mon.0) 847 : audit [INF] from='mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316]' entity='mds.foofs.smithi073.ufpfai' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.73:0/441510020"}]: dispatch 2024-09-11T07:57:29.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:28.281464+0000 mds.foofs.smithi073.ufpfai (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14736 172.21.15.73:0/201613351) 2024-09-11T07:57:29.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.316453+0000 mon.smithi136 (mon.1) 86 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:57:29.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.316818+0000 mon.smithi073 (mon.0) 848 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:57:29.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.321102+0000 mon.smithi073 (mon.0) 849 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:57:29.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.322666+0000 mon.smithi136 (mon.1) 87 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:29.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:28.596074+0000 mon.smithi136 (mon.1) 88 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:57:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.262834+0000 mon.smithi136 (mon.1) 85 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:57:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.263147+0000 mon.smithi073 (mon.0) 845 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:57:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.267076+0000 mon.smithi073 (mon.0) 846 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:57:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:28.276108+0000 mds.foofs.smithi073.ufpfai (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.73:0/441510020) 2024-09-11T07:57:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.276319+0000 mon.smithi073 (mon.0) 847 : audit [INF] from='mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316]' entity='mds.foofs.smithi073.ufpfai' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.73:0/441510020"}]: dispatch 2024-09-11T07:57:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:28.281464+0000 mds.foofs.smithi073.ufpfai (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14736 172.21.15.73:0/201613351) 2024-09-11T07:57:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.316453+0000 mon.smithi136 (mon.1) 86 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:57:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.316818+0000 mon.smithi073 (mon.0) 848 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:57:29.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.321102+0000 mon.smithi073 (mon.0) 849 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:57:29.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.322666+0000 mon.smithi136 (mon.1) 87 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:29.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:28.596074+0000 mon.smithi136 (mon.1) 88 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:57:29.653 INFO:teuthology.orchestra.run.smithi073.stdout: 5 94835 0.00 MB/sec execute 10 sec latency 12034.706 ms 2024-09-11T07:57:30.176 INFO:teuthology.orchestra.run.smithi073.stdout:[95173] write failed on handle 13223 (Input/output error) 2024-09-11T07:57:30.177 INFO:teuthology.orchestra.run.smithi073.stdout:[94269] write failed on handle 13076 (Input/output error) 2024-09-11T07:57:30.177 INFO:teuthology.orchestra.run.smithi073.stdout:[94267] write failed on handle 13074 (Input/output error) 2024-09-11T07:57:30.177 INFO:teuthology.orchestra.run.smithi073.stdout:[95177] write failed on handle 13223 (Input/output error) 2024-09-11T07:57:30.177 INFO:teuthology.orchestra.run.smithi073.stdout:Child failed with status 1 2024-09-11T07:57:30.178 INFO:teuthology.orchestra.run.smithi073.stdout:[95292] open ./clients/client1/~dmtmp/WORDPRO/NEWS1_1A.PRN failed for handle 13250 (Stale file handle) 2024-09-11T07:57:30.180 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-09-11T07:57:30.268 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-09-11T07:57:30.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:28.315974+0000 mgr.smithi136.asoksz (mgr.24399) 60 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:57:30.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:28.316067+0000 mgr.smithi136.asoksz (mgr.24399) 61 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi136.ytedcs-rgw 2024-09-11T07:57:30.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:28.322121+0000 mgr.smithi136.asoksz (mgr.24399) 62 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi136.ytedcs's ganesha conf is defaulting to empty 2024-09-11T07:57:30.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:28.323756+0000 mgr.smithi136.asoksz (mgr.24399) 63 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi136.ytedcs on smithi136 2024-09-11T07:57:30.378 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:28.329462+0000 mgr.smithi136.asoksz (mgr.24399) 64 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 1.7 MiB/s wr, 194 op/s 2024-09-11T07:57:30.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:29.269962+0000 mon.smithi073 (mon.0) 850 : audit [INF] from='mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316]' entity='mds.foofs.smithi073.ufpfai' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.73:0/441510020"}]': finished 2024-09-11T07:57:30.379 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:29.270031+0000 mon.smithi073 (mon.0) 851 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T07:57:30.476 INFO:teuthology.orchestra.run.smithi073.stderr:Created symlink /run/systemd/system/remote-fs.target.wants/rpc-statd.service → /usr/lib/systemd/system/rpc-statd.service. 2024-09-11T07:57:30.478 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:28.315974+0000 mgr.smithi136.asoksz (mgr.24399) 60 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:57:30.478 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:28.316067+0000 mgr.smithi136.asoksz (mgr.24399) 61 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi136.ytedcs-rgw 2024-09-11T07:57:30.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:28.322121+0000 mgr.smithi136.asoksz (mgr.24399) 62 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi136.ytedcs's ganesha conf is defaulting to empty 2024-09-11T07:57:30.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:28.323756+0000 mgr.smithi136.asoksz (mgr.24399) 63 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi136.ytedcs on smithi136 2024-09-11T07:57:30.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:28.329462+0000 mgr.smithi136.asoksz (mgr.24399) 64 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 1.7 MiB/s wr, 194 op/s 2024-09-11T07:57:30.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:29.269962+0000 mon.smithi073 (mon.0) 850 : audit [INF] from='mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316]' entity='mds.foofs.smithi073.ufpfai' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.73:0/441510020"}]': finished 2024-09-11T07:57:30.479 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:29.270031+0000 mon.smithi073 (mon.0) 851 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T07:57:30.657 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:57:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:30.330327+0000 mgr.smithi136.asoksz (mgr.24399) 65 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 9 op/s 2024-09-11T07:57:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:31.102305+0000 mon.smithi073 (mon.0) 852 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:31.109587+0000 mon.smithi073 (mon.0) 853 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:31.114010+0000 mon.smithi073 (mon.0) 854 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:31.120274+0000 mon.smithi073 (mon.0) 855 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:31.195227+0000 mon.smithi136 (mon.1) 89 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:57:32.378 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:30.330327+0000 mgr.smithi136.asoksz (mgr.24399) 65 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 9 op/s 2024-09-11T07:57:32.378 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:31.102305+0000 mon.smithi073 (mon.0) 852 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:32.378 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:31.109587+0000 mon.smithi073 (mon.0) 853 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:32.378 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:31.114010+0000 mon.smithi073 (mon.0) 854 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:32.378 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:31.120274+0000 mon.smithi073 (mon.0) 855 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:32.378 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:31.195227+0000 mon.smithi136 (mon.1) 89 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:57:34.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:32.330699+0000 mgr.smithi136.asoksz (mgr.24399) 66 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 9 op/s 2024-09-11T07:57:34.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:33.595013+0000 mon.smithi073 (mon.0) 856 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:34.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:32.330699+0000 mgr.smithi136.asoksz (mgr.24399) 66 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 9 op/s 2024-09-11T07:57:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:33.595013+0000 mon.smithi073 (mon.0) 856 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:35.684 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:57:36.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:34.331042+0000 mgr.smithi136.asoksz (mgr.24399) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 9 op/s 2024-09-11T07:57:36.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:36.004504+0000 mon.smithi073 (mon.0) 857 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:36.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:36.012667+0000 mon.smithi073 (mon.0) 858 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:34.331042+0000 mgr.smithi136.asoksz (mgr.24399) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 65 KiB/s wr, 9 op/s 2024-09-11T07:57:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:36.004504+0000 mon.smithi073 (mon.0) 857 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:36.012667+0000 mon.smithi073 (mon.0) 858 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:37.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:37.024483+0000 mon.smithi073 (mon.0) 859 : audit [INF] from='mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316]' entity='mds.foofs.smithi073.ufpfai' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.136:0/2434139521"}]: dispatch 2024-09-11T07:57:37.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:37.024483+0000 mon.smithi073 (mon.0) 859 : audit [INF] from='mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316]' entity='mds.foofs.smithi073.ufpfai' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.136:0/2434139521"}]: dispatch 2024-09-11T07:57:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:36.331645+0000 mgr.smithi136.asoksz (mgr.24399) 68 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 13 KiB/s wr, 10 op/s 2024-09-11T07:57:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:37.024281+0000 mds.foofs.smithi073.ufpfai (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24323 (172.21.15.136:0/2434139521) 2024-09-11T07:57:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:37.029954+0000 mds.foofs.smithi073.ufpfai (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24493 172.21.15.136:0/2506730219) 2024-09-11T07:57:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:37.111458+0000 mon.smithi073 (mon.0) 860 : audit [INF] from='mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316]' entity='mds.foofs.smithi073.ufpfai' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.136:0/2434139521"}]': finished 2024-09-11T07:57:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:37.111521+0000 mon.smithi073 (mon.0) 861 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T07:57:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:37.315625+0000 mon.smithi073 (mon.0) 862 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:38.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:37.324363+0000 mon.smithi073 (mon.0) 863 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:38.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:37.326007+0000 mon.smithi136 (mon.1) 90 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:38.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:37.326740+0000 mon.smithi136 (mon.1) 91 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:57:38.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:37.333525+0000 mon.smithi073 (mon.0) 864 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:38.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:37.339587+0000 mon.smithi073 (mon.0) 865 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:36.331645+0000 mgr.smithi136.asoksz (mgr.24399) 68 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 13 KiB/s wr, 10 op/s 2024-09-11T07:57:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:37.024281+0000 mds.foofs.smithi073.ufpfai (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24323 (172.21.15.136:0/2434139521) 2024-09-11T07:57:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:37.029954+0000 mds.foofs.smithi073.ufpfai (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24493 172.21.15.136:0/2506730219) 2024-09-11T07:57:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:37.111458+0000 mon.smithi073 (mon.0) 860 : audit [INF] from='mds.? [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316]' entity='mds.foofs.smithi073.ufpfai' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.136:0/2434139521"}]': finished 2024-09-11T07:57:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:37.111521+0000 mon.smithi073 (mon.0) 861 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T07:57:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:37.315625+0000 mon.smithi073 (mon.0) 862 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:37.324363+0000 mon.smithi073 (mon.0) 863 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:37.326007+0000 mon.smithi136 (mon.1) 90 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:57:38.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:37.326740+0000 mon.smithi136 (mon.1) 91 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:57:38.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:37.333525+0000 mon.smithi073 (mon.0) 864 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:38.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:37.339587+0000 mon.smithi073 (mon.0) 865 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:57:39.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:37.412517+0000 mgr.smithi136.asoksz (mgr.24399) 69 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T07:57:39.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:57:37.421434+0000 mgr.smithi136.asoksz (mgr.24399) 70 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T07:57:39.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:37.412517+0000 mgr.smithi136.asoksz (mgr.24399) 69 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T07:57:39.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:57:37.421434+0000 mgr.smithi136.asoksz (mgr.24399) 70 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T07:57:40.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:38.332226+0000 mgr.smithi136.asoksz (mgr.24399) 71 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 14 KiB/s wr, 11 op/s 2024-09-11T07:57:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:38.332226+0000 mgr.smithi136.asoksz (mgr.24399) 71 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 14 KiB/s wr, 11 op/s 2024-09-11T07:57:40.713 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:57:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:40.332964+0000 mgr.smithi136.asoksz (mgr.24399) 72 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 4.4 KiB/s wr, 5 op/s 2024-09-11T07:57:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:40.332964+0000 mgr.smithi136.asoksz (mgr.24399) 72 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 4.4 KiB/s wr, 5 op/s 2024-09-11T07:57:44.467 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:42.333375+0000 mgr.smithi136.asoksz (mgr.24399) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 4.4 KiB/s wr, 5 op/s 2024-09-11T07:57:44.468 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:43.596202+0000 mon.smithi136 (mon.1) 92 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:57:44.503 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:42.333375+0000 mgr.smithi136.asoksz (mgr.24399) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 4.4 KiB/s wr, 5 op/s 2024-09-11T07:57:44.503 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:43.596202+0000 mon.smithi136 (mon.1) 92 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:57:45.746 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:57:46.297 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:46 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:44.333747+0000 mgr.smithi136.asoksz (mgr.24399) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 4.4 KiB/s wr, 5 op/s 2024-09-11T07:57:46.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:44.333747+0000 mgr.smithi136.asoksz (mgr.24399) 74 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 4.4 KiB/s wr, 5 op/s 2024-09-11T07:57:48.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:46.334489+0000 mgr.smithi136.asoksz (mgr.24399) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 3.5 KiB/s wr, 2 op/s 2024-09-11T07:57:48.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:46.334489+0000 mgr.smithi136.asoksz (mgr.24399) 75 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 3.5 KiB/s wr, 2 op/s 2024-09-11T07:57:49.753 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:57:50.364 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:57:50.364 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (6m) 13s ago 8m 21.5M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:57:50.364 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (8m) 13s ago 8m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (7m) 14s ago 7m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (6m) 13s ago 8m 34.6M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (2m) 13s ago 2m 37.2M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (2m) 14s ago 2m 13.2M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (9m) 13s ago 9m 367M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (66s) 14s ago 7m 448M - 17.2.7-1623-gd0e6828a 4a918172a497 4bcb5d06e337 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (9m) 13s ago 9m 53.3M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (7m) 14s ago 7m 41.9M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (25s) 13s ago 25s 46.4M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (19s) 14s ago 19s 19.0M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (7m) 13s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (7m) 14s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:57:50.365 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (6m) 13s ago 6m 373M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:57:50.366 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (6m) 13s ago 6m 296M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:57:50.366 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (6m) 13s ago 6m 218M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:57:50.366 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (5m) 13s ago 5m 343M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:57:50.366 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (5m) 14s ago 5m 373M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:57:50.366 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (5m) 14s ago 5m 377M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:57:50.366 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (4m) 14s ago 4m 318M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:57:50.366 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (4m) 14s ago 4m 473M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:57:50.366 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (6m) 13s ago 7m 55.5M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:57:50.366 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:48.335071+0000 mgr.smithi136.asoksz (mgr.24399) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 3.1 KiB/s wr, 1 op/s 2024-09-11T07:57:50.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:48.335071+0000 mgr.smithi136.asoksz (mgr.24399) 76 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 3.1 KiB/s wr, 1 op/s 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:57:50.728 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:57:50.729 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:57:50.775 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "", 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T07:57:51.045 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:57:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:49.739663+0000 mgr.smithi136.asoksz (mgr.24399) 77 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:50.047221+0000 mgr.smithi136.asoksz (mgr.24399) 78 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:50.727307+0000 mon.smithi073 (mon.0) 866 : audit [DBG] from='client.? 172.21.15.73:0/1006075679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:57:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:49.739663+0000 mgr.smithi136.asoksz (mgr.24399) 77 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:50.047221+0000 mgr.smithi136.asoksz (mgr.24399) 78 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:50.727307+0000 mon.smithi073 (mon.0) 866 : audit [DBG] from='client.? 172.21.15.73:0/1006075679' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:57:52.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:50.335790+0000 mgr.smithi136.asoksz (mgr.24399) 79 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.2 KiB/s wr, 2 op/s 2024-09-11T07:57:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:50.353679+0000 mgr.smithi136.asoksz (mgr.24399) 80 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:51.043635+0000 mgr.smithi136.asoksz (mgr.24399) 81 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:50.335790+0000 mgr.smithi136.asoksz (mgr.24399) 79 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.2 KiB/s wr, 2 op/s 2024-09-11T07:57:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:50.353679+0000 mgr.smithi136.asoksz (mgr.24399) 80 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:52.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:51.043635+0000 mgr.smithi136.asoksz (mgr.24399) 81 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:57:54.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:52.336226+0000 mgr.smithi136.asoksz (mgr.24399) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:57:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:52.336226+0000 mgr.smithi136.asoksz (mgr.24399) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:57:55.806 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:57:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:54.336637+0000 mgr.smithi136.asoksz (mgr.24399) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:57:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:54.336637+0000 mgr.smithi136.asoksz (mgr.24399) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:57:58.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:56.337463+0000 mgr.smithi136.asoksz (mgr.24399) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-09-11T07:57:58.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:56.337463+0000 mgr.smithi136.asoksz (mgr.24399) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-09-11T07:57:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:57:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:57:58.596421+0000 mon.smithi136 (mon.1) 93 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:57:59.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:57:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:57:58.596421+0000 mon.smithi136 (mon.1) 93 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:58:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:57:58.337837+0000 mgr.smithi136.asoksz (mgr.24399) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:58:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:57:58.337837+0000 mgr.smithi136.asoksz (mgr.24399) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-11T07:58:00.838 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:02.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:00.338760+0000 mgr.smithi136.asoksz (mgr.24399) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:58:02.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:00.338760+0000 mgr.smithi136.asoksz (mgr.24399) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:58:04.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:02.339184+0000 mgr.smithi136.asoksz (mgr.24399) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:04.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:02.339184+0000 mgr.smithi136.asoksz (mgr.24399) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:05.877 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:04.339613+0000 mgr.smithi136.asoksz (mgr.24399) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:06.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:06 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:04.339613+0000 mgr.smithi136.asoksz (mgr.24399) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:08.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:06.340422+0000 mgr.smithi136.asoksz (mgr.24399) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:08.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:06.340422+0000 mgr.smithi136.asoksz (mgr.24399) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:08.340815+0000 mgr.smithi136.asoksz (mgr.24399) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:10.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:08.340815+0000 mgr.smithi136.asoksz (mgr.24399) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:10.904 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:12.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:10.341605+0000 mgr.smithi136.asoksz (mgr.24399) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:12.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:10.341605+0000 mgr.smithi136.asoksz (mgr.24399) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:14.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:12.342028+0000 mgr.smithi136.asoksz (mgr.24399) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:14.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:13.596820+0000 mon.smithi136 (mon.1) 94 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:58:14.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:12.342028+0000 mgr.smithi136.asoksz (mgr.24399) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:14.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:13.596820+0000 mon.smithi136 (mon.1) 94 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:58:15.941 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:16.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:14.342417+0000 mgr.smithi136.asoksz (mgr.24399) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:16.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:14.342417+0000 mgr.smithi136.asoksz (mgr.24399) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:18.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:16.343188+0000 mgr.smithi136.asoksz (mgr.24399) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:16.343188+0000 mgr.smithi136.asoksz (mgr.24399) 94 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:20.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:18.343605+0000 mgr.smithi136.asoksz (mgr.24399) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:20.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:18.343605+0000 mgr.smithi136.asoksz (mgr.24399) 95 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:20.972 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:21.375 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:58:21.981 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:58:21.981 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (7m) 44s ago 8m 21.5M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:58:21.981 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (8m) 44s ago 8m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:58:21.981 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (8m) 45s ago 8m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:58:21.981 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (7m) 44s ago 8m 34.6M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:58:21.981 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (3m) 44s ago 3m 37.2M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:58:21.981 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (3m) 45s ago 3m 13.2M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:58:21.981 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (10m) 44s ago 10m 367M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (98s) 45s ago 7m 448M - 17.2.7-1623-gd0e6828a 4a918172a497 4bcb5d06e337 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (10m) 44s ago 10m 53.3M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (7m) 45s ago 7m 41.9M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (57s) 44s ago 56s 46.4M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (51s) 45s ago 50s 19.0M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (8m) 44s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (7m) 45s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (7m) 44s ago 7m 373M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (6m) 44s ago 6m 296M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (6m) 44s ago 6m 218M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (6m) 44s ago 6m 343M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (5m) 45s ago 5m 373M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (5m) 45s ago 5m 377M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:58:21.982 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (5m) 45s ago 5m 318M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:58:21.983 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (4m) 45s ago 4m 473M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:58:21.983 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (7m) 44s ago 8m 55.5M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:58:22.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:20.344469+0000 mgr.smithi136.asoksz (mgr.24399) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:22.345 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:58:22.345 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:58:22.345 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:58:22.345 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:58:22.345 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:58:22.345 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T07:58:22.345 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:58:22.345 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:58:22.346 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:58:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:20.344469+0000 mgr.smithi136.asoksz (mgr.24399) 96 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "", 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T07:58:22.657 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:58:23.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:21.361524+0000 mgr.smithi136.asoksz (mgr.24399) 97 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:23.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:21.670266+0000 mgr.smithi136.asoksz (mgr.24399) 98 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:23.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:21.971115+0000 mgr.smithi136.asoksz (mgr.24399) 99 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:23.509 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:22.344430+0000 mon.smithi073 (mon.0) 867 : audit [DBG] from='client.? 172.21.15.73:0/871775499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:58:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:21.361524+0000 mgr.smithi136.asoksz (mgr.24399) 97 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:21.670266+0000 mgr.smithi136.asoksz (mgr.24399) 98 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:21.971115+0000 mgr.smithi136.asoksz (mgr.24399) 99 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:22.344430+0000 mon.smithi073 (mon.0) 867 : audit [DBG] from='client.? 172.21.15.73:0/871775499' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:58:24.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:22.345056+0000 mgr.smithi136.asoksz (mgr.24399) 100 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:24.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:22.655579+0000 mgr.smithi136.asoksz (mgr.24399) 101 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:24.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:22.345056+0000 mgr.smithi136.asoksz (mgr.24399) 100 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:24.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:22.655579+0000 mgr.smithi136.asoksz (mgr.24399) 101 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:26.006 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:24.345509+0000 mgr.smithi136.asoksz (mgr.24399) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:26.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:24.345509+0000 mgr.smithi136.asoksz (mgr.24399) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:28.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:26.346300+0000 mgr.smithi136.asoksz (mgr.24399) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:28.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:26.346300+0000 mgr.smithi136.asoksz (mgr.24399) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:28.597096+0000 mon.smithi136 (mon.1) 95 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:58:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:28.597096+0000 mon.smithi136 (mon.1) 95 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:58:30.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:28.346828+0000 mgr.smithi136.asoksz (mgr.24399) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:30.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:29.225892+0000 mon.smithi073 (mon.0) 868 : cluster [DBG] mgrmap e28: smithi136.asoksz(active, since 91s), standbys: smithi073.ivjadq 2024-09-11T07:58:30.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:28.346828+0000 mgr.smithi136.asoksz (mgr.24399) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:29.225892+0000 mon.smithi073 (mon.0) 868 : cluster [DBG] mgrmap e28: smithi136.asoksz(active, since 91s), standbys: smithi073.ivjadq 2024-09-11T07:58:31.035 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:32.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:30.347822+0000 mgr.smithi136.asoksz (mgr.24399) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-09-11T07:58:32.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:30.347822+0000 mgr.smithi136.asoksz (mgr.24399) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-09-11T07:58:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:32.348233+0000 mgr.smithi136.asoksz (mgr.24399) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:58:34.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:32.348233+0000 mgr.smithi136.asoksz (mgr.24399) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:58:36.060 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:36.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:34.348694+0000 mgr.smithi136.asoksz (mgr.24399) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:58:36.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:34.348694+0000 mgr.smithi136.asoksz (mgr.24399) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:58:38.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:38 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:36.349361+0000 mgr.smithi136.asoksz (mgr.24399) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-09-11T07:58:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:36.349361+0000 mgr.smithi136.asoksz (mgr.24399) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-09-11T07:58:40.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:38.349820+0000 mgr.smithi136.asoksz (mgr.24399) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:58:40.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:38.349820+0000 mgr.smithi136.asoksz (mgr.24399) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:58:41.087 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:40.350518+0000 mgr.smithi136.asoksz (mgr.24399) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-09-11T07:58:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:40.350518+0000 mgr.smithi136.asoksz (mgr.24399) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-09-11T07:58:44.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:42.351109+0000 mgr.smithi136.asoksz (mgr.24399) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:43.597453+0000 mon.smithi136 (mon.1) 96 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:58:44.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:42.351109+0000 mgr.smithi136.asoksz (mgr.24399) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:44.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:44 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:43.597453+0000 mon.smithi136 (mon.1) 96 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:58:46.110 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:46.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:44.351529+0000 mgr.smithi136.asoksz (mgr.24399) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:46.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:46 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:44.351529+0000 mgr.smithi136.asoksz (mgr.24399) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:48.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:46.352252+0000 mgr.smithi136.asoksz (mgr.24399) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:48.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:46.352252+0000 mgr.smithi136.asoksz (mgr.24399) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:50.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:48.352616+0000 mgr.smithi136.asoksz (mgr.24399) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:50.553 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:50 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:48.352616+0000 mgr.smithi136.asoksz (mgr.24399) 114 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:51.133 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:52.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:50.353355+0000 mgr.smithi136.asoksz (mgr.24399) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:52.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:52 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:50.353355+0000 mgr.smithi136.asoksz (mgr.24399) 115 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:52.989 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:58:53.601 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:58:53.601 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (7m) 76s ago 9m 21.5M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:58:53.601 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (9m) 76s ago 9m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:58:53.601 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (8m) 77s ago 8m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:58:53.601 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (7m) 76s ago 9m 34.6M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (3m) 76s ago 3m 37.2M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (3m) 77s ago 3m 13.2M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (10m) 76s ago 10m 367M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (2m) 77s ago 8m 448M - 17.2.7-1623-gd0e6828a 4a918172a497 4bcb5d06e337 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (10m) 76s ago 10m 53.3M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (8m) 77s ago 8m 41.9M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (88s) 76s ago 88s 46.4M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (83s) 77s ago 82s 19.0M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (8m) 76s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (8m) 77s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (7m) 76s ago 7m 373M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (7m) 76s ago 7m 296M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:58:53.602 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (7m) 76s ago 7m 218M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:58:53.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (6m) 76s ago 6m 343M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:58:53.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (6m) 77s ago 6m 373M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:58:53.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (6m) 77s ago 6m 377M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:58:53.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (5m) 77s ago 5m 318M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:58:53.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (5m) 77s ago 5m 473M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:58:53.603 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (7m) 76s ago 8m 55.5M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:58:53.969 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:58:53.969 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:58:53.969 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:58:53.970 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:58:53.970 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:58:53.970 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T07:58:53.970 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:58:53.970 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:58:53.970 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:58:53.970 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:58:53.971 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:58:53.971 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:58:53.971 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:58:53.971 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:58:53.971 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:58:53.971 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-09-11T07:58:53.972 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:58:53.972 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:58:53.972 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:58:54.280 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:58:54.280 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:58:54.281 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:58:54.281 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:58:54.281 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:58:54.281 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:58:54.281 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "", 2024-09-11T07:58:54.281 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T07:58:54.281 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:58:54.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:52.353946+0000 mgr.smithi136.asoksz (mgr.24399) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:54.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:52.976313+0000 mgr.smithi136.asoksz (mgr.24399) 117 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:54.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:53.968447+0000 mon.smithi073 (mon.0) 869 : audit [DBG] from='client.? 172.21.15.73:0/2010949262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:58:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:52.353946+0000 mgr.smithi136.asoksz (mgr.24399) 116 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:52.976313+0000 mgr.smithi136.asoksz (mgr.24399) 117 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:53.968447+0000 mon.smithi073 (mon.0) 869 : audit [DBG] from='client.? 172.21.15.73:0/2010949262' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:58:55.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:53.288524+0000 mgr.smithi136.asoksz (mgr.24399) 118 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:55.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:53.591516+0000 mgr.smithi136.asoksz (mgr.24399) 119 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:53.288524+0000 mgr.smithi136.asoksz (mgr.24399) 118 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:53.591516+0000 mgr.smithi136.asoksz (mgr.24399) 119 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:56.164 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:58:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:54.279432+0000 mgr.smithi136.asoksz (mgr.24399) 120 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:54.354374+0000 mgr.smithi136.asoksz (mgr.24399) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:54.279432+0000 mgr.smithi136.asoksz (mgr.24399) 120 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:58:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:54.354374+0000 mgr.smithi136.asoksz (mgr.24399) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:56.355198+0000 mgr.smithi136.asoksz (mgr.24399) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:56.355198+0000 mgr.smithi136.asoksz (mgr.24399) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:58:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:58:58.355615+0000 mgr.smithi136.asoksz (mgr.24399) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:58:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:58:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:58:58.597490+0000 mon.smithi136 (mon.1) 97 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:00.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:58:58.355615+0000 mgr.smithi136.asoksz (mgr.24399) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:00.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:58:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:58:58.597490+0000 mon.smithi136 (mon.1) 97 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:01.190 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:01 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:00.356406+0000 mgr.smithi136.asoksz (mgr.24399) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:02.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:00.356406+0000 mgr.smithi136.asoksz (mgr.24399) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:03.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:02.356825+0000 mgr.smithi136.asoksz (mgr.24399) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:02.356825+0000 mgr.smithi136.asoksz (mgr.24399) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:04.357273+0000 mgr.smithi136.asoksz (mgr.24399) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:06.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:04.357273+0000 mgr.smithi136.asoksz (mgr.24399) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:06.221 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:07.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:06.358056+0000 mgr.smithi136.asoksz (mgr.24399) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:08.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:06.358056+0000 mgr.smithi136.asoksz (mgr.24399) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:09.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:08.358684+0000 mgr.smithi136.asoksz (mgr.24399) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:10.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:08.358684+0000 mgr.smithi136.asoksz (mgr.24399) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:11.258 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:12.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:10.359413+0000 mgr.smithi136.asoksz (mgr.24399) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:12.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:11 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:10.359413+0000 mgr.smithi136.asoksz (mgr.24399) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:12.359926+0000 mgr.smithi136.asoksz (mgr.24399) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:14.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:12.359926+0000 mgr.smithi136.asoksz (mgr.24399) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:14.925 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:13.597908+0000 mon.smithi136 (mon.1) 98 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:15.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:13.597908+0000 mon.smithi136 (mon.1) 98 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:16.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:14.360325+0000 mgr.smithi136.asoksz (mgr.24399) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:16.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:14.360325+0000 mgr.smithi136.asoksz (mgr.24399) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:16.291 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:18.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:16.361069+0000 mgr.smithi136.asoksz (mgr.24399) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:18.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:16.361069+0000 mgr.smithi136.asoksz (mgr.24399) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:20.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:18.361490+0000 mgr.smithi136.asoksz (mgr.24399) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:20.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:18.361490+0000 mgr.smithi136.asoksz (mgr.24399) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:21.315 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:22.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:20.362262+0000 mgr.smithi136.asoksz (mgr.24399) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:22.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:20.362262+0000 mgr.smithi136.asoksz (mgr.24399) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:23.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:22.362810+0000 mgr.smithi136.asoksz (mgr.24399) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:24.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:22.362810+0000 mgr.smithi136.asoksz (mgr.24399) 135 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:24.620 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:59:25.228 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:59:25.228 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (8m) 107s ago 9m 21.5M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:59:25.228 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (9m) 107s ago 9m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:59:25.228 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (9m) 109s ago 9m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:59:25.228 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (8m) 107s ago 9m 34.6M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:59:25.228 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (4m) 107s ago 4m 37.2M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:59:25.228 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (4m) 109s ago 4m 13.2M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:9283 running (11m) 107s ago 11m 367M - 16.2.5 6933c2a0b7dd 950b8f4b5f4f 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (2m) 109s ago 9m 448M - 17.2.7-1623-gd0e6828a 4a918172a497 4bcb5d06e337 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (11m) 107s ago 11m 53.3M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (8m) 109s ago 8m 41.9M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (2m) 107s ago 119s 46.4M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (114s) 109s ago 114s 19.0M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (9m) 107s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (8m) 109s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (8m) 107s ago 8m 373M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (7m) 107s ago 7m 296M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (7m) 107s ago 7m 218M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:59:25.229 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (7m) 107s ago 7m 343M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:59:25.230 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (6m) 109s ago 6m 373M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:59:25.230 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (6m) 109s ago 6m 377M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:59:25.230 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (6m) 109s ago 6m 318M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:59:25.230 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (5m) 109s ago 5m 473M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:59:25.230 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (8m) 107s ago 9m 55.5M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:59:25.600 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:59:25.601 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:59:25.602 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:59:25.602 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-09-11T07:59:25.602 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:59:25.602 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:59:25.602 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:59:25.908 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:59:25.908 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:59:25.908 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:59:25.908 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:59:25.908 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:59:25.908 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:59:25.909 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "", 2024-09-11T07:59:25.909 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T07:59:25.909 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:59:25.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:24.363283+0000 mgr.smithi136.asoksz (mgr.24399) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:25.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:24.607231+0000 mgr.smithi136.asoksz (mgr.24399) 137 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:25.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:24.913373+0000 mgr.smithi136.asoksz (mgr.24399) 138 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:25.909 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:25.217950+0000 mgr.smithi136.asoksz (mgr.24399) 139 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:26.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:24.363283+0000 mgr.smithi136.asoksz (mgr.24399) 136 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:26.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:24.607231+0000 mgr.smithi136.asoksz (mgr.24399) 137 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:26.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:24.913373+0000 mgr.smithi136.asoksz (mgr.24399) 138 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:26.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:25.217950+0000 mgr.smithi136.asoksz (mgr.24399) 139 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:26.337 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:27.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:25.599907+0000 mon.smithi073 (mon.0) 870 : audit [DBG] from='client.? 172.21.15.73:0/3365403226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:59:27.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:25.907069+0000 mgr.smithi136.asoksz (mgr.24399) 140 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:27.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:25.599907+0000 mon.smithi073 (mon.0) 870 : audit [DBG] from='client.? 172.21.15.73:0/3365403226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:59:27.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:25.907069+0000 mgr.smithi136.asoksz (mgr.24399) 140 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:28.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:26.364155+0000 mgr.smithi136.asoksz (mgr.24399) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:28.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:26.364155+0000 mgr.smithi136.asoksz (mgr.24399) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:29.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:28.598079+0000 mon.smithi136 (mon.1) 99 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:29.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:28.598079+0000 mon.smithi136 (mon.1) 99 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:30.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:28.364519+0000 mgr.smithi136.asoksz (mgr.24399) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:30.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:28.364519+0000 mgr.smithi136.asoksz (mgr.24399) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:31.368 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:32.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:31 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:30.365340+0000 mgr.smithi136.asoksz (mgr.24399) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:31 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:30.365340+0000 mgr.smithi136.asoksz (mgr.24399) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:33.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:32.365808+0000 mgr.smithi136.asoksz (mgr.24399) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:34.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:32.365808+0000 mgr.smithi136.asoksz (mgr.24399) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:36.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:34.366377+0000 mgr.smithi136.asoksz (mgr.24399) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:36.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:34.366377+0000 mgr.smithi136.asoksz (mgr.24399) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:36.399 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:38.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:36.367073+0000 mgr.smithi136.asoksz (mgr.24399) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:38.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:36.367073+0000 mgr.smithi136.asoksz (mgr.24399) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:40.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:38.367487+0000 mgr.smithi136.asoksz (mgr.24399) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:40.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:38.367487+0000 mgr.smithi136.asoksz (mgr.24399) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:41.433 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:42.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:40.368252+0000 mgr.smithi136.asoksz (mgr.24399) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:42.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:40.368252+0000 mgr.smithi136.asoksz (mgr.24399) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:42.368811+0000 mgr.smithi136.asoksz (mgr.24399) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:43.598467+0000 mon.smithi136 (mon.1) 100 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:44.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:42.368811+0000 mgr.smithi136.asoksz (mgr.24399) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:44.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:43.598467+0000 mon.smithi136 (mon.1) 100 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:45 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:44.369414+0000 mgr.smithi136.asoksz (mgr.24399) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:46.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:45 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:44.369414+0000 mgr.smithi136.asoksz (mgr.24399) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:46.457 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:47.903 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:46.370365+0000 mgr.smithi136.asoksz (mgr.24399) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:47.903 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:47.363713+0000 mon.smithi136 (mon.1) 101 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:59:47.903 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:47 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:47.369119+0000 mon.smithi073 (mon.0) 871 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:48.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:46.370365+0000 mgr.smithi136.asoksz (mgr.24399) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:48.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:47.363713+0000 mon.smithi136 (mon.1) 101 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:59:48.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:47 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:47.369119+0000 mon.smithi073 (mon.0) 871 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:49.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:59:47.361940+0000 mgr.smithi136.asoksz (mgr.24399) 152 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi073 ... 2024-09-11T07:59:49.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T07:59:49.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: main() 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: r = ctx.func(ctx) 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return func(ctx) 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:59:49.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:59:49.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:59:49.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:59:49.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T07:59:49.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T07:59:49.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T07:59:49.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.wait_async( 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return future.result(timeout) 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.__get_result() 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise self._exception 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: out, err, code = await self._run_cephadm( 2024-09-11T07:59:49.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise OrchestratorError( 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi073 ... 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: main() 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: r = ctx.func(ctx) 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return func(ctx) 2024-09-11T07:59:49.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:59:47.370624+0000 mgr.smithi136.asoksz (mgr.24399) 153 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi136.asoksz) 2024-09-11T07:59:49.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:59:47.371078+0000 mgr.smithi136.asoksz (mgr.24399) 154 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi136.asoksz) 2024-09-11T07:59:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:59:47.361940+0000 mgr.smithi136.asoksz (mgr.24399) 152 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi073 ... 2024-09-11T07:59:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T07:59:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T07:59:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T07:59:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: main() 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: r = ctx.func(ctx) 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return func(ctx) 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T07:59:49.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T07:59:49.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T07:59:49.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:59:49.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:59:49.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:59:49.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.wait_async( 2024-09-11T07:59:49.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:59:49.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return future.result(timeout) 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.__get_result() 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise self._exception 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: out, err, code = await self._run_cephadm( 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise OrchestratorError( 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi073 ... 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T07:59:49.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: main() 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: r = ctx.func(ctx) 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return func(ctx) 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:59:49.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:59:49.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T07:59:49.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T07:59:49.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:59:47.370624+0000 mgr.smithi136.asoksz (mgr.24399) 153 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi136.asoksz) 2024-09-11T07:59:49.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:48 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:59:47.371078+0000 mgr.smithi136.asoksz (mgr.24399) 154 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi136.asoksz) 2024-09-11T07:59:50.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:48.370807+0000 mgr.smithi136.asoksz (mgr.24399) 155 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:50.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:59:48.743255+0000 mgr.smithi136.asoksz (mgr.24399) 156 : cephadm [INF] Upgrade: Updating mgr.smithi073.ivjadq 2024-09-11T07:59:50.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:48.747783+0000 mon.smithi073 (mon.0) 872 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:50.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:48.749989+0000 mon.smithi136 (mon.1) 102 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ivjadq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:59:50.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:48.750207+0000 mon.smithi073 (mon.0) 873 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ivjadq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:59:50.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:48.751333+0000 mon.smithi136 (mon.1) 103 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:59:50.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:48.752145+0000 mon.smithi136 (mon.1) 104 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:59:50.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T07:59:48.752967+0000 mgr.smithi136.asoksz (mgr.24399) 157 : cephadm [INF] Deploying daemon mgr.smithi073.ivjadq on smithi073 2024-09-11T07:59:50.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:48.370807+0000 mgr.smithi136.asoksz (mgr.24399) 155 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:50.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:59:48.743255+0000 mgr.smithi136.asoksz (mgr.24399) 156 : cephadm [INF] Upgrade: Updating mgr.smithi073.ivjadq 2024-09-11T07:59:50.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:48.747783+0000 mon.smithi073 (mon.0) 872 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:50.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:48.749989+0000 mon.smithi136 (mon.1) 102 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ivjadq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:59:50.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:48.750207+0000 mon.smithi073 (mon.0) 873 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ivjadq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:59:50.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:48.751333+0000 mon.smithi136 (mon.1) 103 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:59:50.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:48.752145+0000 mon.smithi136 (mon.1) 104 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:59:50.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:49 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T07:59:48.752967+0000 mgr.smithi136.asoksz (mgr.24399) 157 : cephadm [INF] Deploying daemon mgr.smithi073.ivjadq on smithi073 2024-09-11T07:59:51.484 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:52.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:50.371587+0000 mgr.smithi136.asoksz (mgr.24399) 158 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:52.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:51 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:50.371587+0000 mgr.smithi136.asoksz (mgr.24399) 158 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:53.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:52.211850+0000 mon.smithi073 (mon.0) 874 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:53.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:52.220109+0000 mon.smithi073 (mon.0) 875 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:53.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:52.222019+0000 mon.smithi136 (mon.1) 105 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:59:53.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:52.524413+0000 mon.smithi073 (mon.0) 876 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:53.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:53 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:52.530583+0000 mon.smithi073 (mon.0) 877 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:52.211850+0000 mon.smithi073 (mon.0) 874 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:52.220109+0000 mon.smithi073 (mon.0) 875 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:52.222019+0000 mon.smithi136 (mon.1) 105 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:59:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:52.524413+0000 mon.smithi073 (mon.0) 876 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:52.530583+0000 mon.smithi073 (mon.0) 877 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:54.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:54 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:52.371955+0000 mgr.smithi136.asoksz (mgr.24399) 159 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:52.371955+0000 mgr.smithi136.asoksz (mgr.24399) 159 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:56.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:56 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:54.372259+0000 mgr.smithi136.asoksz (mgr.24399) 160 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:56.262 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T07:59:56.511 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T07:59:56.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:54.372259+0000 mgr.smithi136.asoksz (mgr.24399) 160 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:59:56.933 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:59:56.933 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (8m) 2m ago 10m 21.5M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T07:59:56.933 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (10m) 2m ago 10m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T07:59:56.933 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (9m) 0s ago 9m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T07:59:56.933 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (8m) 2m ago 10m 34.6M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T07:59:56.933 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (5m) 2m ago 5m 37.2M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T07:59:56.933 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (4m) 0s ago 4m 13.9M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 starting - - - - 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (3m) 0s ago 9m 455M - 17.2.7-1623-gd0e6828a 4a918172a497 4bcb5d06e337 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (11m) 2m ago 11m 53.3M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (9m) 0s ago 9m 41.7M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (2m) 2m ago 2m 46.4M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (2m) 0s ago 2m 51.5M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (9m) 2m ago 9m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (9m) 0s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (9m) 2m ago 8m 373M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (8m) 2m ago 8m 296M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (8m) 2m ago 8m 218M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (7m) 2m ago 7m 343M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T07:59:56.934 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (7m) 0s ago 7m 373M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T07:59:56.935 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (7m) 0s ago 7m 378M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T07:59:56.935 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (6m) 0s ago 6m 318M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T07:59:56.935 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (6m) 0s ago 6m 473M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T07:59:56.935 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (8m) 2m ago 9m 55.5M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T07:59:57.325 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:59:57.325 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T07:59:57.326 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T07:59:57.327 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T07:59:57.327 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-09-11T07:59:57.327 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:59:57.327 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T07:59:57.327 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:59:57.521 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.249697+0000 mgr.smithi136.asoksz (mgr.24399) 161 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:57.521 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.683605+0000 mon.smithi073 (mon.0) 878 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:57.521 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.689974+0000 mon.smithi073 (mon.0) 879 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:57.521 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:56.738187+0000 mon.smithi073 (mon.0) 880 : cluster [DBG] Standby manager daemon smithi073.ivjadq restarted 2024-09-11T07:59:57.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:56.738296+0000 mon.smithi073 (mon.0) 881 : cluster [DBG] Standby manager daemon smithi073.ivjadq started 2024-09-11T07:59:57.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.740412+0000 mon.smithi073 (mon.0) 882 : audit [DBG] from='mgr.? 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ivjadq/crt"}]: dispatch 2024-09-11T07:59:57.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.740763+0000 mon.smithi073 (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:59:57.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.742417+0000 mon.smithi073 (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ivjadq/key"}]: dispatch 2024-09-11T07:59:57.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.743568+0000 mon.smithi073 (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:59:57.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.249697+0000 mgr.smithi136.asoksz (mgr.24399) 161 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.683605+0000 mon.smithi073 (mon.0) 878 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.689974+0000 mon.smithi073 (mon.0) 879 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T07:59:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:56.738187+0000 mon.smithi073 (mon.0) 880 : cluster [DBG] Standby manager daemon smithi073.ivjadq restarted 2024-09-11T07:59:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:56.738296+0000 mon.smithi073 (mon.0) 881 : cluster [DBG] Standby manager daemon smithi073.ivjadq started 2024-09-11T07:59:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.740412+0000 mon.smithi073 (mon.0) 882 : audit [DBG] from='mgr.? 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ivjadq/crt"}]: dispatch 2024-09-11T07:59:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.740763+0000 mon.smithi073 (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:59:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.742417+0000 mon.smithi073 (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.ivjadq/key"}]: dispatch 2024-09-11T07:59:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.743568+0000 mon.smithi073 (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:59:57.646 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T07:59:57.646 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:59:57.647 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T07:59:57.647 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:59:57.647 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T07:59:57.647 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "", 2024-09-11T07:59:57.647 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T07:59:57.647 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T07:59:57.647 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T07:59:58.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:56.373020+0000 mgr.smithi136.asoksz (mgr.24399) 162 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:58.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.604818+0000 mgr.smithi136.asoksz (mgr.24399) 163 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:58.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:56.924317+0000 mgr.smithi136.asoksz (mgr.24399) 164 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:58.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:57.324659+0000 mon.smithi073 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.73:0/238302683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:59:58.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:57.695189+0000 mon.smithi073 (mon.0) 887 : cluster [DBG] mgrmap e29: smithi136.asoksz(active, since 3m), standbys: smithi073.ivjadq 2024-09-11T07:59:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:56.373020+0000 mgr.smithi136.asoksz (mgr.24399) 162 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:59:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.604818+0000 mgr.smithi136.asoksz (mgr.24399) 163 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:56.924317+0000 mgr.smithi136.asoksz (mgr.24399) 164 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:57.324659+0000 mon.smithi073 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.73:0/238302683' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:59:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:57.695189+0000 mon.smithi073 (mon.0) 887 : cluster [DBG] mgrmap e29: smithi136.asoksz(active, since 3m), standbys: smithi073.ivjadq 2024-09-11T07:59:59.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:57.645642+0000 mgr.smithi136.asoksz (mgr.24399) 165 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 07:59:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:58.598825+0000 mon.smithi136 (mon.1) 106 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:59:59.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:57.645642+0000 mgr.smithi136.asoksz (mgr.24399) 165 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:59:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 07:59:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:58.598825+0000 mon.smithi136 (mon.1) 106 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:00:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T07:59:58.373505+0000 mgr.smithi136.asoksz (mgr.24399) 166 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:00:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:59.577251+0000 mon.smithi073 (mon.0) 888 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T07:59:59.583772+0000 mon.smithi073 (mon.0) 889 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:00.000096+0000 mon.smithi073 (mon.0) 890 : cluster [INF] overall HEALTH_OK 2024-09-11T08:00:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:00.180387+0000 mon.smithi073 (mon.0) 891 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:00.186553+0000 mon.smithi073 (mon.0) 892 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T07:59:58.373505+0000 mgr.smithi136.asoksz (mgr.24399) 166 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:00:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:59.577251+0000 mon.smithi073 (mon.0) 888 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T07:59:59.583772+0000 mon.smithi073 (mon.0) 889 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:00.000096+0000 mon.smithi073 (mon.0) 890 : cluster [INF] overall HEALTH_OK 2024-09-11T08:00:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:00.180387+0000 mon.smithi073 (mon.0) 891 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:00.186553+0000 mon.smithi073 (mon.0) 892 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:01.539 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:02.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:00.374220+0000 mgr.smithi136.asoksz (mgr.24399) 167 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:00:02.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:02 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:00.374220+0000 mgr.smithi136.asoksz (mgr.24399) 167 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:00:04.484 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:02.374841+0000 mgr.smithi136.asoksz (mgr.24399) 168 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:00:04.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:03.658973+0000 mon.smithi073 (mon.0) 893 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:04.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:03.665827+0000 mon.smithi073 (mon.0) 894 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:04.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:03.667578+0000 mon.smithi136 (mon.1) 107 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:04.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:03.668423+0000 mon.smithi136 (mon.1) 108 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:04.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:03.673706+0000 mon.smithi073 (mon.0) 895 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:04.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:03.679379+0000 mon.smithi073 (mon.0) 896 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:02.374841+0000 mgr.smithi136.asoksz (mgr.24399) 168 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:00:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:03.658973+0000 mon.smithi073 (mon.0) 893 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:03.665827+0000 mon.smithi073 (mon.0) 894 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:03.667578+0000 mon.smithi136 (mon.1) 107 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:03.668423+0000 mon.smithi136 (mon.1) 108 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:03.673706+0000 mon.smithi073 (mon.0) 895 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:03.679379+0000 mon.smithi073 (mon.0) 896 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' 2024-09-11T08:00:05.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:03.669829+0000 mgr.smithi136.asoksz (mgr.24399) 169 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 181 B/s wr, 0 op/s 2024-09-11T08:00:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:03.753906+0000 mgr.smithi136.asoksz (mgr.24399) 170 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:00:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:03.758127+0000 mgr.smithi136.asoksz (mgr.24399) 171 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:00:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:04.663835+0000 mon.smithi073 (mon.0) 897 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:00:05.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:03.669829+0000 mgr.smithi136.asoksz (mgr.24399) 169 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 181 B/s wr, 0 op/s 2024-09-11T08:00:05.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:03.753906+0000 mgr.smithi136.asoksz (mgr.24399) 170 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:00:05.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:03.758127+0000 mgr.smithi136.asoksz (mgr.24399) 171 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:00:05.541 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:05 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:04.663835+0000 mon.smithi073 (mon.0) 897 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:00:06.572 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:07.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:05.670591+0000 mgr.smithi136.asoksz (mgr.24399) 172 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 271 B/s rd, 271 B/s wr, 0 op/s 2024-09-11T08:00:07.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.010168+0000 mon.smithi136 (mon.1) 109 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:07.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.016977+0000 mon.smithi136 (mon.1) 110 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr fail", "who": "smithi136.asoksz"}]: dispatch 2024-09-11T08:00:07.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.017181+0000 mon.smithi073 (mon.0) 898 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr fail", "who": "smithi136.asoksz"}]: dispatch 2024-09-11T08:00:07.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:07.021669+0000 mon.smithi073 (mon.0) 899 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T08:00:07.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:07.094630+0000 mon.smithi073 (mon.0) 900 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T08:00:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:05.670591+0000 mgr.smithi136.asoksz (mgr.24399) 172 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 271 B/s rd, 271 B/s wr, 0 op/s 2024-09-11T08:00:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.010168+0000 mon.smithi136 (mon.1) 109 : audit [DBG] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.016977+0000 mon.smithi136 (mon.1) 110 : audit [INF] from='mgr.24399 172.21.15.136:0/3265376869' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr fail", "who": "smithi136.asoksz"}]: dispatch 2024-09-11T08:00:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.017181+0000 mon.smithi073 (mon.0) 898 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "mgr fail", "who": "smithi136.asoksz"}]: dispatch 2024-09-11T08:00:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:07.021669+0000 mon.smithi073 (mon.0) 899 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T08:00:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:07 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:07.094630+0000 mon.smithi073 (mon.0) 900 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T08:00:08.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.253345+0000 mon.smithi073 (mon.0) 901 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "mgr fail", "who": "smithi136.asoksz"}]': finished 2024-09-11T08:00:08.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:07.253431+0000 mon.smithi073 (mon.0) 902 : cluster [DBG] mgrmap e30: smithi073.ivjadq(active, starting, since 0.235523s), standbys: smithi136.asoksz 2024-09-11T08:00:08.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.254975+0000 mon.smithi073 (mon.0) 903 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T08:00:08.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.255105+0000 mon.smithi073 (mon.0) 904 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T08:00:08.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.255362+0000 mon.smithi073 (mon.0) 905 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.255540+0000 mon.smithi073 (mon.0) 906 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.256668+0000 mon.smithi073 (mon.0) 907 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.256821+0000 mon.smithi073 (mon.0) 908 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.256971+0000 mon.smithi073 (mon.0) 909 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.257171+0000 mon.smithi073 (mon.0) 910 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.257430+0000 mon.smithi073 (mon.0) 911 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.257747+0000 mon.smithi073 (mon.0) 912 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.261197+0000 mon.smithi073 (mon.0) 913 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.261450+0000 mon.smithi073 (mon.0) 914 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.261630+0000 mon.smithi073 (mon.0) 915 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.261830+0000 mon.smithi073 (mon.0) 916 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:00:08.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.262059+0000 mon.smithi073 (mon.0) 917 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:00:08.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.262277+0000 mon.smithi073 (mon.0) 918 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:00:08.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.262678+0000 mon.smithi073 (mon.0) 919 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:00:08.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:07.725635+0000 mon.smithi073 (mon.0) 920 : cluster [INF] Manager daemon smithi073.ivjadq is now available 2024-09-11T08:00:08.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.744402+0000 mon.smithi073 (mon.0) 921 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:08.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.765659+0000 mon.smithi073 (mon.0) 922 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:08.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.766914+0000 mon.smithi073 (mon.0) 923 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:00:08.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.767750+0000 mon.smithi073 (mon.0) 924 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:00:08.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:07.778557+0000 mon.smithi073 (mon.0) 925 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T08:00:08.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.253345+0000 mon.smithi073 (mon.0) 901 : audit [INF] from='mgr.24399 ' entity='mgr.smithi136.asoksz' cmd='[{"prefix": "mgr fail", "who": "smithi136.asoksz"}]': finished 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:07.253431+0000 mon.smithi073 (mon.0) 902 : cluster [DBG] mgrmap e30: smithi073.ivjadq(active, starting, since 0.235523s), standbys: smithi136.asoksz 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.254975+0000 mon.smithi073 (mon.0) 903 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.255105+0000 mon.smithi073 (mon.0) 904 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.255362+0000 mon.smithi073 (mon.0) 905 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.255540+0000 mon.smithi073 (mon.0) 906 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.256668+0000 mon.smithi073 (mon.0) 907 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.256821+0000 mon.smithi073 (mon.0) 908 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.256971+0000 mon.smithi073 (mon.0) 909 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.257171+0000 mon.smithi073 (mon.0) 910 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.257430+0000 mon.smithi073 (mon.0) 911 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.257747+0000 mon.smithi073 (mon.0) 912 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.261197+0000 mon.smithi073 (mon.0) 913 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:00:08.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.261450+0000 mon.smithi073 (mon.0) 914 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.261630+0000 mon.smithi073 (mon.0) 915 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.261830+0000 mon.smithi073 (mon.0) 916 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.262059+0000 mon.smithi073 (mon.0) 917 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.262277+0000 mon.smithi073 (mon.0) 918 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.262678+0000 mon.smithi073 (mon.0) 919 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:07.725635+0000 mon.smithi073 (mon.0) 920 : cluster [INF] Manager daemon smithi073.ivjadq is now available 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.744402+0000 mon.smithi073 (mon.0) 921 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.765659+0000 mon.smithi073 (mon.0) 922 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.766914+0000 mon.smithi073 (mon.0) 923 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.767750+0000 mon.smithi073 (mon.0) 924 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:00:08.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:08 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:07.778557+0000 mon.smithi073 (mon.0) 925 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:08.562058+0000 mon.smithi073 (mon.0) 926 : cluster [DBG] mgrmap e31: smithi073.ivjadq(active, since 1.54414s), standbys: smithi136.asoksz 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:08.877049+0000 mgr.smithi073.ivjadq (mgr.14828) 2 : cephadm [INF] [11/Sep/2024:08:00:08] ENGINE Bus STARTING 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:08.993128+0000 mgr.smithi073.ivjadq (mgr.14828) 3 : cephadm [INF] [11/Sep/2024:08:00:08] ENGINE Serving on https://172.21.15.73:7150 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:08.993261+0000 mgr.smithi073.ivjadq (mgr.14828) 4 : cephadm [INF] [11/Sep/2024:08:00:08] ENGINE Bus STARTED 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:08.994493+0000 mgr.smithi073.ivjadq (mgr.14828) 5 : cephadm [ERR] [11/Sep/2024:08:00:08] ENGINE Error in HTTPServer.serve 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self._connections.run(self.expiration_interval) 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:00:09.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self._run(expiration_interval) 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: s = self.context.wrap_socket( 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.sslsocket_class._create( 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self.do_handshake() 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self._sslobj.do_handshake() 2024-09-11T08:00:09.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:00:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 2024-09-11T08:00:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:08.997166+0000 mon.smithi073 (mon.0) 927 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:09.838 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:08.562058+0000 mon.smithi073 (mon.0) 926 : cluster [DBG] mgrmap e31: smithi073.ivjadq(active, since 1.54414s), standbys: smithi136.asoksz 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:08.877049+0000 mgr.smithi073.ivjadq (mgr.14828) 2 : cephadm [INF] [11/Sep/2024:08:00:08] ENGINE Bus STARTING 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:08.993128+0000 mgr.smithi073.ivjadq (mgr.14828) 3 : cephadm [INF] [11/Sep/2024:08:00:08] ENGINE Serving on https://172.21.15.73:7150 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:08.993261+0000 mgr.smithi073.ivjadq (mgr.14828) 4 : cephadm [INF] [11/Sep/2024:08:00:08] ENGINE Bus STARTED 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:08.994493+0000 mgr.smithi073.ivjadq (mgr.14828) 5 : cephadm [ERR] [11/Sep/2024:08:00:08] ENGINE Error in HTTPServer.serve 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._connections.run(self.expiration_interval) 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._run(expiration_interval) 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:00:09.839 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: s = self.context.wrap_socket( 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.sslsocket_class._create( 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self.do_handshake() 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._sslobj.do_handshake() 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: 2024-09-11T08:00:09.840 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:08.997166+0000 mon.smithi073 (mon.0) 927 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:10.748 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:09.258900+0000 mgr.smithi073.ivjadq (mgr.14828) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:10.748 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:09.554015+0000 mon.smithi073 (mon.0) 928 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:00:10.748 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:09.554042+0000 mon.smithi073 (mon.0) 929 : cluster [INF] Cluster is now healthy 2024-09-11T08:00:10.748 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:09.565824+0000 mon.smithi073 (mon.0) 930 : cluster [DBG] mgrmap e32: smithi073.ivjadq(active, since 2s), standbys: smithi136.asoksz 2024-09-11T08:00:10.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:09.258900+0000 mgr.smithi073.ivjadq (mgr.14828) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:10.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:09.554015+0000 mon.smithi073 (mon.0) 928 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:00:10.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:09.554042+0000 mon.smithi073 (mon.0) 929 : cluster [INF] Cluster is now healthy 2024-09-11T08:00:10.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:10 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:09.565824+0000 mon.smithi073 (mon.0) 930 : cluster [DBG] mgrmap e32: smithi073.ivjadq(active, since 2s), standbys: smithi136.asoksz 2024-09-11T08:00:11.599 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:12.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:11.259223+0000 mgr.smithi073.ivjadq (mgr.14828) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:12.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:11.572671+0000 mon.smithi073 (mon.0) 931 : cluster [DBG] mgrmap e33: smithi073.ivjadq(active, since 4s), standbys: smithi136.asoksz 2024-09-11T08:00:12.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:11.921439+0000 mon.smithi073 (mon.0) 932 : cluster [DBG] Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:00:12.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:11.921537+0000 mon.smithi073 (mon.0) 933 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T08:00:12.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:11.922868+0000 mon.smithi136 (mon.1) 111 : audit [DBG] from='mgr.? 172.21.15.136:0/1063837318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T08:00:12.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:11.923831+0000 mon.smithi136 (mon.1) 112 : audit [DBG] from='mgr.? 172.21.15.136:0/1063837318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:00:12.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:11.925703+0000 mon.smithi136 (mon.1) 113 : audit [DBG] from='mgr.? 172.21.15.136:0/1063837318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T08:00:12.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:12 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:11.926092+0000 mon.smithi136 (mon.1) 114 : audit [DBG] from='mgr.? 172.21.15.136:0/1063837318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:00:13.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:11.259223+0000 mgr.smithi073.ivjadq (mgr.14828) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:13.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:11.572671+0000 mon.smithi073 (mon.0) 931 : cluster [DBG] mgrmap e33: smithi073.ivjadq(active, since 4s), standbys: smithi136.asoksz 2024-09-11T08:00:13.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:11.921439+0000 mon.smithi073 (mon.0) 932 : cluster [DBG] Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:00:13.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:11.921537+0000 mon.smithi073 (mon.0) 933 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T08:00:13.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:11.922868+0000 mon.smithi136 (mon.1) 111 : audit [DBG] from='mgr.? 172.21.15.136:0/1063837318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T08:00:13.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:11.923831+0000 mon.smithi136 (mon.1) 112 : audit [DBG] from='mgr.? 172.21.15.136:0/1063837318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:00:13.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:11.925703+0000 mon.smithi136 (mon.1) 113 : audit [DBG] from='mgr.? 172.21.15.136:0/1063837318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T08:00:13.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:11.926092+0000 mon.smithi136 (mon.1) 114 : audit [DBG] from='mgr.? 172.21.15.136:0/1063837318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:00:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:12.583536+0000 mon.smithi073 (mon.0) 934 : cluster [DBG] mgrmap e34: smithi073.ivjadq(active, since 5s), standbys: smithi136.asoksz 2024-09-11T08:00:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:12.633254+0000 mon.smithi073 (mon.0) 935 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:12.640353+0000 mon.smithi073 (mon.0) 936 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:13.232156+0000 mon.smithi073 (mon.0) 937 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:13.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:13.237930+0000 mon.smithi073 (mon.0) 938 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:14.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:12.583536+0000 mon.smithi073 (mon.0) 934 : cluster [DBG] mgrmap e34: smithi073.ivjadq(active, since 5s), standbys: smithi136.asoksz 2024-09-11T08:00:14.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:12.633254+0000 mon.smithi073 (mon.0) 935 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:14.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:12.640353+0000 mon.smithi073 (mon.0) 936 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:14.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:13.232156+0000 mon.smithi073 (mon.0) 937 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:14.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:13.237930+0000 mon.smithi073 (mon.0) 938 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:14.718 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:13.259522+0000 mgr.smithi073.ivjadq (mgr.14828) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:13.259522+0000 mgr.smithi073.ivjadq (mgr.14828) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:16.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:14.952190+0000 mon.smithi073 (mon.0) 939 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:16.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:14.958220+0000 mon.smithi073 (mon.0) 940 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:16.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:15.554662+0000 mon.smithi073 (mon.0) 941 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:16.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:15 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:15.558402+0000 mon.smithi073 (mon.0) 942 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:14.952190+0000 mon.smithi073 (mon.0) 939 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:14.958220+0000 mon.smithi073 (mon.0) 940 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:15.554662+0000 mon.smithi073 (mon.0) 941 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:16.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:15.558402+0000 mon.smithi073 (mon.0) 942 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:16.631 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:17.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:15.260108+0000 mgr.smithi073.ivjadq (mgr.14828) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 153 B/s wr, 11 op/s 2024-09-11T08:00:17.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:16 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:15.260108+0000 mgr.smithi073.ivjadq (mgr.14828) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 26 KiB/s rd, 153 B/s wr, 11 op/s 2024-09-11T08:00:19.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:17.260424+0000 mgr.smithi073.ivjadq (mgr.14828) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 117 B/s wr, 8 op/s 2024-09-11T08:00:19.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:18 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:17.260424+0000 mgr.smithi073.ivjadq (mgr.14828) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 117 B/s wr, 8 op/s 2024-09-11T08:00:20.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.024912+0000 mon.smithi073 (mon.0) 943 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.028787+0000 mon.smithi073 (mon.0) 944 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.029920+0000 mon.smithi073 (mon.0) 945 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:20.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.030438+0000 mon.smithi073 (mon.0) 946 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:20.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.031287+0000 mgr.smithi073.ivjadq (mgr.14828) 11 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T08:00:20.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.031438+0000 mgr.smithi073.ivjadq (mgr.14828) 12 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T08:00:20.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.869578+0000 mon.smithi073 (mon.0) 947 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.873674+0000 mon.smithi073 (mon.0) 948 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.875982+0000 mon.smithi073 (mon.0) 949 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.879892+0000 mon.smithi073 (mon.0) 950 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.883151+0000 mon.smithi073 (mon.0) 951 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:20 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:19.888154+0000 mon.smithi073 (mon.0) 952 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.024912+0000 mon.smithi073 (mon.0) 943 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.028787+0000 mon.smithi073 (mon.0) 944 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.029920+0000 mon.smithi073 (mon.0) 945 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.030438+0000 mon.smithi073 (mon.0) 946 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.031287+0000 mgr.smithi073.ivjadq (mgr.14828) 11 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.031438+0000 mgr.smithi073.ivjadq (mgr.14828) 12 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.869578+0000 mon.smithi073 (mon.0) 947 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.873674+0000 mon.smithi073 (mon.0) 948 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.875982+0000 mon.smithi073 (mon.0) 949 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.879892+0000 mon.smithi073 (mon.0) 950 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.883151+0000 mon.smithi073 (mon.0) 951 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:20.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:19.888154+0000 mon.smithi073 (mon.0) 952 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:21.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.245509+0000 mgr.smithi073.ivjadq (mgr.14828) 13 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:00:21.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.256204+0000 mgr.smithi073.ivjadq (mgr.14828) 14 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:00:21.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:19.261009+0000 mgr.smithi073.ivjadq (mgr.14828) 15 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 191 B/s wr, 7 op/s 2024-09-11T08:00:21.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.453557+0000 mgr.smithi073.ivjadq (mgr.14828) 16 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:00:21.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.459786+0000 mgr.smithi073.ivjadq (mgr.14828) 17 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:00:21.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.660244+0000 mgr.smithi073.ivjadq (mgr.14828) 18 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:00:21.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.666527+0000 mgr.smithi073.ivjadq (mgr.14828) 19 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:00:21.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:19.880581+0000 mgr.smithi073.ivjadq (mgr.14828) 20 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 192 B/s wr, 7 op/s 2024-09-11T08:00:21.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.960149+0000 mgr.smithi073.ivjadq (mgr.14828) 21 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:00:21.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:19.968710+0000 mgr.smithi073.ivjadq (mgr.14828) 22 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:00:21.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:20.027585+0000 mon.smithi073 (mon.0) 953 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.245509+0000 mgr.smithi073.ivjadq (mgr.14828) 13 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.256204+0000 mgr.smithi073.ivjadq (mgr.14828) 14 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:19.261009+0000 mgr.smithi073.ivjadq (mgr.14828) 15 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 191 B/s wr, 7 op/s 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.453557+0000 mgr.smithi073.ivjadq (mgr.14828) 16 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.459786+0000 mgr.smithi073.ivjadq (mgr.14828) 17 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.660244+0000 mgr.smithi073.ivjadq (mgr.14828) 18 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.666527+0000 mgr.smithi073.ivjadq (mgr.14828) 19 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:19.880581+0000 mgr.smithi073.ivjadq (mgr.14828) 20 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 192 B/s wr, 7 op/s 2024-09-11T08:00:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.960149+0000 mgr.smithi073.ivjadq (mgr.14828) 21 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:00:21.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:19.968710+0000 mgr.smithi073.ivjadq (mgr.14828) 22 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:00:21.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:20.027585+0000 mon.smithi073 (mon.0) 953 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:00:21.660 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:23.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:21.880931+0000 mgr.smithi073.ivjadq (mgr.14828) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 192 B/s wr, 7 op/s 2024-09-11T08:00:23.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:23 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:22.761885+0000 mon.smithi073 (mon.0) 954 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:00:23.438 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:21.880931+0000 mgr.smithi073.ivjadq (mgr.14828) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 192 B/s wr, 7 op/s 2024-09-11T08:00:23.438 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:22.761885+0000 mon.smithi073 (mon.0) 954 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:00:24.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:23.054731+0000 mgr.smithi073.ivjadq (mgr.14828) 24 : 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:24.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: main() 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: r = ctx.func(ctx) 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return func(ctx) 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:00:24.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:00:24.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:00:24.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:00:24.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:00:24.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:00:24.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:24.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:24.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.wait_async( 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return future.result(timeout) 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.__get_result() 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise self._exception 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:00:24.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: out, err, code = await self._run_cephadm( 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise OrchestratorError( 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: main() 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: r = ctx.func(ctx) 2024-09-11T08:00:24.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return func(ctx) 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:24.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:24 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:23.056292+0000 mon.smithi073 (mon.0) 955 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:24.354 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:23.054731+0000 mgr.smithi073.ivjadq (mgr.14828) 24 : 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: main() 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: r = ctx.func(ctx) 2024-09-11T08:00:24.355 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:00:24.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return func(ctx) 2024-09-11T08:00:24.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:00:24.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:00:24.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:00:24.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:00:24.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:00:24.356 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.wait_async( 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:00:24.357 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return future.result(timeout) 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.__get_result() 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise self._exception 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: out, err, code = await self._run_cephadm( 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise OrchestratorError( 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:00:24.358 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: main() 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: r = ctx.func(ctx) 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return func(ctx) 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:00:24.359 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:00:24.360 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:00:24.360 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:00:24.360 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:24.360 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:24.360 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:23.056292+0000 mon.smithi073 (mon.0) 955 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:25.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:23.881745+0000 mgr.smithi073.ivjadq (mgr.14828) 25 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 289 B/s wr, 7 op/s 2024-09-11T08:00:25.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:24.380180+0000 mon.smithi073 (mon.0) 956 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:00:25.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:24.381151+0000 mon.smithi073 (mon.0) 957 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:00:25.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:25 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:24.381914+0000 mon.smithi073 (mon.0) 958 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:25.442 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:23.881745+0000 mgr.smithi073.ivjadq (mgr.14828) 25 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 289 B/s wr, 7 op/s 2024-09-11T08:00:25.442 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:24.380180+0000 mon.smithi073 (mon.0) 956 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:00:25.442 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:24.381151+0000 mon.smithi073 (mon.0) 957 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:00:25.443 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:24.381914+0000 mon.smithi073 (mon.0) 958 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:26.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:24.379720+0000 mgr.smithi073.ivjadq (mgr.14828) 26 : cephadm [INF] Upgrade: Updating mgr.smithi136.asoksz 2024-09-11T08:00:26.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:24.382698+0000 mgr.smithi073.ivjadq (mgr.14828) 27 : cephadm [INF] Deploying daemon mgr.smithi136.asoksz on smithi136 2024-09-11T08:00:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:24.379720+0000 mgr.smithi073.ivjadq (mgr.14828) 26 : cephadm [INF] Upgrade: Updating mgr.smithi136.asoksz 2024-09-11T08:00:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:26 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:24.382698+0000 mgr.smithi073.ivjadq (mgr.14828) 27 : cephadm [INF] Deploying daemon mgr.smithi136.asoksz on smithi136 2024-09-11T08:00:26.694 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:27.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:25.882180+0000 mgr.smithi073.ivjadq (mgr.14828) 28 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:00:27.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:25.882180+0000 mgr.smithi073.ivjadq (mgr.14828) 28 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:00:27.984 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:00:28.601 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:00:28.601 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (9m) 13s ago 10m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:00:28.601 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (10m) 13s ago 10m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T08:00:28.601 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (10m) 15s ago 10m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T08:00:28.601 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (9m) 13s ago 10m 34.8M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (5m) 13s ago 5m 37.4M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (5m) 15s ago 5m 14.2M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (36s) 13s ago 12m 421M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 starting - - - - 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (12m) 13s ago 12m 57.6M 2048M 16.2.5 6933c2a0b7dd 0c1c83408a22 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (10m) 15s ago 10m 42.8M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (3m) 13s ago 3m 75.7M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (2m) 15s ago 2m 53.8M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (10m) 13s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (9m) 15s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (9m) 13s ago 9m 373M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (9m) 13s ago 9m 296M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (8m) 13s ago 8m 219M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T08:00:28.602 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (8m) 13s ago 8m 345M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T08:00:28.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (8m) 15s ago 8m 374M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T08:00:28.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (7m) 15s ago 7m 378M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T08:00:28.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (7m) 15s ago 7m 319M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:00:28.603 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (7m) 15s ago 7m 473M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:00:28.603 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 13s ago 10m 61.8M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:00:28.975 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:00:28.975 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:00:28.975 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:00:28.976 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:00:28.977 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-09-11T08:00:28.977 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:00:28.977 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:00:28.977 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:00:28.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:27.792342+0000 mon.smithi073 (mon.0) 959 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:28.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:27.795912+0000 mon.smithi073 (mon.0) 960 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:28.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:27.796668+0000 mon.smithi073 (mon.0) 961 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:28.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:27.882550+0000 mgr.smithi073.ivjadq (mgr.14828) 29 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:00:28.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:27.970467+0000 mgr.smithi073.ivjadq (mgr.14828) 30 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:00:28.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:28.085876+0000 mon.smithi073 (mon.0) 962 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:28.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:28.090959+0000 mon.smithi073 (mon.0) 963 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:29.155 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:27.792342+0000 mon.smithi073 (mon.0) 959 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:29.156 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:27.795912+0000 mon.smithi073 (mon.0) 960 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:29.156 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:27.796668+0000 mon.smithi073 (mon.0) 961 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:29.156 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:27.882550+0000 mgr.smithi073.ivjadq (mgr.14828) 29 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:00:29.156 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:27.970467+0000 mgr.smithi073.ivjadq (mgr.14828) 30 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:00:29.156 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:28.085876+0000 mon.smithi073 (mon.0) 962 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:29.156 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:28.090959+0000 mon.smithi073 (mon.0) 963 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:29.289 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:00:29.289 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:00:29.289 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:00:29.289 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:00:29.289 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [], 2024-09-11T08:00:29.290 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "", 2024-09-11T08:00:29.290 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T08:00:29.290 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:00:29.290 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:00:30.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:28.287021+0000 mgr.smithi073.ivjadq (mgr.14828) 31 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:00:30.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:28.592280+0000 mgr.smithi073.ivjadq (mgr.14828) 32 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:00:30.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:29 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:28.974755+0000 mon.smithi073 (mon.0) 964 : audit [DBG] from='client.? 172.21.15.73:0/3340870419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:00:30.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:28.287021+0000 mgr.smithi073.ivjadq (mgr.14828) 31 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:00:30.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:28.592280+0000 mgr.smithi073.ivjadq (mgr.14828) 32 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:00:30.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:28.974755+0000 mon.smithi073 (mon.0) 964 : audit [DBG] from='client.? 172.21.15.73:0/3340870419' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:00:30.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:29.288292+0000 mgr.smithi073.ivjadq (mgr.14828) 33 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:00:30.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:29.883292+0000 mgr.smithi073.ivjadq (mgr.14828) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:00:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:29.288292+0000 mgr.smithi073.ivjadq (mgr.14828) 33 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:00:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:29.883292+0000 mgr.smithi073.ivjadq (mgr.14828) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:00:31.718 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:33.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:31.883722+0000 mgr.smithi073.ivjadq (mgr.14828) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:00:33.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:32.324501+0000 mon.smithi073 (mon.0) 965 : cluster [DBG] Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:00:33.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:32.324660+0000 mon.smithi073 (mon.0) 966 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T08:00:33.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:32.325583+0000 mon.smithi136 (mon.1) 115 : audit [DBG] from='mgr.? 172.21.15.136:0/341822392' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T08:00:33.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:32.325940+0000 mon.smithi136 (mon.1) 116 : audit [DBG] from='mgr.? 172.21.15.136:0/341822392' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:00:33.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:32.327377+0000 mon.smithi136 (mon.1) 117 : audit [DBG] from='mgr.? 172.21.15.136:0/341822392' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T08:00:33.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:32.328556+0000 mon.smithi136 (mon.1) 118 : audit [DBG] from='mgr.? 172.21.15.136:0/341822392' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:00:33.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:32.498977+0000 mon.smithi073 (mon.0) 967 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:33.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:32 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:32.505517+0000 mon.smithi073 (mon.0) 968 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:31.883722+0000 mgr.smithi073.ivjadq (mgr.14828) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:32.324501+0000 mon.smithi073 (mon.0) 965 : cluster [DBG] Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:32.324660+0000 mon.smithi073 (mon.0) 966 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:32.325583+0000 mon.smithi136 (mon.1) 115 : audit [DBG] from='mgr.? 172.21.15.136:0/341822392' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:32.325940+0000 mon.smithi136 (mon.1) 116 : audit [DBG] from='mgr.? 172.21.15.136:0/341822392' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:32.327377+0000 mon.smithi136 (mon.1) 117 : audit [DBG] from='mgr.? 172.21.15.136:0/341822392' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:32.328556+0000 mon.smithi136 (mon.1) 118 : audit [DBG] from='mgr.? 172.21.15.136:0/341822392' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:32.498977+0000 mon.smithi073 (mon.0) 967 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:32.505517+0000 mon.smithi073 (mon.0) 968 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:34.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:32.951995+0000 mon.smithi073 (mon.0) 969 : cluster [DBG] mgrmap e35: smithi073.ivjadq(active, since 25s), standbys: smithi136.asoksz 2024-09-11T08:00:34.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:33.102233+0000 mon.smithi073 (mon.0) 970 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:34.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:33.106683+0000 mon.smithi073 (mon.0) 971 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:32.951995+0000 mon.smithi073 (mon.0) 969 : cluster [DBG] mgrmap e35: smithi073.ivjadq(active, since 25s), standbys: smithi136.asoksz 2024-09-11T08:00:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:33.102233+0000 mon.smithi073 (mon.0) 970 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:33 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:33.106683+0000 mon.smithi073 (mon.0) 971 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:35.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:34 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:33.884520+0000 mgr.smithi073.ivjadq (mgr.14828) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:00:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:34 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:33.884520+0000 mgr.smithi073.ivjadq (mgr.14828) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:00:36.744 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:37.176 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:35.884965+0000 mgr.smithi073.ivjadq (mgr.14828) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:00:37.177 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:36.359101+0000 mon.smithi073 (mon.0) 972 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:37.177 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:36.363744+0000 mon.smithi073 (mon.0) 973 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:37.177 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:36.364690+0000 mon.smithi073 (mon.0) 974 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:37.177 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:36.365545+0000 mon.smithi073 (mon.0) 975 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:37.177 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:36.370678+0000 mon.smithi073 (mon.0) 976 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:37.177 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:36 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:36.376331+0000 mon.smithi073 (mon.0) 977 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:37.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:35.884965+0000 mgr.smithi073.ivjadq (mgr.14828) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:00:37.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:36.359101+0000 mon.smithi073 (mon.0) 972 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:37.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:36.363744+0000 mon.smithi073 (mon.0) 973 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:37.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:36.364690+0000 mon.smithi073 (mon.0) 974 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:37.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:36.365545+0000 mon.smithi073 (mon.0) 975 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:37.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:36.370678+0000 mon.smithi073 (mon.0) 976 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:37.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:36 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:36.376331+0000 mon.smithi073 (mon.0) 977 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:38.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:36.366835+0000 mgr.smithi073.ivjadq (mgr.14828) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 195 B/s wr, 0 op/s 2024-09-11T08:00:38.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:36.367026+0000 mgr.smithi073.ivjadq (mgr.14828) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:00:38.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:36.449884+0000 mgr.smithi073.ivjadq (mgr.14828) 40 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:00:38.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:36.454103+0000 mgr.smithi073.ivjadq (mgr.14828) 41 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:00:38.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:37.762462+0000 mon.smithi073 (mon.0) 978 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:00:38.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:36.366835+0000 mgr.smithi073.ivjadq (mgr.14828) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 195 B/s wr, 0 op/s 2024-09-11T08:00:38.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:36.367026+0000 mgr.smithi073.ivjadq (mgr.14828) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:00:38.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:36.449884+0000 mgr.smithi073.ivjadq (mgr.14828) 40 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:00:38.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:36.454103+0000 mgr.smithi073.ivjadq (mgr.14828) 41 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:00:38.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:37 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:37.762462+0000 mon.smithi073 (mon.0) 978 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:00:40.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:38.367397+0000 mgr.smithi073.ivjadq (mgr.14828) 42 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 120 B/s wr, 0 op/s 2024-09-11T08:00:40.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:39.877740+0000 mon.smithi073 (mon.0) 979 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:40.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:39.879837+0000 mon.smithi073 (mon.0) 980 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:00:40.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:39.884589+0000 mon.smithi073 (mon.0) 981 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:40.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:39.885601+0000 mon.smithi073 (mon.0) 982 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi073.ivjadq"}]: dispatch 2024-09-11T08:00:40.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:39.889186+0000 mon.smithi073 (mon.0) 983 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi073.ivjadq"}]': finished 2024-09-11T08:00:40.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:39.889704+0000 mon.smithi073 (mon.0) 984 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi136.asoksz"}]: dispatch 2024-09-11T08:00:40.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:39.894208+0000 mon.smithi073 (mon.0) 985 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi136.asoksz"}]': finished 2024-09-11T08:00:40.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:39 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:39.895051+0000 mon.smithi073 (mon.0) 986 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:00:40.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:38.367397+0000 mgr.smithi073.ivjadq (mgr.14828) 42 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 120 B/s wr, 0 op/s 2024-09-11T08:00:40.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:39.877740+0000 mon.smithi073 (mon.0) 979 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:40.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:39.879837+0000 mon.smithi073 (mon.0) 980 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:00:40.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:39.884589+0000 mon.smithi073 (mon.0) 981 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:40.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:39.885601+0000 mon.smithi073 (mon.0) 982 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi073.ivjadq"}]: dispatch 2024-09-11T08:00:40.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:39.889186+0000 mon.smithi073 (mon.0) 983 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi073.ivjadq"}]': finished 2024-09-11T08:00:40.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:39.889704+0000 mon.smithi073 (mon.0) 984 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi136.asoksz"}]: dispatch 2024-09-11T08:00:40.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:39.894208+0000 mon.smithi073 (mon.0) 985 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi136.asoksz"}]': finished 2024-09-11T08:00:40.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:39.895051+0000 mon.smithi073 (mon.0) 986 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:00:41.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:39.876128+0000 mgr.smithi073.ivjadq (mgr.14828) 43 : 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:41.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:41.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:00:41.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:00:41.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:41.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: main() 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: r = ctx.func(ctx) 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return func(ctx) 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:00:41.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:00:41.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:00:41.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:00:41.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.wait_async( 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return future.result(timeout) 2024-09-11T08:00:41.233 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return self.__get_result() 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise self._exception 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: out, err, code = await self._run_cephadm( 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise OrchestratorError( 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:41.234 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: Traceback (most recent call last): 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: main() 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: r = ctx.func(ctx) 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: return func(ctx) 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:00:41.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:00:41.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:00:41.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:00:41.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:00:41.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:41.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:41.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:40 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:39.880421+0000 mgr.smithi073.ivjadq (mgr.14828) 44 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:00:41.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:39.876128+0000 mgr.smithi073.ivjadq (mgr.14828) 43 : 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:41.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:41.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:00:41.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:00:41.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:41.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: main() 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: r = ctx.func(ctx) 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return func(ctx) 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:00:41.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:00:41.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.wait_async( 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:00:41.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return future.result(timeout) 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.__get_result() 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise self._exception 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: out, err, code = await self._run_cephadm( 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise OrchestratorError( 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:00:41.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: main() 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: r = ctx.func(ctx) 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return func(ctx) 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:00:41.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:00:41.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:00:41.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:00:41.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:39.880421+0000 mgr.smithi073.ivjadq (mgr.14828) 44 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T08:00:41.769 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:42.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:40.368048+0000 mgr.smithi073.ivjadq (mgr.14828) 45 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:00:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:41.255574+0000 mon.smithi073 (mon.0) 987 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:41.256175+0000 mon.smithi073 (mon.0) 988 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:00:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:41.256694+0000 mon.smithi073 (mon.0) 989 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:00:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:41 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:41.257180+0000 mon.smithi073 (mon.0) 990 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:42.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cluster 2024-09-11T08:00:40.368048+0000 mgr.smithi073.ivjadq (mgr.14828) 45 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:00:42.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:41.255574+0000 mon.smithi073 (mon.0) 987 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:42.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:41.256175+0000 mon.smithi073 (mon.0) 988 : audit [INF] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:00:42.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:41.256694+0000 mon.smithi073 (mon.0) 989 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:00:42.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: audit 2024-09-11T08:00:41.257180+0000 mon.smithi073 (mon.0) 990 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:42.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:42 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:00:43.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:41.251301+0000 mgr.smithi073.ivjadq (mgr.14828) 46 : cephadm [INF] Upgrade: Updating mon.smithi073 2024-09-11T08:00:43.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:42 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:41.257866+0000 mgr.smithi073.ivjadq (mgr.14828) 47 : cephadm [INF] Deploying daemon mon.smithi073 on smithi073 2024-09-11T08:00:43.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:41.251301+0000 mgr.smithi073.ivjadq (mgr.14828) 46 : cephadm [INF] Upgrade: Updating mon.smithi073 2024-09-11T08:00:43.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: cephadm 2024-09-11T08:00:41.257866+0000 mgr.smithi073.ivjadq (mgr.14828) 47 : cephadm [INF] Deploying daemon mon.smithi073 on smithi073 2024-09-11T08:00:43.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T08:00:43.011+0000 7fb1fe6d4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi073 -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-11T08:00:43.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073[23497]: debug 2024-09-11T08:00:43.011+0000 7fb1fe6d4700 -1 mon.smithi073@0(leader) e2 *** Got Signal Terminated *** 2024-09-11T08:00:43.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 podman[64153]: 2024-09-11 08:00:43.032478659 +0000 UTC m=+0.116531744 container died 0c1c83408a22ae74a9fc7a154f5f28322010e5f47fade006f7da824cc503d421 (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, ceph=True, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_CLEAN=True, RELEASE=HEAD, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.5) 2024-09-11T08:00:43.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 podman[64153]: 2024-09-11 08:00:43.395064821 +0000 UTC m=+0.479117905 container cleanup 0c1c83408a22ae74a9fc7a154f5f28322010e5f47fade006f7da824cc503d421 (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.5, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2) 2024-09-11T08:00:43.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 bash[64153]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073 2024-09-11T08:00:43.953 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 podman[64167]: 2024-09-11 08:00:43.688325132 +0000 UTC m=+0.653759213 container remove 0c1c83408a22ae74a9fc7a154f5f28322010e5f47fade006f7da824cc503d421 (image=docker.io/ceph/ceph:v16.2.5, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi073, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, ceph=True, GIT_BRANCH=HEAD) 2024-09-11T08:00:44.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service: Deactivated successfully. 2024-09-11T08:00:44.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 systemd[1]: Stopped Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:00:44.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:43 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service: Consumed 15.299s CPU time. 2024-09-11T08:00:44.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 systemd[1]: Starting Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:00:44.651 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 podman[64317]: 2024-09-11 08:00:44.282336016 +0000 UTC m=+0.015384576 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:00:44.651 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 podman[64317]: 2024-09-11 08:00:44.414667068 +0000 UTC m=+0.147715619 container create 3d1a29f058b1b58ce16df19e6457a9dd2be49943ef185fc643e4e7337208ff21 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-11T08:00:44.651 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 podman[64317]: 2024-09-11 08:00:44.650663307 +0000 UTC m=+0.383711865 container init 3d1a29f058b1b58ce16df19e6457a9dd2be49943ef185fc643e4e7337208ff21 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0) 2024-09-11T08:00:45.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 podman[64317]: 2024-09-11 08:00:44.654301448 +0000 UTC m=+0.387350002 container start 3d1a29f058b1b58ce16df19e6457a9dd2be49943ef185fc643e4e7337208ff21 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:00:45.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:00:45.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 2 2024-09-11T08:00:45.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: pidfile_write: ignore empty --pid-file 2024-09-11T08:00:45.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: load: jerasure load: lrc 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: RocksDB version: 6.15.5 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Compile date Sep 10 2024 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: DB SUMMARY 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: DB Session ID: XS88O8EKMVZ9HHX9AVYC 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: CURRENT file: CURRENT 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: MANIFEST file: MANIFEST-000008 size: 959 Bytes 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 1, files: 000023.sst 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 000021.log size: 7144416 ; 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.error_if_exists: 0 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.create_if_missing: 0 2024-09-11T08:00:45.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.paranoid_checks: 1 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.env: 0x55e1d9173440 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.fs: Posix File System 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.info_log: 0x55e1db4bd0c0 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.statistics: (nil) 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.use_fsync: 0 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_log_file_size: 0 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:00:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:00:45.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.allow_fallocate: 1 2024-09-11T08:00:45.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:00:45.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:00:45.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.use_direct_reads: 0 2024-09-11T08:00:45.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:00:45.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:00:45.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.db_log_dir: 2024-09-11T08:00:45.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2024-09-11T08:00:45.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.write_buffer_manager: 0x55e1db57a810 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:00:45.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.unordered_write: 0 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.row_cache: None 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.wal_filter: None 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:00:45.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.preserve_deletes: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.two_write_queues: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.atomic_flush: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.log_readahead_size: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:00:45.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_background_jobs: 2 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_background_compactions: -1 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_subcompactions: 1 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_open_files: -1 2024-09-11T08:00:45.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_background_flushes: -1 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Compression algorithms supported: 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: kZSTD supported: 0 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: kXpressCompression supported: 0 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: kBZip2Compression supported: 0 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: kLZ4Compression supported: 1 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: kZlibCompression supported: 1 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: kSnappyCompression supported: 1 2024-09-11T08:00:45.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000008 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.merge_operator: 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_filter: None 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e1db463a38) 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: cache_index_and_filter_blocks: 1 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:00:45.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: pin_top_level_index_and_filter: 1 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: index_type: 0 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: data_block_index_type: 0 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: index_shortening: 1 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: hash_index_allow_collision: 1 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: checksum: 1 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: no_block_cache: 0 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: block_cache: 0x55e1db4991f0 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: block_cache_name: BinnedLRUCache 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: block_cache_options: 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: capacity : 536870912 2024-09-11T08:00:45.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: num_shard_bits : 4 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: strict_capacity_limit : 0 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: high_pri_pool_ratio: 0.000 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: block_cache_compressed: (nil) 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: persistent_cache: (nil) 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: block_size: 4096 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: block_size_deviation: 10 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: block_restart_interval: 16 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: index_block_restart_interval: 1 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: metadata_block_size: 4096 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: partition_filters: 0 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: use_delta_encoding: 1 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: whole_key_filtering: 1 2024-09-11T08:00:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: verify_compression: 0 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: read_amp_bytes_per_bit: 0 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: format_version: 4 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: enable_index_compression: 1 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: block_align: 0 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compression: NoCompression 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.num_levels: 7 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:00:45.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:00:45.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:00:45.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:00:45.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.inplace_update_support: 0 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.bloom_locality: 0 2024-09-11T08:00:45.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.max_successive_merges: 0 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.ttl: 2592000 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.enable_blob_files: false 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.min_blob_size: 0 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 25, last_sequence is 11273, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:00:45.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 21 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/version_set.cc:4082] Creating manifest 25 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041644677774, "job": 1, "event": "recovery_started", "wal_files": [21]} 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #21 mode 2 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: 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-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041644694579, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 6895337, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 6887567, "index_size": 5715, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1093, "raw_key_size": 8180, "raw_average_key_size": 20, "raw_value_size": 6875791, "raw_average_value_size": 17319, "num_data_blocks": 253, "num_entries": 397, "num_deletions": 2, "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": 1726041644, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "547ec72e-e5cf-4669-8f88-dc1749303dda", "db_session_id": "XS88O8EKMVZ9HHX9AVYC"}} 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/version_set.cc:4082] Creating manifest 27 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041644695010, "job": 1, "event": "recovery_finished"} 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi073/store.db/000021.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55e1db4cc700 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: DB pointer 0x55e1db49c000 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:00:45.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ** DB Stats ** 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ** Compaction Stats [default] ** 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:00:45.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: L0 1/0 6.58 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 594.3 0.01 0.00 1 0.011 0 0 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: L6 1/0 25.72 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-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Sum 2/0 32.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 594.3 0.01 0.00 1 0.011 0 0 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.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 594.3 0.01 0.00 1 0.011 0 0 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ** Compaction Stats [default] ** 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.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 594.3 0.01 0.00 1 0.011 0 0 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Flush(GB): cumulative 0.006, interval 0.006 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:00:45.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Cumulative compaction: 0.01 GB write, 332.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Interval compaction: 0.01 GB write, 332.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ** Compaction Stats [default] ** 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: L0 1/0 6.58 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 594.3 0.01 0.00 1 0.011 0 0 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: L6 1/0 25.72 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-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Sum 2/0 32.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 594.3 0.01 0.00 1 0.011 0 0 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ** Compaction Stats [default] ** 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.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 594.3 0.01 0.00 1 0.011 0 0 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Flush(GB): cumulative 0.006, interval 0.000 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Cumulative compaction: 0.01 GB write, 332.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.084 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: starting mon.smithi073 rank 0 at public addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] at bind addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi073 fsid 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: mon.smithi073@-1(???) e2 preinit fsid 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: mon.smithi073@-1(???).mds e8 new map 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: mon.smithi073@-1(???).mds e8 print_map 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: e8 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: legacy client fscid: 1 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Filesystem 'foofs' (1) 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: fs_name foofs 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: epoch 5 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: created 2024-09-11T07:54:51.485509+0000 2024-09-11T08:00:45.085 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: modified 2024-09-11T07:54:57.516065+0000 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: tableserver 0 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: root 0 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: session_timeout 60 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: session_autoclose 300 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: max_file_size 1099511627776 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: required_client_features {} 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: last_failure 0 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: last_failure_osd_epoch 0 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.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-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: max_mds 1 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: in 0 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: up {0=14494} 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: failed 2024-09-11T08:00:45.086 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: damaged 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: stopped 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: data_pools [3] 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: metadata_pool 2 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: inline_data disabled 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: balancer 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: standby_count_wanted 1 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: [mds.foofs.smithi073.ufpfai{0:14494} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316] compat {c=[1],r=[1],i=[7ff]}] 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Standby daemons: 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: [mds.foofs.smithi136.ihpmqj{-1:24265} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] compat {c=[1],r=[1],i=[7ff]}] 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: mon.smithi073@-1(???).osd e70 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-11T08:00:45.087 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: mon.smithi073@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T08:00:45.088 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: mon.smithi073@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T08:00:45.088 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: mon.smithi073@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T08:00:45.088 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 ceph-mon[64336]: mon.smithi073@-1(???).paxosservice(auth 1..43) refresh upgraded, format 0 -> 3 2024-09-11T08:00:45.088 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 bash[64317]: 3d1a29f058b1b58ce16df19e6457a9dd2be49943ef185fc643e4e7337208ff21 2024-09-11T08:00:45.088 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:00:44 smithi073 systemd[1]: Started Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:00:46.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:43.021186+0000 mon.smithi136 (mon.1) 119 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:43.021420+0000 mon.smithi136 (mon.1) 120 : audit [DBG] from='mgr.14828 172.21.15.73:0/1521992712' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:44.369451+0000 mgr.smithi073.ivjadq (mgr.14828) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.109011+0000 mon.smithi073 (mon.0) 1 : cluster [INF] mon.smithi073 calling monitor election 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.110748+0000 mon.smithi073 (mon.0) 2 : cluster [INF] mon.smithi073 is new leader, mons smithi073,smithi136 in quorum (ranks 0,1) 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.115413+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.115992+0000 mon.smithi073 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.116020+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.117032+0000 mon.smithi073 (mon.0) 6 : cluster [DBG] mgrmap e35: smithi073.ivjadq(active, since 39s), standbys: smithi136.asoksz 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.117448+0000 mon.smithi073 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:00:46.511 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.117463+0000 mon.smithi073 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:00:46.512 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.117472+0000 mon.smithi073 (mon.0) 9 : cluster [WRN] daemon prometheus.smithi073 on smithi073 is in error state 2024-09-11T08:00:46.512 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:46.124987+0000 mon.smithi073 (mon.0) 10 : cluster [DBG] mgrmap e36: smithi073.ivjadq(active, since 39s), standbys: smithi136.asoksz 2024-09-11T08:00:46.512 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:46 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:46.125043+0000 mon.smithi073 (mon.0) 11 : audit [INF] from='mgr.14828 ' entity='' 2024-09-11T08:00:46.796 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:48.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:48 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:47.127241+0000 mon.smithi073 (mon.0) 12 : cluster [DBG] mgrmap e37: smithi073.ivjadq(active, since 40s), standbys: smithi136.asoksz 2024-09-11T08:00:50.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:50.496009+0000 mon.smithi073 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:00:50.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:50.496089+0000 mon.smithi073 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi136.asoksz started 2024-09-11T08:00:50.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.497747+0000 mon.smithi136 (mon.1) 121 : audit [DBG] from='mgr.? 172.21.15.136:0/3206042318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/crt"}]: dispatch 2024-09-11T08:00:50.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.498072+0000 mon.smithi136 (mon.1) 122 : audit [DBG] from='mgr.? 172.21.15.136:0/3206042318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T08:00:50.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.498947+0000 mon.smithi136 (mon.1) 123 : audit [DBG] from='mgr.? 172.21.15.136:0/3206042318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi136.asoksz/key"}]: dispatch 2024-09-11T08:00:50.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.499443+0000 mon.smithi136 (mon.1) 124 : audit [DBG] from='mgr.? 172.21.15.136:0/3206042318' entity='mgr.smithi136.asoksz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T08:00:51.819 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:51.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:50.551895+0000 mon.smithi073 (mon.0) 15 : cluster [DBG] mgrmap e38: smithi073.ivjadq(active, since 43s), standbys: smithi136.asoksz 2024-09-11T08:00:51.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:50.552171+0000 mon.smithi073 (mon.0) 16 : cluster [INF] Active manager daemon smithi073.ivjadq restarted 2024-09-11T08:00:51.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:50.552488+0000 mon.smithi073 (mon.0) 17 : cluster [INF] Activating manager daemon smithi073.ivjadq 2024-09-11T08:00:51.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:50.562258+0000 mon.smithi073 (mon.0) 18 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T08:00:51.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:50.562570+0000 mon.smithi073 (mon.0) 19 : cluster [DBG] mgrmap e39: smithi073.ivjadq(active, starting, since 0.0101551s), standbys: smithi136.asoksz 2024-09-11T08:00:51.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.563616+0000 mon.smithi073 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T08:00:51.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.563769+0000 mon.smithi073 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T08:00:51.858 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.564037+0000 mon.smithi073 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.564253+0000 mon.smithi073 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.565045+0000 mon.smithi073 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.565226+0000 mon.smithi073 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.565422+0000 mon.smithi073 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.565663+0000 mon.smithi073 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.565884+0000 mon.smithi073 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.566058+0000 mon.smithi073 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.566240+0000 mon.smithi073 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.566583+0000 mon.smithi073 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.566760+0000 mon.smithi073 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.566933+0000 mon.smithi073 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.567128+0000 mon.smithi073 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:00:51.859 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.567480+0000 mon.smithi073 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:00:51.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.567959+0000 mon.smithi073 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:00:51.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:50.575137+0000 mon.smithi073 (mon.0) 37 : cluster [INF] Manager daemon smithi073.ivjadq is now available 2024-09-11T08:00:51.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.592349+0000 mon.smithi073 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:00:51.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.611281+0000 mon.smithi073 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:00:51.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.611820+0000 mon.smithi073 (mon.0) 40 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:00:51.860 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:51 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:50.620065+0000 mon.smithi073 (mon.0) 41 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T08:00:52.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:51.567590+0000 mon.smithi073 (mon.0) 42 : cluster [DBG] mgrmap e40: smithi073.ivjadq(active, since 1.01517s), standbys: smithi136.asoksz 2024-09-11T08:00:52.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:51.576162+0000 mgr.smithi073.ivjadq (mgr.34104) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:52.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:52 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:52.455421+0000 mon.smithi073 (mon.0) 43 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:52.335639+0000 mgr.smithi073.ivjadq (mgr.34104) 2 : cephadm [INF] [11/Sep/2024:08:00:52] ENGINE Bus STARTING 2024-09-11T08:00:54.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:52.451389+0000 mgr.smithi073.ivjadq (mgr.34104) 3 : cephadm [INF] [11/Sep/2024:08:00:52] ENGINE Serving on https://172.21.15.73:7150 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:52.451471+0000 mgr.smithi073.ivjadq (mgr.34104) 4 : cephadm [INF] [11/Sep/2024:08:00:52] ENGINE Bus STARTED 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:52.452829+0000 mgr.smithi073.ivjadq (mgr.34104) 5 : cephadm [ERR] [11/Sep/2024:08:00:52] ENGINE Error in HTTPServer.serve 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._connections.run(self.expiration_interval) 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._run(expiration_interval) 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:00:54.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: s = self.context.wrap_socket( 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.sslsocket_class._create( 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self.do_handshake() 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self._sslobj.do_handshake() 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:52.563922+0000 mon.smithi073 (mon.0) 44 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:52.563941+0000 mon.smithi073 (mon.0) 45 : cluster [INF] Cluster is now healthy 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:52.566551+0000 mgr.smithi073.ivjadq (mgr.34104) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:54.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:53 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:53.459774+0000 mon.smithi073 (mon.0) 46 : cluster [DBG] mgrmap e41: smithi073.ivjadq(active, since 2s), standbys: smithi136.asoksz 2024-09-11T08:00:56.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:54.566861+0000 mgr.smithi073.ivjadq (mgr.34104) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:56.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:54.582263+0000 mon.smithi073 (mon.0) 47 : cluster [DBG] mgrmap e42: smithi073.ivjadq(active, since 4s), standbys: smithi136.asoksz 2024-09-11T08:00:56.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:55.126811+0000 mon.smithi073 (mon.0) 48 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:56.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:55.132563+0000 mon.smithi073 (mon.0) 49 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:56.840 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:00:56.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:55.726923+0000 mon.smithi073 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:56.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:56 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:55.730186+0000 mon.smithi073 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:56.567160+0000 mgr.smithi073.ivjadq (mgr.34104) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:00:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:57.524964+0000 mon.smithi073 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:57.529025+0000 mon.smithi073 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:58.121735+0000 mon.smithi073 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:58.125436+0000 mon.smithi073 (mon.0) 55 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.066133+0000 mon.smithi073 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.069815+0000 mon.smithi073 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:00:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.070861+0000 mon.smithi073 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:00:59.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:00:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.071490+0000 mon.smithi073 (mon.0) 59 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:00:59.649 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:01:00.327 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:01:00.327 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (9m) 2s ago 11m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (11m) 2s ago 11m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (10m) 5s ago 10m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (9m) 2s ago 11m 34.8M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (6m) 2s ago 6m 37.7M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (6m) 5s ago 6m 14.4M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (68s) 2s ago 12m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (33s) 5s ago 10m 396M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (16s) 2s ago 12m 29.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (10m) 5s ago 10m 55.7M 2048M 16.2.5 6933c2a0b7dd 8641ce72031b 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (3m) 2s ago 3m 78.2M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (3m) 5s ago 3m 54.0M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (11m) 2s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:01:00.328 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (10m) 5s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (10m) 2s ago 10m 374M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (9m) 2s ago 9m 297M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (9m) 2s ago 9m 219M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (8m) 2s ago 8m 345M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (8m) 5s ago 8m 374M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (8m) 5s ago 8m 378M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (7m) 5s ago 7m 319M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (7m) 5s ago 7m 473M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:01:00.329 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 2s ago 10m 61.9M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:58.567932+0000 mgr.smithi073.ivjadq (mgr.34104) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 146 B/s wr, 10 op/s 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:59.072445+0000 mgr.smithi073.ivjadq (mgr.34104) 10 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:59.072610+0000 mgr.smithi073.ivjadq (mgr.34104) 11 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.943282+0000 mon.smithi073 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.947685+0000 mon.smithi073 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.951445+0000 mon.smithi073 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.955639+0000 mon.smithi073 (mon.0) 63 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.958964+0000 mon.smithi073 (mon.0) 64 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:00.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.963523+0000 mon.smithi073 (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:00.716 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:01:00.716 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:01:00.716 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T08:01:00.716 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:01:00.716 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:01:00.717 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:01:00.718 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:01:01.039 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:01:01.039 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:01:01.039 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:01:01.039 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:01:01.040 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:01:01.040 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr" 2024-09-11T08:01:01.040 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:01:01.040 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "3/23 daemons upgraded", 2024-09-11T08:01:01.040 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "", 2024-09-11T08:01:01.040 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:01:01.040 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:01:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:59.304915+0000 mgr.smithi073.ivjadq (mgr.34104) 12 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:59.305038+0000 mgr.smithi073.ivjadq (mgr.34104) 13 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:59.526882+0000 mgr.smithi073.ivjadq (mgr.34104) 14 : cephadm [INF] Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:59.530364+0000 mgr.smithi073.ivjadq (mgr.34104) 15 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.632875+0000 mgr.smithi073.ivjadq (mgr.34104) 16 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:59.734611+0000 mgr.smithi073.ivjadq (mgr.34104) 17 : cephadm [INF] Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:00:59.741345+0000 mgr.smithi073.ivjadq (mgr.34104) 18 : cephadm [INF] Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:01.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:00:59.956439+0000 mgr.smithi073.ivjadq (mgr.34104) 19 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 122 B/s wr, 8 op/s 2024-09-11T08:01:01.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:00:59.972821+0000 mgr.smithi073.ivjadq (mgr.34104) 20 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:01.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:01:00.037645+0000 mgr.smithi073.ivjadq (mgr.34104) 21 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:01.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:01:00.045937+0000 mgr.smithi073.ivjadq (mgr.34104) 22 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:01.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:00.715190+0000 mon.smithi073 (mon.0) 66 : audit [DBG] from='client.? 172.21.15.73:0/1704471944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:01.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:01:00.954245+0000 mon.smithi073 (mon.0) 67 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:01:01.869 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:02.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:00.313713+0000 mgr.smithi073.ivjadq (mgr.34104) 23 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:02.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:01.037887+0000 mgr.smithi073.ivjadq (mgr.34104) 24 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:03.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:01:01.957092+0000 mgr.smithi073.ivjadq (mgr.34104) 25 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 197 B/s wr, 7 op/s 2024-09-11T08:01:04.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:03.307316+0000 mon.smithi073 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:04.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:03.310253+0000 mon.smithi073 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:04.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:03.311179+0000 mon.smithi073 (mon.0) 70 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:01:05.342 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:01:03.305499+0000 mgr.smithi073.ivjadq (mgr.34104) 26 : 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: main() 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: r = ctx.func(ctx) 2024-09-11T08:01:05.343 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:05.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return func(ctx) 2024-09-11T08:01:05.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:05.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:05.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:05.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:05.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:05.344 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.wait_async( 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:05.345 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return future.result(timeout) 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return self.__get_result() 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise self._exception 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: out, err, code = await self._run_cephadm( 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise OrchestratorError( 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: 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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:05.346 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: Traceback (most recent call last): 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: main() 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: r = ctx.func(ctx) 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: return func(ctx) 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:05.347 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:05.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:05.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:05.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:05.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cluster 2024-09-11T08:01:03.957651+0000 mgr.smithi073.ivjadq (mgr.34104) 27 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 179 B/s wr, 6 op/s 2024-09-11T08:01:05.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:04.678190+0000 mon.smithi073 (mon.0) 71 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:05.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:04.679085+0000 mon.smithi073 (mon.0) 72 : audit [INF] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:01:05.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:04.679821+0000 mon.smithi073 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:01:05.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:04.680524+0000 mon.smithi073 (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:01:04.673366+0000 mgr.smithi073.ivjadq (mgr.34104) 28 : cephadm [INF] Upgrade: Updating mon.smithi136 2024-09-11T08:01:06.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: cephadm 2024-09-11T08:01:04.681426+0000 mgr.smithi073.ivjadq (mgr.34104) 29 : cephadm [INF] Deploying daemon mon.smithi136 on smithi136 2024-09-11T08:01:06.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: audit 2024-09-11T08:01:05.609388+0000 mon.smithi073 (mon.0) 75 : audit [DBG] from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:06.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 systemd[1]: Stopping Ceph mon.smithi136 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:01:06.625 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: debug 2024-09-11T08:01:06.290+0000 7f8775e43700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi136 -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-11T08:01:06.626 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136[25862]: debug 2024-09-11T08:01:06.290+0000 7f8775e43700 -1 mon.smithi136@1(peon) e2 *** Got Signal Terminated *** 2024-09-11T08:01:06.626 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 podman[49776]: 2024-09-11 08:01:06.362355859 +0000 UTC m=+0.160285720 container died 8641ce72031bea2961f0a85cb701e47f0fe6179dce9c81f410122ecb1ed03bd2 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, RELEASE=HEAD, ceph=True, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.5) 2024-09-11T08:01:06.902 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:06.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 podman[49776]: 2024-09-11 08:01:06.72430099 +0000 UTC m=+0.522230855 container cleanup 8641ce72031bea2961f0a85cb701e47f0fe6179dce9c81f410122ecb1ed03bd2 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.5, org.label-schema.license=GPLv2, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Base Image) 2024-09-11T08:01:06.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 bash[49776]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136 2024-09-11T08:01:07.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:06 smithi136 podman[49788]: 2024-09-11 08:01:06.992551344 +0000 UTC m=+0.632121886 container remove 8641ce72031bea2961f0a85cb701e47f0fe6179dce9c81f410122ecb1ed03bd2 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon.smithi136, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, RELEASE=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.5, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau ) 2024-09-11T08:01:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi136.service: Deactivated successfully. 2024-09-11T08:01:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 systemd[1]: Stopped Ceph mon.smithi136 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:01:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi136.service: Consumed 7.007s CPU time. 2024-09-11T08:01:07.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 systemd[1]: Starting Ceph mon.smithi136 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:01:07.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 podman[49931]: 2024-09-11 08:01:07.584561338 +0000 UTC m=+0.015788475 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:01:07.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 podman[49931]: 2024-09-11 08:01:07.685057373 +0000 UTC m=+0.116284568 container create eac3a328fc9c9e9c03675f05a3e0827395b113bbbcf52609939faaf7469d3e33 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi136, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:01:07.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 podman[49931]: 2024-09-11 08:01:07.90454408 +0000 UTC m=+0.335771226 container init eac3a328fc9c9e9c03675f05a3e0827395b113bbbcf52609939faaf7469d3e33 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi136, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:01:07.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 podman[49931]: 2024-09-11 08:01:07.907668911 +0000 UTC m=+0.338896048 container start eac3a328fc9c9e9c03675f05a3e0827395b113bbbcf52609939faaf7469d3e33 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi136, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-11T08:01:07.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 2 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: pidfile_write: ignore empty --pid-file 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: load: jerasure load: lrc 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: RocksDB version: 6.15.5 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Compile date Sep 10 2024 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: DB SUMMARY 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: DB Session ID: VITVAPYCA0VVHF4EP1AZ 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: CURRENT file: CURRENT 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: MANIFEST file: MANIFEST-000005 size: 883 Bytes 2024-09-11T08:01:07.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi136/store.db dir, Total Num: 1, files: 000020.sst 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi136/store.db: 000018.log size: 16582849 ; 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.error_if_exists: 0 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.create_if_missing: 0 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.paranoid_checks: 1 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.env: 0x5568a4c99440 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.fs: Posix File System 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.info_log: 0x5568a68e90c0 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.statistics: (nil) 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.use_fsync: 0 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_log_file_size: 0 2024-09-11T08:01:07.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.allow_fallocate: 1 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.use_direct_reads: 0 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.db_log_dir: 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi136/store.db 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T08:01:07.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.write_buffer_manager: 0x5568a69a6810 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T08:01:07.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T08:01:07.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T08:01:07.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T08:01:07.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T08:01:07.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T08:01:07.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.unordered_write: 0 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.row_cache: None 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.wal_filter: None 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.preserve_deletes: 0 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.two_write_queues: 0 2024-09-11T08:01:07.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.atomic_flush: 0 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.log_readahead_size: 0 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_background_jobs: 2 2024-09-11T08:01:07.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_background_compactions: -1 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_subcompactions: 1 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_open_files: -1 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T08:01:07.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_background_flushes: -1 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Compression algorithms supported: 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: kZSTD supported: 0 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: kXpressCompression supported: 0 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: kBZip2Compression supported: 0 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: kLZ4Compression supported: 1 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: kZlibCompression supported: 1 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: kSnappyCompression supported: 1 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi136/store.db/MANIFEST-000005 2024-09-11T08:01:07.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.merge_operator: 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_filter: None 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5568a688fa38) 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: cache_index_and_filter_blocks: 1 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: pin_top_level_index_and_filter: 1 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: index_type: 0 2024-09-11T08:01:07.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: data_block_index_type: 0 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: index_shortening: 1 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: hash_index_allow_collision: 1 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: checksum: 1 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: no_block_cache: 0 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_cache: 0x5568a68c51f0 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_cache_name: BinnedLRUCache 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_cache_options: 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: capacity : 536870912 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: num_shard_bits : 4 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: strict_capacity_limit : 0 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: high_pri_pool_ratio: 0.000 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_cache_compressed: (nil) 2024-09-11T08:01:07.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: persistent_cache: (nil) 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_size: 4096 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_size_deviation: 10 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_restart_interval: 16 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: index_block_restart_interval: 1 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: metadata_block_size: 4096 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: partition_filters: 0 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: use_delta_encoding: 1 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: whole_key_filtering: 1 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: verify_compression: 0 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: read_amp_bytes_per_bit: 0 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: format_version: 4 2024-09-11T08:01:07.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: enable_index_compression: 1 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: block_align: 0 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compression: NoCompression 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.num_levels: 7 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T08:01:07.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T08:01:07.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T08:01:07.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.arena_block_size: 4194304 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T08:01:07.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T08:01:07.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.inplace_update_support: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.bloom_locality: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.max_successive_merges: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.ttl: 2592000 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.enable_blob_files: false 2024-09-11T08:01:07.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.min_blob_size: 0 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi136/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 22, last_sequence is 11544, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 18 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/version_set.cc:4082] Creating manifest 22 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041667931205, "job": 1, "event": "recovery_started", "wal_files": [18]} 2024-09-11T08:01:07.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #18 mode 2 2024-09-11T08:01:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: 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-11T08:01:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041667955350, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 10601640, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 10591436, "index_size": 7893, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1349, "raw_key_size": 10632, "raw_average_key_size": 20, "raw_value_size": 10575642, "raw_average_value_size": 19991, "num_data_blocks": 351, "num_entries": 529, "num_deletions": 2, "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": 1726041667, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "7764c888-a99c-474c-a77a-921cf0f6d4a1", "db_session_id": "VITVAPYCA0VVHF4EP1AZ"}} 2024-09-11T08:01:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/version_set.cc:4082] Creating manifest 24 2024-09-11T08:01:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726041667957021, "job": 1, "event": "recovery_finished"} 2024-09-11T08:01:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi136/store.db/000018.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5568a68f8700 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: DB pointer 0x5568a68c8000 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** DB Stats ** 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T08:01:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** Compaction Stats [default] ** 2024-09-11T08:01:08.276 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:01:08.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: L0 1/0 10.11 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.011 0 0 2024-09-11T08:01:08.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: L6 1/0 25.72 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-11T08:01:08.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Sum 2/0 35.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.011 0 0 2024-09-11T08:01:08.276 INFO:journalctl@ceph.mon.smithi136.smithi136.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 898.9 0.01 0.00 1 0.011 0 0 2024-09-11T08:01:08.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** Compaction Stats [default] ** 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.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 898.9 0.01 0.00 1 0.011 0 0 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Flush(GB): cumulative 0.010, interval 0.010 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Cumulative compaction: 0.01 GB write, 348.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Interval compaction: 0.01 GB write, 348.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** Compaction Stats [default] ** 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: L0 1/0 10.11 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.011 0 0 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: L6 1/0 25.72 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-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Sum 2/0 35.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 898.9 0.01 0.00 1 0.011 0 0 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** Compaction Stats [default] ** 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T08:01:08.278 INFO:journalctl@ceph.mon.smithi136.smithi136.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 898.9 0.01 0.00 1 0.011 0 0 2024-09-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Flush(GB): cumulative 0.010, interval 0.000 2024-09-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Cumulative compaction: 0.01 GB write, 348.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.279 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: starting mon.smithi136 rank 1 at public addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] at bind addrs [v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi136 fsid 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: mon.smithi136@-1(???) e2 preinit fsid 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: mon.smithi136@-1(???).mds e8 new map 2024-09-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: mon.smithi136@-1(???).mds e8 print_map 2024-09-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: e8 2024-09-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: legacy client fscid: 1 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Filesystem 'foofs' (1) 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: fs_name foofs 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: epoch 5 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: created 2024-09-11T07:54:51.485509+0000 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: modified 2024-09-11T07:54:57.516065+0000 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: tableserver 0 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: root 0 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: session_timeout 60 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: session_autoclose 300 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: max_file_size 1099511627776 2024-09-11T08:01:08.281 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: required_client_features {} 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: last_failure 0 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: last_failure_osd_epoch 0 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.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-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: max_mds 1 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: in 0 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: up {0=14494} 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: failed 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: damaged 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: stopped 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: data_pools [3] 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: metadata_pool 2 2024-09-11T08:01:08.282 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: inline_data disabled 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: balancer 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: standby_count_wanted 1 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: [mds.foofs.smithi073.ufpfai{0:14494} state up:active seq 2 join_fscid=1 addr [v2:172.21.15.73:6834/1727135316,v1:172.21.15.73:6835/1727135316] compat {c=[1],r=[1],i=[7ff]}] 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Standby daemons: 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: [mds.foofs.smithi136.ihpmqj{-1:24265} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] compat {c=[1],r=[1],i=[7ff]}] 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: mon.smithi136@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: mon.smithi136@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: mon.smithi136@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: mon.smithi136@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:07 smithi136 ceph-mon[49950]: mon.smithi136@-1(???).paxosservice(auth 1..44) refresh upgraded, format 0 -> 3 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:08 smithi136 bash[49931]: eac3a328fc9c9e9c03675f05a3e0827395b113bbbcf52609939faaf7469d3e33 2024-09-11T08:01:08.283 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:08 smithi136 systemd[1]: Started Ceph mon.smithi136 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mkfs 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Deploying daemon nfs.foo.1.1.smithi136.ytedcs on smithi136 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:09.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Upgrade: Need to upgrade myself (mgr.smithi136.asoksz) 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Upgrade: Need to upgrade myself (mgr.smithi136.asoksz) 2024-09-11T08:01:09.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Upgrade: Updating mgr.smithi073.ivjadq 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Deploying daemon mgr.smithi073.ivjadq on smithi073 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [11/Sep/2024:08:00:08] ENGINE Bus STARTING 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [11/Sep/2024:08:00:08] ENGINE Serving on https://172.21.15.73:7150 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [11/Sep/2024:08:00:08] ENGINE Bus STARTED 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [11/Sep/2024:08:00:08] ENGINE Error in HTTPServer.serve 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self._connections.run(self.expiration_interval) 2024-09-11T08:01:09.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self._run(expiration_interval) 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: s = self.context.wrap_socket( 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.sslsocket_class._create( 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.do_handshake() 2024-09-11T08:01:09.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self._sslobj.do_handshake() 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v11: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 192 B/s wr, 7 op/s 2024-09-11T08:01:09.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:01:09.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v12: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 289 B/s wr, 7 op/s 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Upgrade: Updating mgr.smithi136.asoksz 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Deploying daemon mgr.smithi136.asoksz on smithi136 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v13: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v14: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v15: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v16: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Standby manager daemon smithi136.asoksz started 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e35: smithi073.ivjadq(active, since 25s), standbys: smithi136.asoksz 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v17: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v18: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v19: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 195 B/s wr, 0 op/s 2024-09-11T08:01:09.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v20: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v21: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 120 B/s wr, 0 op/s 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:09.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:09.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all mgr 2024-09-11T08:01:09.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v22: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:01:09.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Upgrade: Updating mon.smithi073 2024-09-11T08:01:09.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Deploying daemon mon.smithi073 on smithi073 2024-09-11T08:01:09.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v24: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:01:09.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mon.smithi073 calling monitor election 2024-09-11T08:01:09.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mon.smithi073 is new leader, mons smithi073,smithi136 in quorum (ranks 0,1) 2024-09-11T08:01:09.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:01:09.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T08:01:09.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: osdmap e70: 8 total, 8 up, 8 in 2024-09-11T08:01:09.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e35: smithi073.ivjadq(active, since 39s), standbys: smithi136.asoksz 2024-09-11T08:01:09.836 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:01:09.836 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:01:09.836 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: daemon prometheus.smithi073 on smithi073 is in error state 2024-09-11T08:01:09.836 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e36: smithi073.ivjadq(active, since 39s), standbys: smithi136.asoksz 2024-09-11T08:01:09.836 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e37: smithi073.ivjadq(active, since 40s), standbys: smithi136.asoksz 2024-09-11T08:01:09.836 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:01:09.837 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Standby manager daemon smithi136.asoksz started 2024-09-11T08:01:09.837 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e38: smithi073.ivjadq(active, since 43s), standbys: smithi136.asoksz 2024-09-11T08:01:09.837 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Active manager daemon smithi073.ivjadq restarted 2024-09-11T08:01:09.837 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Activating manager daemon smithi073.ivjadq 2024-09-11T08:01:09.837 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: osdmap e71: 8 total, 8 up, 8 in 2024-09-11T08:01:09.837 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e39: smithi073.ivjadq(active, starting, since 0.0101551s), standbys: smithi136.asoksz 2024-09-11T08:01:09.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:01:09.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T08:01:09.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T08:01:09.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:01:09.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:01:09.838 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:01:09.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:01:09.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:01:09.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:01:09.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:01:09.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:01:09.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:01:09.839 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:01:09.840 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:01:09.840 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Manager daemon smithi073.ivjadq is now available 2024-09-11T08:01:09.840 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:09.840 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:09.840 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:01:09.840 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T08:01:09.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e40: smithi073.ivjadq(active, since 1.01517s), standbys: smithi136.asoksz 2024-09-11T08:01:09.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v3: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:01:09.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [11/Sep/2024:08:00:52] ENGINE Bus STARTING 2024-09-11T08:01:09.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [11/Sep/2024:08:00:52] ENGINE Serving on https://172.21.15.73:7150 2024-09-11T08:01:09.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [11/Sep/2024:08:00:52] ENGINE Bus STARTED 2024-09-11T08:01:09.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [11/Sep/2024:08:00:52] ENGINE Error in HTTPServer.serve 2024-09-11T08:01:09.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:01:09.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self._connections.run(self.expiration_interval) 2024-09-11T08:01:09.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:01:09.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self._run(expiration_interval) 2024-09-11T08:01:09.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:01:09.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:01:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:01:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:01:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:01:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: s = self.context.wrap_socket( 2024-09-11T08:01:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:01:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.sslsocket_class._create( 2024-09-11T08:01:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:01:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.do_handshake() 2024-09-11T08:01:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:01:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self._sslobj.do_handshake() 2024-09-11T08:01:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:01:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:01:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Cluster is now healthy 2024-09-11T08:01:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v4: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:01:09.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e41: smithi073.ivjadq(active, since 2s), standbys: smithi136.asoksz 2024-09-11T08:01:09.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v5: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:01:09.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e42: smithi073.ivjadq(active, since 4s), standbys: smithi136.asoksz 2024-09-11T08:01:09.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v6: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:01:09.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v7: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 146 B/s wr, 10 op/s 2024-09-11T08:01:09.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:09.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:09.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T08:01:09.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T08:01:09.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:09.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:09.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:09.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v8: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 122 B/s wr, 8 op/s 2024-09-11T08:01:09.849 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1704471944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:09.850 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v9: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 197 B/s wr, 7 op/s 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.851 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:09.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:09.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.852 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.853 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.853 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.853 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.853 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.853 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.853 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:09.854 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.855 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.856 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v10: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 179 B/s wr, 6 op/s 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Upgrade: Updating mon.smithi136 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Deploying daemon mon.smithi136 on smithi136 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: pgmap v11: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 179 B/s wr, 6 op/s 2024-09-11T08:01:09.857 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mon.smithi073 calling monitor election 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mon.smithi136 calling monitor election 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mon.smithi073 is new leader, mons smithi073,smithi136 in quorum (ranks 0,1) 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: monmap e3: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: osdmap e71: 8 total, 8 up, 8 in 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: mgrmap e42: smithi073.ivjadq(active, since 17s), standbys: smithi136.asoksz 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:01:09.858 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: daemon prometheus.smithi073 on smithi073 is in error state 2024-09-11T08:01:09.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.859 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:09 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:09.929 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mkfs 16a271ee-7012-11ef-bcea-c7b262605968 2024-09-11T08:01:09.929 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Deploying daemon nfs.foo.1.1.smithi136.ytedcs on smithi136 2024-09-11T08:01:09.929 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.929 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.929 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.930 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.930 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.930 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.930 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.930 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.930 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:09.931 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.931 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.931 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.931 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:09.931 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.931 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:09.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:09.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:09.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:01:09.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:09.933 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.934 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.935 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Upgrade: Need to upgrade myself (mgr.smithi136.asoksz) 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Upgrade: Need to upgrade myself (mgr.smithi136.asoksz) 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Upgrade: Updating mgr.smithi073.ivjadq 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Deploying daemon mgr.smithi073.ivjadq on smithi073 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [11/Sep/2024:08:00:08] ENGINE Bus STARTING 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [11/Sep/2024:08:00:08] ENGINE Serving on https://172.21.15.73:7150 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [11/Sep/2024:08:00:08] ENGINE Bus STARTED 2024-09-11T08:01:09.936 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [11/Sep/2024:08:00:08] ENGINE Error in HTTPServer.serve 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self._connections.run(self.expiration_interval) 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self._run(expiration_interval) 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: s = self.context.wrap_socket( 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.sslsocket_class._create( 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:01:09.937 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.do_handshake() 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self._sslobj.do_handshake() 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.938 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v11: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 192 B/s wr, 7 op/s 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:09.939 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.940 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:09.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:09.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:09.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:01:09.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:09.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:09.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:09.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:01:09.941 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.942 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:09.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v12: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 289 B/s wr, 7 op/s 2024-09-11T08:01:09.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Upgrade: Updating mgr.smithi136.asoksz 2024-09-11T08:01:09.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Deploying daemon mgr.smithi136.asoksz on smithi136 2024-09-11T08:01:09.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v13: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:01:09.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v14: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:01:09.945 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v15: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v16: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Standby manager daemon smithi136.asoksz started 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e35: smithi073.ivjadq(active, since 25s), standbys: smithi136.asoksz 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v17: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v18: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v19: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 195 B/s wr, 0 op/s 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v20: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:01:09.946 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v21: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 120 B/s wr, 0 op/s 2024-09-11T08:01:09.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:09.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:09.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.949 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:01:09.950 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.951 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.952 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all mgr 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v22: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Upgrade: Updating mon.smithi073 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Deploying daemon mon.smithi073 on smithi073 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v24: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 241 B/s wr, 0 op/s 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mon.smithi073 calling monitor election 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mon.smithi073 is new leader, mons smithi073,smithi136 in quorum (ranks 0,1) 2024-09-11T08:01:09.953 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: osdmap e70: 8 total, 8 up, 8 in 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e35: smithi073.ivjadq(active, since 39s), standbys: smithi136.asoksz 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: daemon prometheus.smithi073 on smithi073 is in error state 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e36: smithi073.ivjadq(active, since 39s), standbys: smithi136.asoksz 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e37: smithi073.ivjadq(active, since 40s), standbys: smithi136.asoksz 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Standby manager daemon smithi136.asoksz restarted 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Standby manager daemon smithi136.asoksz started 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e38: smithi073.ivjadq(active, since 43s), standbys: smithi136.asoksz 2024-09-11T08:01:09.954 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Active manager daemon smithi073.ivjadq restarted 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Activating manager daemon smithi073.ivjadq 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: osdmap e71: 8 total, 8 up, 8 in 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e39: smithi073.ivjadq(active, starting, since 0.0101551s), standbys: smithi136.asoksz 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi073.ivjadq", "id": "smithi073.ivjadq"}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr metadata", "who": "smithi136.asoksz", "id": "smithi136.asoksz"}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:01:09.955 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Manager daemon smithi073.ivjadq is now available 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/mirror_snapshot_schedule"}]: dispatch 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.ivjadq/trash_purge_schedule"}]: dispatch 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e40: smithi073.ivjadq(active, since 1.01517s), standbys: smithi136.asoksz 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v3: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [11/Sep/2024:08:00:52] ENGINE Bus STARTING 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [11/Sep/2024:08:00:52] ENGINE Serving on https://172.21.15.73:7150 2024-09-11T08:01:09.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [11/Sep/2024:08:00:52] ENGINE Bus STARTED 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [11/Sep/2024:08:00:52] ENGINE Error in HTTPServer.serve 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self._connections.run(self.expiration_interval) 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self._run(expiration_interval) 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T08:01:09.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: s = self.context.wrap_socket( 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.sslsocket_class._create( 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.do_handshake() 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self._sslobj.do_handshake() 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Cluster is now healthy 2024-09-11T08:01:09.958 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v4: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:01:09.959 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e41: smithi073.ivjadq(active, since 2s), standbys: smithi136.asoksz 2024-09-11T08:01:09.959 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v5: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:01:09.959 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e42: smithi073.ivjadq(active, since 4s), standbys: smithi136.asoksz 2024-09-11T08:01:09.959 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v6: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T08:01:09.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.960 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v7: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 146 B/s wr, 10 op/s 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi073:/etc/ceph/ceph.conf 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi136:/etc/ceph/ceph.conf 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi136:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:09.961 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Updating smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v8: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 122 B/s wr, 8 op/s 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1704471944' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T08:01:09.962 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v9: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 197 B/s wr, 7 op/s 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.963 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:01:09.964 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:09.965 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:09.966 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:09.967 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v10: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 179 B/s wr, 6 op/s 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Upgrade: Updating mon.smithi136 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Deploying daemon mon.smithi136 on smithi136 2024-09-11T08:01:09.968 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: pgmap v11: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 179 B/s wr, 6 op/s 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mon.smithi073 calling monitor election 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mon.smithi136 calling monitor election 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mon metadata", "id": "smithi136"}]: dispatch 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mon.smithi073 is new leader, mons smithi073,smithi136 in quorum (ranks 0,1) 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: monmap e3: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi136=[v2:172.21.15.136:3300/0,v1:172.21.15.136:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: osdmap e71: 8 total, 8 up, 8 in 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: mgrmap e42: smithi073.ivjadq(active, since 17s), standbys: smithi136.asoksz 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T08:01:09.969 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: daemon prometheus.smithi073 on smithi073 is in error state 2024-09-11T08:01:09.970 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.970 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:09.970 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:09 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:10.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:10 smithi073 ceph-mon[64336]: pgmap v13: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-09-11T08:01:10.832 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:10 smithi136 ceph-mon[49950]: pgmap v13: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 179 B/s rd, 179 B/s wr, 0 op/s 2024-09-11T08:01:11.929 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:13.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:13 smithi136 ceph-mon[49950]: pgmap v14: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:13.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:13 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:13.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:13 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:13.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:13 smithi073 ceph-mon[64336]: pgmap v14: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:13.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:13 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:13.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:13 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:14.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:14.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:14.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:14 smithi136 ceph-mon[49950]: pgmap v15: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:14.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:14 smithi073 ceph-mon[64336]: pgmap v15: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:16.958 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:17.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: pgmap v16: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:17.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:17.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:17.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:17.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:17.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:17.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:17.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:01:17.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:01:17.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:17.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: pgmap v16: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:01:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:01:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:01:17.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:18.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:18 smithi136 ceph-mon[49950]: pgmap v17: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 286 B/s rd, 286 B/s wr, 0 op/s 2024-09-11T08:01:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:18 smithi136 ceph-mon[49950]: pgmap v18: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-09-11T08:01:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:18 smithi136 ceph-mon[49950]: Reconfiguring mon.smithi073 (monmap changed)... 2024-09-11T08:01:18.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:18 smithi136 ceph-mon[49950]: Reconfiguring daemon mon.smithi073 on smithi073 2024-09-11T08:01:18.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:18 smithi073 ceph-mon[64336]: pgmap v17: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 286 B/s rd, 286 B/s wr, 0 op/s 2024-09-11T08:01:18.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:18 smithi073 ceph-mon[64336]: pgmap v18: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-09-11T08:01:18.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:18 smithi073 ceph-mon[64336]: Reconfiguring mon.smithi073 (monmap changed)... 2024-09-11T08:01:18.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:18 smithi073 ceph-mon[64336]: Reconfiguring daemon mon.smithi073 on smithi073 2024-09-11T08:01:19.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:19 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:19.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:19 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:19.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:19 smithi073 ceph-mon[64336]: Reconfiguring mgr.smithi073.ivjadq (monmap changed)... 2024-09-11T08:01:19.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:19 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ivjadq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:01:19.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:19 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:01:19.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:19 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:19.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:19 smithi073 ceph-mon[64336]: Reconfiguring daemon mgr.smithi073.ivjadq on smithi073 2024-09-11T08:01:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:19 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:19 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:19 smithi136 ceph-mon[49950]: Reconfiguring mgr.smithi073.ivjadq (monmap changed)... 2024-09-11T08:01:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:19 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.ivjadq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:01:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:19 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:01:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:19 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:19 smithi136 ceph-mon[49950]: Reconfiguring daemon mgr.smithi073.ivjadq on smithi073 2024-09-11T08:01:20.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:20 smithi136 ceph-mon[49950]: pgmap v19: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s 2024-09-11T08:01:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T08:01:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:20 smithi073 ceph-mon[64336]: pgmap v19: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s 2024-09-11T08:01:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T08:01:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:21.449 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:21 smithi073 ceph-mon[64336]: Reconfiguring crash.smithi073 (monmap changed)... 2024-09-11T08:01:21.449 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:21 smithi073 ceph-mon[64336]: Reconfiguring daemon crash.smithi073 on smithi073 2024-09-11T08:01:21.449 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:21.449 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:21.449 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:21 smithi136 ceph-mon[49950]: Reconfiguring crash.smithi073 (monmap changed)... 2024-09-11T08:01:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:21 smithi136 ceph-mon[49950]: Reconfiguring daemon crash.smithi073 on smithi073 2024-09-11T08:01:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:21.987 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:22.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:22 smithi073 ceph-mon[64336]: pgmap v20: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 117 B/s wr, 0 op/s 2024-09-11T08:01:22.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:22 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:22.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:22 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:22.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:22 smithi136 ceph-mon[49950]: pgmap v20: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 117 B/s wr, 0 op/s 2024-09-11T08:01:22.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:22 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:01:22.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:22 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:01:24.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:24 smithi136 ceph-mon[49950]: pgmap v21: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s 2024-09-11T08:01:24.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:24 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:01:24.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:24 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:24.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:24 smithi073 ceph-mon[64336]: pgmap v21: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s 2024-09-11T08:01:24.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:24 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:01:24.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:24 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:25.356 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:25 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:25.356 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:25.356 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:25.356 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:25.356 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:25.356 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:25.356 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:25.357 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:25.358 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:25.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:25.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:25.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:25.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:25.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:25.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:25.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:25.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:25 smithi073 ceph-mon[64336]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T08:01:25.360 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:25 smithi073 ceph-mon[64336]: Reconfiguring daemon osd.0 on smithi073 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:25 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:25.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:01:25.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:01:25.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:01:25.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:01:25.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:01:25.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:01:25.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:01:25.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:01:25.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:01:25.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:25 smithi136 ceph-mon[49950]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T08:01:25.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:25 smithi136 ceph-mon[49950]: Reconfiguring daemon osd.0 on smithi073 2024-09-11T08:01:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:26 smithi073 ceph-mon[64336]: pgmap v22: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s 2024-09-11T08:01:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:01:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:26.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:26 smithi136 ceph-mon[49950]: pgmap v22: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 235 B/s wr, 0 op/s 2024-09-11T08:01:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:01:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:27.011 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: Reconfiguring daemon osd.1 on smithi073 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: pgmap v23: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:27.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:27 smithi136 ceph-mon[49950]: Reconfiguring daemon osd.2 on smithi073 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: Reconfiguring daemon osd.1 on smithi073 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: pgmap v23: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:27.533 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:27 smithi073 ceph-mon[64336]: Reconfiguring daemon osd.2 on smithi073 2024-09-11T08:01:29.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:29 smithi136 ceph-mon[49950]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T08:01:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:01:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:29 smithi136 ceph-mon[49950]: Reconfiguring daemon osd.3 on smithi073 2024-09-11T08:01:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:29 smithi136 ceph-mon[49950]: pgmap v24: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:29 smithi073 ceph-mon[64336]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T08:01:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:01:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:29 smithi073 ceph-mon[64336]: Reconfiguring daemon osd.3 on smithi073 2024-09-11T08:01:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:29 smithi073 ceph-mon[64336]: pgmap v24: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:31.001 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:31.001 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:31.001 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:30 smithi073 ceph-mon[64336]: Reconfiguring mds.foofs.smithi073.ufpfai (monmap changed)... 2024-09-11T08:01:31.002 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.ufpfai", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T08:01:31.002 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:31.002 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:30 smithi073 ceph-mon[64336]: Reconfiguring daemon mds.foofs.smithi073.ufpfai on smithi073 2024-09-11T08:01:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:30 smithi136 ceph-mon[49950]: Reconfiguring mds.foofs.smithi073.ufpfai (monmap changed)... 2024-09-11T08:01:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.ufpfai", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T08:01:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:30 smithi136 ceph-mon[49950]: Reconfiguring daemon mds.foofs.smithi073.ufpfai on smithi073 2024-09-11T08:01:31.366 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:01:31.984 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (10m) 34s ago 12m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (11m) 34s ago 11m 6400k - 16.2.5 6933c2a0b7dd 456b5ff3fa93 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (11m) 19s ago 11m 6405k - 16.2.5 6933c2a0b7dd 4377db5e336c 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (10m) 34s ago 11m 34.8M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (6m) 34s ago 6m 37.7M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (6m) 19s ago 6m 14.8M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (100s) 34s ago 13m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (64s) 19s ago 11m 397M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (47s) 34s ago 13m 29.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (24s) 19s ago 11m 31.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:01:31.985 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (4m) 34s ago 4m 78.2M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (4m) 19s ago 4m 54.5M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (11m) 34s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (10m) 19s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (10m) 34s ago 10m 374M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (10m) 34s ago 10m 297M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (9m) 34s ago 9m 219M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (9m) 34s ago 9m 345M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (9m) 19s ago 9m 374M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (8m) 19s ago 8m 378M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (8m) 19s ago 8m 319M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (8m) 19s ago 8m 474M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:01:31.986 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 34s ago 11m 61.9M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:01:32.039 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:32 smithi073 ceph-mon[64336]: pgmap v25: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:32 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:32 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:32 smithi073 ceph-mon[64336]: Reconfiguring crash.smithi136 (monmap changed)... 2024-09-11T08:01:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:32 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T08:01:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:32 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:32.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:32 smithi073 ceph-mon[64336]: Reconfiguring daemon crash.smithi136 on smithi136 2024-09-11T08:01:32.357 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:01:32.357 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:01:32.357 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:01:32.357 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T08:01:32.358 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:01:32.359 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:01:32.392 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:32 smithi136 ceph-mon[49950]: pgmap v25: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:32.392 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:32 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:32.392 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:32 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:32.392 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:32 smithi136 ceph-mon[49950]: Reconfiguring crash.smithi136 (monmap changed)... 2024-09-11T08:01:32.393 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:32 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T08:01:32.393 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:32 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:32.393 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:32 smithi136 ceph-mon[49950]: Reconfiguring daemon crash.smithi136 on smithi136 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr" 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "4/23 daemons upgraded", 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T08:01:32.680 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:01:32.681 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:01:33.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:33.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:33.057 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/3809822128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:01:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:01:33.058 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:33.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/3809822128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi136.asoksz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T08:01:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T08:01:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: Reconfiguring mgr.smithi136.asoksz (monmap changed)... 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: Reconfiguring daemon mgr.smithi136.asoksz on smithi136 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: pgmap v26: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:01:34.251 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:34 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: Reconfiguring mgr.smithi136.asoksz (monmap changed)... 2024-09-11T08:01:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: Reconfiguring daemon mgr.smithi136.asoksz on smithi136 2024-09-11T08:01:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: pgmap v26: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:01:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T08:01:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T08:01:34.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:34 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:35.224 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:35 smithi136 ceph-mon[49950]: Reconfiguring mon.smithi136 (monmap changed)... 2024-09-11T08:01:35.224 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:35 smithi136 ceph-mon[49950]: Reconfiguring daemon mon.smithi136 on smithi136 2024-09-11T08:01:35.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:35 smithi073 ceph-mon[64336]: Reconfiguring mon.smithi136 (monmap changed)... 2024-09-11T08:01:35.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:35 smithi073 ceph-mon[64336]: Reconfiguring daemon mon.smithi136 on smithi136 2024-09-11T08:01:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:36 smithi136 ceph-mon[49950]: pgmap v27: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:01:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:36 smithi073 ceph-mon[64336]: pgmap v27: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:01:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:37.068 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:37.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:37 smithi136 ceph-mon[49950]: Reconfiguring osd.4 (monmap changed)... 2024-09-11T08:01:37.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:37 smithi136 ceph-mon[49950]: Reconfiguring daemon osd.4 on smithi136 2024-09-11T08:01:37.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:37 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:37.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:37 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:37.327 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:37 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:01:37.327 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:37 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:37 smithi073 ceph-mon[64336]: Reconfiguring osd.4 (monmap changed)... 2024-09-11T08:01:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:37 smithi073 ceph-mon[64336]: Reconfiguring daemon osd.4 on smithi136 2024-09-11T08:01:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:37 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:37 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:37 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:01:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:37 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:38.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:38 smithi136 ceph-mon[49950]: pgmap v28: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:38.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:38 smithi136 ceph-mon[49950]: Reconfiguring osd.5 (monmap changed)... 2024-09-11T08:01:38.197 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:38 smithi136 ceph-mon[49950]: Reconfiguring daemon osd.5 on smithi136 2024-09-11T08:01:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:38 smithi073 ceph-mon[64336]: pgmap v28: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:38 smithi073 ceph-mon[64336]: Reconfiguring osd.5 (monmap changed)... 2024-09-11T08:01:38.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:38 smithi073 ceph-mon[64336]: Reconfiguring daemon osd.5 on smithi136 2024-09-11T08:01:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:39 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:39 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:39 smithi073 ceph-mon[64336]: Reconfiguring osd.6 (monmap changed)... 2024-09-11T08:01:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:39 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:01:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:39 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:39 smithi073 ceph-mon[64336]: Reconfiguring daemon osd.6 on smithi136 2024-09-11T08:01:39.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:39 smithi073 ceph-mon[64336]: pgmap v29: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:39.638 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:39 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:39.639 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:39 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:39.639 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:39 smithi136 ceph-mon[49950]: Reconfiguring osd.6 (monmap changed)... 2024-09-11T08:01:39.639 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:39 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:01:39.639 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:39 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:39.639 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:39 smithi136 ceph-mon[49950]: Reconfiguring daemon osd.6 on smithi136 2024-09-11T08:01:39.639 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:39 smithi136 ceph-mon[49950]: pgmap v29: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:40 smithi136 ceph-mon[49950]: Reconfiguring osd.7 (monmap changed)... 2024-09-11T08:01:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:01:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:40 smithi136 ceph-mon[49950]: Reconfiguring daemon osd.7 on smithi136 2024-09-11T08:01:41.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:41.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:41.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:40 smithi073 ceph-mon[64336]: Reconfiguring osd.7 (monmap changed)... 2024-09-11T08:01:41.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:01:41.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:41.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:40 smithi073 ceph-mon[64336]: Reconfiguring daemon osd.7 on smithi136 2024-09-11T08:01:42.094 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:42.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:42 smithi136 ceph-mon[49950]: pgmap v30: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:42.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:42 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:42.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:42 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:42.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:42 smithi136 ceph-mon[49950]: Reconfiguring mds.foofs.smithi136.ihpmqj (monmap changed)... 2024-09-11T08:01:42.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:42 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi136.ihpmqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T08:01:42.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:42 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:42.510 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:42 smithi136 ceph-mon[49950]: Reconfiguring daemon mds.foofs.smithi136.ihpmqj on smithi136 2024-09-11T08:01:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:42 smithi073 ceph-mon[64336]: pgmap v30: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:42 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:42 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:42 smithi073 ceph-mon[64336]: Reconfiguring mds.foofs.smithi136.ihpmqj (monmap changed)... 2024-09-11T08:01:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:42 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi136.ihpmqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T08:01:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:42 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:42 smithi073 ceph-mon[64336]: Reconfiguring daemon mds.foofs.smithi136.ihpmqj on smithi136 2024-09-11T08:01:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all mon 2024-09-11T08:01:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:43.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi073"}]: dispatch 2024-09-11T08:01:43.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi073"}]': finished 2024-09-11T08:01:43.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi136"}]: dispatch 2024-09-11T08:01:43.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi136"}]': finished 2024-09-11T08:01:43.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:43 smithi073 ceph-mon[64336]: pgmap v31: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:44.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:44.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:44.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:44.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:44.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:01:44.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all mon 2024-09-11T08:01:44.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:44.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi073"}]: dispatch 2024-09-11T08:01:44.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi073"}]': finished 2024-09-11T08:01:44.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi136"}]: dispatch 2024-09-11T08:01:44.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi136"}]': finished 2024-09-11T08:01:44.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:43 smithi136 ceph-mon[49950]: pgmap v31: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:45.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:44 smithi073 ceph-mon[64336]: Upgrade: Updating crash.smithi073 (1/2) 2024-09-11T08:01:45.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:44 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:45.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:44 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T08:01:45.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:44 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:45.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:44 smithi073 ceph-mon[64336]: Deploying daemon crash.smithi073 on smithi073 2024-09-11T08:01:45.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:44 smithi136 ceph-mon[49950]: Upgrade: Updating crash.smithi073 (1/2) 2024-09-11T08:01:45.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:44 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:45.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:44 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T08:01:45.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:44 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:45.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:44 smithi136 ceph-mon[49950]: Deploying daemon crash.smithi073 on smithi073 2024-09-11T08:01:46.253 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:45 smithi073 ceph-mon[64336]: pgmap v32: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:46.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:45 smithi136 ceph-mon[49950]: pgmap v32: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:47.141 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:47.984 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:47 smithi136 ceph-mon[49950]: pgmap v33: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:47.984 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:47.985 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:48.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:47 smithi073 ceph-mon[64336]: pgmap v33: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:48.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:48.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:49 smithi073 ceph-mon[64336]: Upgrade: Updating crash.smithi136 (2/2) 2024-09-11T08:01:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:49 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:49 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T08:01:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:49 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:49 smithi073 ceph-mon[64336]: Deploying daemon crash.smithi136 on smithi136 2024-09-11T08:01:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:49 smithi073 ceph-mon[64336]: pgmap v34: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:49.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:49 smithi136 ceph-mon[49950]: Upgrade: Updating crash.smithi136 (2/2) 2024-09-11T08:01:49.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:49 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:49.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:49 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi136", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T08:01:49.943 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:49 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:01:49.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:49 smithi136 ceph-mon[49950]: Deploying daemon crash.smithi136 on smithi136 2024-09-11T08:01:49.944 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:49 smithi136 ceph-mon[49950]: pgmap v34: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:50.864 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:01:51.794 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:51 smithi136 ceph-mon[49950]: pgmap v35: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:52.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:51 smithi073 ceph-mon[64336]: pgmap v35: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:52.167 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:53.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:53.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:53.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:01:54.202 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:53 smithi136 ceph-mon[49950]: pgmap v36: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:54.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:53 smithi073 ceph-mon[64336]: pgmap v36: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:56.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:55 smithi136 ceph-mon[49950]: pgmap v37: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:56.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:55 smithi073 ceph-mon[64336]: pgmap v37: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:57.198 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:01:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:57.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:57 smithi136 ceph-mon[49950]: pgmap v38: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:57.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:57 smithi073 ceph-mon[64336]: pgmap v38: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:01:59.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:59 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:59.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:59 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:59.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:59 smithi073 ceph-mon[64336]: pgmap v39: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:59.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:59 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:59.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:01:59 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:59.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:59 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:59.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:59 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:59.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:59 smithi136 ceph-mon[49950]: pgmap v39: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:01:59.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:59 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:01:59.708 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:01:59 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:00.785 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:00 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:00.785 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:00 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:01.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:00 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:01.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:00 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:01.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:01 smithi073 ceph-mon[64336]: pgmap v40: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:02:02.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:01 smithi136 ceph-mon[49950]: pgmap v40: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:02:02.222 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:03.013 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:02:03.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:03.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:03.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:03.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:03.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:03 smithi073 ceph-mon[64336]: pgmap v41: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 267 B/s rd, 267 B/s wr, 0 op/s 2024-09-11T08:02:03.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:03 smithi073 ceph-mon[64336]: pgmap v42: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-09-11T08:02:03.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:03.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:03 smithi136 ceph-mon[49950]: pgmap v41: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 267 B/s rd, 267 B/s wr, 0 op/s 2024-09-11T08:02:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:03 smithi136 ceph-mon[49950]: pgmap v42: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-09-11T08:02:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:03.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:03.658 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:02:03.658 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (11m) 5s ago 12m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:02:03.658 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (16s) 5s ago 12m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (12s) 7s ago 11m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (10m) 5s ago 12m 34.6M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (7m) 5s ago 7m 37.7M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (7m) 7s ago 7m 15.0M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (2m) 5s ago 13m 447M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (96s) 7s ago 11m 399M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (79s) 5s ago 13m 44.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (56s) 7s ago 11m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (4m) 5s ago 4m 82.0M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (4m) 7s ago 4m 54.5M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (12m) 5s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (11m) 7s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (11m) 5s ago 11m 374M 1936M 16.2.5 6933c2a0b7dd 928ba391c394 2024-09-11T08:02:03.659 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (10m) 5s ago 10m 297M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T08:02:03.660 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (10m) 5s ago 10m 220M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T08:02:03.660 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (9m) 5s ago 9m 345M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T08:02:03.660 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (9m) 7s ago 9m 374M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T08:02:03.660 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (9m) 7s ago 9m 379M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T08:02:03.660 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (8m) 7s ago 8m 319M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:02:03.660 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (8m) 7s ago 8m 474M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:02:03.660 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 5s ago 11m 61.9M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:02:04.040 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:02:04.041 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:02:04.042 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:02:04.042 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:02:04.042 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:02:04.042 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-09-11T08:02:04.042 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T08:02:04.042 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:02:04.042 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:02:04.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:04 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:02:04.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:04 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:02:04.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:04 smithi073 ceph-mon[64336]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:04.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:04 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1022431363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:02:04.373 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "6/23 daemons upgraded", 2024-09-11T08:02:04.374 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading crash daemons", 2024-09-11T08:02:04.374 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:02:04.374 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:02:04.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:04 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:02:04.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:04 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:02:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:04 smithi136 ceph-mon[49950]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:04.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:04 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1022431363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:05.299 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:05 smithi073 ceph-mon[64336]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:05.299 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:05 smithi073 ceph-mon[64336]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:05.299 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:05 smithi073 ceph-mon[64336]: pgmap v43: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-09-11T08:02:05.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:05 smithi136 ceph-mon[49950]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:05 smithi136 ceph-mon[49950]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:05.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:05 smithi136 ceph-mon[49950]: pgmap v43: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi073"}]: dispatch 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi073"}]': finished 2024-09-11T08:02:06.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi136"}]: dispatch 2024-09-11T08:02:06.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi136"}]': finished 2024-09-11T08:02:06.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:02:06.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:02:06.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi073"}]: dispatch 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi073"}]': finished 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi136"}]: dispatch 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi136"}]': finished 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:02:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:02:07.177 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:07 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:07.178 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:02:07.179 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:07.180 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:07.181 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:07 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all crash 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:07 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:07 smithi136 ceph-mon[49950]: Upgrade: osd.0 is safe to restart 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:07 smithi136 ceph-mon[49950]: pgmap v44: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 107 B/s wr, 0 op/s 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:02:07.182 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:07.258 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:07.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:07 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:07.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:07.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:07.493 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:07.494 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:02:07.495 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:02:07.496 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:07 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all crash 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:07 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T08:02:07.497 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:07 smithi073 ceph-mon[64336]: Upgrade: osd.0 is safe to restart 2024-09-11T08:02:07.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:07 smithi073 ceph-mon[64336]: pgmap v44: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 107 B/s wr, 0 op/s 2024-09-11T08:02:07.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:07.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T08:02:07.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:08.197 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:08 smithi073 ceph-mon[64336]: Upgrade: Updating osd.0 2024-09-11T08:02:08.197 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:08 smithi073 ceph-mon[64336]: Deploying daemon osd.0 on smithi073 2024-09-11T08:02:08.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:08 smithi136 ceph-mon[49950]: Upgrade: Updating osd.0 2024-09-11T08:02:08.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:08 smithi136 ceph-mon[49950]: Deploying daemon osd.0 on smithi073 2024-09-11T08:02:09.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:09 smithi073 ceph-mon[64336]: pgmap v45: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-09-11T08:02:09.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:09 smithi136 ceph-mon[49950]: pgmap v45: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-09-11T08:02:10.061 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:09 smithi073 systemd[1]: Stopping Ceph osd.0 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:02:10.061 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0[31889]: debug 2024-09-11T08:02:09.823+0000 7f5d10882700 -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-11T08:02:10.061 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0[31889]: debug 2024-09-11T08:02:09.823+0000 7f5d10882700 -1 osd.0 71 *** Got signal Terminated *** 2024-09-11T08:02:10.061 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:09 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0[31889]: debug 2024-09-11T08:02:09.823+0000 7f5d10882700 -1 osd.0 71 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:02:10.061 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:09 smithi073 podman[71022]: 2024-09-11 08:02:09.915786571 +0000 UTC m=+0.184116803 container died 928ba391c3949b8f7557002dc645d2c5e2ba1accf3ee86dd9d60fd6cf0bef676 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD) 2024-09-11T08:02:10.400 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.1 2024-09-11T08:02:10.400 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 failed (root=default,host=smithi073) (connection refused reported by osd.1) 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.1 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.2 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.3 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.7 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.6 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.5 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.4 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.2 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.3 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.7 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.6 2024-09-11T08:02:10.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.5 2024-09-11T08:02:10.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:10 smithi073 ceph-mon[64336]: osd.0 reported immediately failed by osd.4 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.1 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 failed (root=default,host=smithi073) (connection refused reported by osd.1) 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.1 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.2 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.3 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.7 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.6 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.5 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.4 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.2 2024-09-11T08:02:10.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.3 2024-09-11T08:02:10.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.7 2024-09-11T08:02:10.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.6 2024-09-11T08:02:10.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.5 2024-09-11T08:02:10.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:10 smithi136 ceph-mon[49950]: osd.0 reported immediately failed by osd.4 2024-09-11T08:02:10.677 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:10 smithi073 podman[71022]: 2024-09-11 08:02:10.39991502 +0000 UTC m=+0.668245252 container cleanup 928ba391c3949b8f7557002dc645d2c5e2ba1accf3ee86dd9d60fd6cf0bef676 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T08:02:10.677 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:10 smithi073 bash[71022]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0 2024-09-11T08:02:11.061 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:10 smithi073 podman[71035]: 2024-09-11 08:02:10.676696683 +0000 UTC m=+0.762831938 container remove 928ba391c3949b8f7557002dc645d2c5e2ba1accf3ee86dd9d60fd6cf0bef676 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.0, ceph=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_CLEAN=True, RELEASE=HEAD) 2024-09-11T08:02:11.372 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:11 smithi073 ceph-mon[64336]: pgmap v46: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-09-11T08:02:11.372 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:11 smithi073 ceph-mon[64336]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:02:11.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:11 smithi073 ceph-mon[64336]: osdmap e72: 8 total, 7 up, 8 in 2024-09-11T08:02:11.373 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:11 smithi073 podman[71135]: 2024-09-11 08:02:11.023986957 +0000 UTC m=+0.015847228 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:11.373 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:11 smithi073 podman[71135]: 2024-09-11 08:02:11.152770157 +0000 UTC m=+0.144630414 container create 09c7243e6c3e5b412bd15b80e6b773b4eda37b4e46924bde6032e63a6b2a5bd0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0) 2024-09-11T08:02:11.373 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:11 smithi073 podman[71135]: 2024-09-11 08:02:11.372089198 +0000 UTC m=+0.363949456 container init 09c7243e6c3e5b412bd15b80e6b773b4eda37b4e46924bde6032e63a6b2a5bd0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True) 2024-09-11T08:02:11.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:11 smithi136 ceph-mon[49950]: pgmap v46: 129 pgs: 129 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 215 B/s rd, 215 B/s wr, 0 op/s 2024-09-11T08:02:11.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:11 smithi136 ceph-mon[49950]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:02:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:11 smithi136 ceph-mon[49950]: osdmap e72: 8 total, 7 up, 8 in 2024-09-11T08:02:11.811 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:11 smithi073 podman[71135]: 2024-09-11 08:02:11.375450021 +0000 UTC m=+0.367310279 container start 09c7243e6c3e5b412bd15b80e6b773b4eda37b4e46924bde6032e63a6b2a5bd0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-11T08:02:11.811 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:11 smithi073 podman[71135]: 2024-09-11 08:02:11.455297288 +0000 UTC m=+0.447157547 container attach 09c7243e6c3e5b412bd15b80e6b773b4eda37b4e46924bde6032e63a6b2a5bd0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:02:11.811 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:11 smithi073 podman[71135]: 2024-09-11 08:02:11.556270207 +0000 UTC m=+0.548130466 container died 09c7243e6c3e5b412bd15b80e6b773b4eda37b4e46924bde6032e63a6b2a5bd0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, 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.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-11T08:02:12.290 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:12.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:12 smithi073 ceph-mon[64336]: osdmap e73: 8 total, 7 up, 8 in 2024-09-11T08:02:12.457 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 podman[71157]: 2024-09-11 08:02:12.225917845 +0000 UTC m=+0.663909280 container remove 09c7243e6c3e5b412bd15b80e6b773b4eda37b4e46924bde6032e63a6b2a5bd0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-11T08:02:12.457 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-11T08:02:12.457 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 systemd[1]: Stopped Ceph osd.0 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:02:12.457 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.0.service: Consumed 1min 16.364s CPU time. 2024-09-11T08:02:12.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:12 smithi136 ceph-mon[49950]: osdmap e73: 8 total, 7 up, 8 in 2024-09-11T08:02:12.811 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 systemd[1]: Starting Ceph osd.0 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:02:12.811 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 podman[71265]: 2024-09-11 08:02:12.570492751 +0000 UTC m=+0.015722458 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:12.811 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 podman[71265]: 2024-09-11 08:02:12.693673074 +0000 UTC m=+0.138902826 container create 03df5880c71901ddf2dcdab1a79d3ee241d28abc48223139497e9f9f1d0d660d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True) 2024-09-11T08:02:13.192 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 podman[71265]: 2024-09-11 08:02:12.921254917 +0000 UTC m=+0.366484633 container init 03df5880c71901ddf2dcdab1a79d3ee241d28abc48223139497e9f9f1d0d660d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-11T08:02:13.192 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 podman[71265]: 2024-09-11 08:02:12.924967233 +0000 UTC m=+0.370196948 container start 03df5880c71901ddf2dcdab1a79d3ee241d28abc48223139497e9f9f1d0d660d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:02:13.192 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:12 smithi073 podman[71265]: 2024-09-11 08:02:12.995947664 +0000 UTC m=+0.441177379 container attach 03df5880c71901ddf2dcdab1a79d3ee241d28abc48223139497e9f9f1d0d660d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-11T08:02:13.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-mon[64336]: pgmap v49: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:13.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-mon[64336]: Health check failed: Degraded data redundancy: 202/1467 objects degraded (13.770%), 30 pgs degraded (PG_DEGRADED) 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate[71280]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 bash[71265]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate[71280]: 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-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 bash[71265]: 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-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate[71280]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 bash[71265]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate[71280]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 bash[71265]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate[71280]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 bash[71265]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T08:02:13.516 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate[71280]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:02:13.517 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 bash[71265]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T08:02:13.517 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate[71280]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-11T08:02:13.517 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 bash[71265]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-11T08:02:13.517 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 podman[71265]: 2024-09-11 08:02:13.234131193 +0000 UTC m=+0.679360903 container died 03df5880c71901ddf2dcdab1a79d3ee241d28abc48223139497e9f9f1d0d660d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:02:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:13 smithi136 ceph-mon[49950]: pgmap v49: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:13.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:13 smithi136 ceph-mon[49950]: Health check failed: Degraded data redundancy: 202/1467 objects degraded (13.770%), 30 pgs degraded (PG_DEGRADED) 2024-09-11T08:02:14.273 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:13 smithi073 podman[71412]: 2024-09-11 08:02:13.925245798 +0000 UTC m=+0.681489726 container remove 03df5880c71901ddf2dcdab1a79d3ee241d28abc48223139497e9f9f1d0d660d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-activate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, 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, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-11T08:02:14.273 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:14 smithi073 podman[71471]: 2024-09-11 08:02:14.036066336 +0000 UTC m=+0.016143709 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:14.273 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:14 smithi073 podman[71471]: 2024-09-11 08:02:14.151048114 +0000 UTC m=+0.131125488 container create 59c25b16abd2c27ce56b11bf53b93e48628950164ff590e75fb6fc7aa0bfdebc (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-11T08:02:14.561 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:14 smithi073 podman[71471]: 2024-09-11 08:02:14.378927137 +0000 UTC m=+0.359004509 container init 59c25b16abd2c27ce56b11bf53b93e48628950164ff590e75fb6fc7aa0bfdebc (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:02:14.561 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:14 smithi073 podman[71471]: 2024-09-11 08:02:14.38214608 +0000 UTC m=+0.362223446 container start 59c25b16abd2c27ce56b11bf53b93e48628950164ff590e75fb6fc7aa0bfdebc (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-11T08:02:14.561 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:14 smithi073 ceph-osd[71490]: -- 172.21.15.73:0/649972353 <== mon.0 v2:172.21.15.73:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f41a072d00 con 0x55f41a044c00 2024-09-11T08:02:14.561 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:14 smithi073 bash[71471]: 59c25b16abd2c27ce56b11bf53b93e48628950164ff590e75fb6fc7aa0bfdebc 2024-09-11T08:02:14.561 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:14 smithi073 systemd[1]: Started Ceph osd.0 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:02:15.200 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:14 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0[71486]: 2024-09-11T08:02:14.927+0000 7f097419c440 -1 Falling back to public interface 2024-09-11T08:02:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:15 smithi136 ceph-mon[49950]: pgmap v50: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:15 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:15 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:15 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:15.528 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:15 smithi073 ceph-mon[64336]: pgmap v50: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:15.528 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:15 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:15.529 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:15 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:15.529 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:15 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:17.313 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:17.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:17 smithi136 ceph-mon[49950]: pgmap v51: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:17.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:17 smithi073 ceph-mon[64336]: pgmap v51: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:18.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:18 smithi073 ceph-mon[64336]: pgmap v52: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:18.348 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:18 smithi136 ceph-mon[49950]: pgmap v52: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:19.350 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0[71486]: 2024-09-11T08:02:19.088+0000 7f097419c440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-11T08:02:19.626 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:19 smithi073 ceph-mon[64336]: from='osd.0 [v2:172.21.15.73:6802/3544154722,v1:172.21.15.73:6803/3544154722]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:02:19.627 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0[71486]: 2024-09-11T08:02:19.519+0000 7f097419c440 -1 osd.0 71 log_to_monitors true 2024-09-11T08:02:19.627 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:02:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0[71486]: 2024-09-11T08:02:19.584+0000 7f096a745640 -1 osd.0 71 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:02:19.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:19 smithi136 ceph-mon[49950]: from='osd.0 [v2:172.21.15.73:6802/3544154722,v1:172.21.15.73:6803/3544154722]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T08:02:20.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:20 smithi073 ceph-mon[64336]: from='osd.0 [v2:172.21.15.73:6802/3544154722,v1:172.21.15.73:6803/3544154722]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:02:20.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:20 smithi073 ceph-mon[64336]: osdmap e74: 8 total, 7 up, 8 in 2024-09-11T08:02:20.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:20 smithi073 ceph-mon[64336]: from='osd.0 [v2:172.21.15.73:6802/3544154722,v1:172.21.15.73:6803/3544154722]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T08:02:20.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:20 smithi073 ceph-mon[64336]: pgmap v54: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:21.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:20 smithi136 ceph-mon[49950]: from='osd.0 [v2:172.21.15.73:6802/3544154722,v1:172.21.15.73:6803/3544154722]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T08:02:21.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:20 smithi136 ceph-mon[49950]: osdmap e74: 8 total, 7 up, 8 in 2024-09-11T08:02:21.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:20 smithi136 ceph-mon[49950]: from='osd.0 [v2:172.21.15.73:6802/3544154722,v1:172.21.15.73:6803/3544154722]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T08:02:21.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:20 smithi136 ceph-mon[49950]: pgmap v54: 129 pgs: 19 active+undersized, 30 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 202/1467 objects degraded (13.770%) 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: osd.0 [v2:172.21.15.73:6802/3544154722,v1:172.21.15.73:6803/3544154722] boot 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: osdmap e75: 8 total, 8 up, 8 in 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:21.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:21.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:21 smithi073 ceph-mon[64336]: osdmap e76: 8 total, 8 up, 8 in 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: osd.0 [v2:172.21.15.73:6802/3544154722,v1:172.21.15.73:6803/3544154722] boot 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: osdmap e75: 8 total, 8 up, 8 in 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:21 smithi136 ceph-mon[49950]: osdmap e76: 8 total, 8 up, 8 in 2024-09-11T08:02:22.341 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:23.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:22 smithi136 ceph-mon[49950]: pgmap v57: 129 pgs: 33 peering, 7 active+undersized, 9 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 853 B/s wr, 1 op/s; 79/1467 objects degraded (5.385%) 2024-09-11T08:02:23.053 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:22 smithi073 ceph-mon[64336]: pgmap v57: 129 pgs: 33 peering, 7 active+undersized, 9 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 853 B/s wr, 1 op/s; 79/1467 objects degraded (5.385%) 2024-09-11T08:02:23.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:23 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 79/1467 objects degraded (5.385%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T08:02:23.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:23 smithi073 ceph-mon[64336]: mgrmap e43: smithi073.ivjadq(active, since 92s), standbys: smithi136.asoksz 2024-09-11T08:02:24.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:23 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 79/1467 objects degraded (5.385%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T08:02:24.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:23 smithi136 ceph-mon[49950]: mgrmap e43: smithi073.ivjadq(active, since 92s), standbys: smithi136.asoksz 2024-09-11T08:02:24.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:24 smithi073 ceph-mon[64336]: pgmap v58: 129 pgs: 33 peering, 7 active+undersized, 9 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s; 79/1467 objects degraded (5.385%) 2024-09-11T08:02:25.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:24 smithi136 ceph-mon[49950]: pgmap v58: 129 pgs: 33 peering, 7 active+undersized, 9 active+undersized+degraded, 80 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s; 79/1467 objects degraded (5.385%) 2024-09-11T08:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: pgmap v59: 129 pgs: 33 peering, 96 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 746 B/s wr, 1 op/s 2024-09-11T08:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: pgmap v60: 129 pgs: 33 peering, 96 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 837 B/s wr, 1 op/s 2024-09-11T08:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:26.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:02:26.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:26 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: pgmap v59: 129 pgs: 33 peering, 96 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 746 B/s wr, 1 op/s 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: pgmap v60: 129 pgs: 33 peering, 96 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 837 B/s wr, 1 op/s 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:26.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:02:26.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:26 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:02:27.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:27 smithi073 ceph-mon[64336]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/1467 objects degraded (5.385%), 9 pgs degraded) 2024-09-11T08:02:27.365 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:27.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:27 smithi136 ceph-mon[49950]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 79/1467 objects degraded (5.385%), 9 pgs degraded) 2024-09-11T08:02:28.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:28 smithi073 ceph-mon[64336]: pgmap v61: 129 pgs: 129 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 316 B/s rd, 790 B/s wr, 1 op/s 2024-09-11T08:02:28.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:28 smithi136 ceph-mon[49950]: pgmap v61: 129 pgs: 129 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 316 B/s rd, 790 B/s wr, 1 op/s 2024-09-11T08:02:29.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:29.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:29.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:29.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:29.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:02:29.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:02:30.261 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:30 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:30.261 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:30.261 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:30.262 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:02:30.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:30.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:30.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:30.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:30.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:30 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:02:30.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:30 smithi073 ceph-mon[64336]: Upgrade: osd.1 is safe to restart 2024-09-11T08:02:30.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:30 smithi073 ceph-mon[64336]: pgmap v62: 129 pgs: 129 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 136 B/s rd, 136 B/s wr, 0 op/s 2024-09-11T08:02:30.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:30.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:02:30.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:30 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:30.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:02:30.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:02:30.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:30 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T08:02:30.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:30 smithi136 ceph-mon[49950]: Upgrade: osd.1 is safe to restart 2024-09-11T08:02:30.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:30 smithi136 ceph-mon[49950]: pgmap v62: 129 pgs: 129 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 136 B/s rd, 136 B/s wr, 0 op/s 2024-09-11T08:02:30.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:30.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T08:02:30.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:31.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:31 smithi073 ceph-mon[64336]: Upgrade: Updating osd.1 2024-09-11T08:02:31.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:31 smithi073 ceph-mon[64336]: Deploying daemon osd.1 on smithi073 2024-09-11T08:02:31.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:31 smithi136 ceph-mon[49950]: Upgrade: Updating osd.1 2024-09-11T08:02:31.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:31 smithi136 ceph-mon[49950]: Deploying daemon osd.1 on smithi073 2024-09-11T08:02:32.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:32 smithi073 ceph-mon[64336]: pgmap v63: 129 pgs: 129 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 115 B/s wr, 0 op/s 2024-09-11T08:02:32.396 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:32.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:32 smithi136 ceph-mon[49950]: pgmap v63: 129 pgs: 129 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 115 B/s wr, 0 op/s 2024-09-11T08:02:32.811 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:32 smithi073 systemd[1]: Stopping Ceph osd.1 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:02:32.811 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1[34595]: debug 2024-09-11T08:02:32.508+0000 7fccd3dfb700 -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-11T08:02:32.811 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1[34595]: debug 2024-09-11T08:02:32.508+0000 7fccd3dfb700 -1 osd.1 76 *** Got signal Terminated *** 2024-09-11T08:02:32.811 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:32 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1[34595]: debug 2024-09-11T08:02:32.508+0000 7fccd3dfb700 -1 osd.1 76 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:02:32.811 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:32 smithi073 podman[73878]: 2024-09-11 08:02:32.580107212 +0000 UTC m=+0.169509625 container died 35dc3930b60b0e6aee36ad4a38549b3084131dfd3c4e2606cb9595e77a0f8506 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, ceph=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.5) 2024-09-11T08:02:33.210 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:32 smithi073 podman[73878]: 2024-09-11 08:02:32.958806454 +0000 UTC m=+0.548208873 container cleanup 35dc3930b60b0e6aee36ad4a38549b3084131dfd3c4e2606cb9595e77a0f8506 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1, CEPH_POINT_RELEASE=-16.2.5, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099) 2024-09-11T08:02:33.211 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:32 smithi073 bash[73878]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.6 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 failed (root=default,host=smithi073) (connection refused reported by osd.6) 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.6 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.5 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.4 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.0 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.2 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.3 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.7 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.5 2024-09-11T08:02:33.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.4 2024-09-11T08:02:33.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.0 2024-09-11T08:02:33.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.2 2024-09-11T08:02:33.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.3 2024-09-11T08:02:33.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:33 smithi073 ceph-mon[64336]: osd.1 reported immediately failed by osd.7 2024-09-11T08:02:33.516 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:33 smithi073 podman[73892]: 2024-09-11 08:02:33.210106951 +0000 UTC m=+0.624312632 container remove 35dc3930b60b0e6aee36ad4a38549b3084131dfd3c4e2606cb9595e77a0f8506 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.1, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.5, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_CLEAN=True, RELEASE=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image) 2024-09-11T08:02:33.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.6 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 failed (root=default,host=smithi073) (connection refused reported by osd.6) 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.6 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.5 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.4 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.0 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.2 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.3 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.7 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.5 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.4 2024-09-11T08:02:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.0 2024-09-11T08:02:33.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.2 2024-09-11T08:02:33.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.3 2024-09-11T08:02:33.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:33 smithi136 ceph-mon[49950]: osd.1 reported immediately failed by osd.7 2024-09-11T08:02:33.811 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:33 smithi073 podman[73994]: 2024-09-11 08:02:33.580833 +0000 UTC m=+0.015565421 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:33.811 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:33 smithi073 podman[73994]: 2024-09-11 08:02:33.736074144 +0000 UTC m=+0.170806546 container create 301eed0cc7893e3ac0a7af5092408d2f54780ec614bcf37925fada0abc725619 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, 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, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-11T08:02:34.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:34 smithi073 ceph-mon[64336]: pgmap v64: 129 pgs: 129 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-09-11T08:02:34.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:34 smithi073 ceph-mon[64336]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:02:34.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:34 smithi073 ceph-mon[64336]: osdmap e77: 8 total, 7 up, 8 in 2024-09-11T08:02:34.144 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:33 smithi073 podman[73994]: 2024-09-11 08:02:33.955222889 +0000 UTC m=+0.389955292 container init 301eed0cc7893e3ac0a7af5092408d2f54780ec614bcf37925fada0abc725619 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:02:34.144 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:33 smithi073 podman[73994]: 2024-09-11 08:02:33.958539704 +0000 UTC m=+0.393272119 container start 301eed0cc7893e3ac0a7af5092408d2f54780ec614bcf37925fada0abc725619 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T08:02:34.144 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:34 smithi073 podman[73994]: 2024-09-11 08:02:34.038248123 +0000 UTC m=+0.472980529 container attach 301eed0cc7893e3ac0a7af5092408d2f54780ec614bcf37925fada0abc725619 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-11T08:02:34.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:34 smithi136 ceph-mon[49950]: pgmap v64: 129 pgs: 129 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 230 B/s wr, 0 op/s 2024-09-11T08:02:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:34 smithi136 ceph-mon[49950]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:02:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:34 smithi136 ceph-mon[49950]: osdmap e77: 8 total, 7 up, 8 in 2024-09-11T08:02:34.560 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:34 smithi073 podman[73994]: 2024-09-11 08:02:34.142500745 +0000 UTC m=+0.577233163 container died 301eed0cc7893e3ac0a7af5092408d2f54780ec614bcf37925fada0abc725619 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:02:34.710 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:02:35.025 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:34 smithi073 podman[74017]: 2024-09-11 08:02:34.784572253 +0000 UTC m=+0.635884276 container remove 301eed0cc7893e3ac0a7af5092408d2f54780ec614bcf37925fada0abc725619 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T08:02:35.025 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:34 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-11T08:02:35.025 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:34 smithi073 systemd[1]: Stopped Ceph osd.1 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:02:35.025 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:34 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.1.service: Consumed 1min 9.171s CPU time. 2024-09-11T08:02:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:35 smithi073 ceph-mon[64336]: osdmap e78: 8 total, 7 up, 8 in 2024-09-11T08:02:35.311 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 systemd[1]: Starting Ceph osd.1 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:02:35.311 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 podman[74167]: 2024-09-11 08:02:35.140855092 +0000 UTC m=+0.016091667 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:35.311 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 podman[74167]: 2024-09-11 08:02:35.243744254 +0000 UTC m=+0.118980820 container create ace6542d55edd862aea1b4851d84cc4ec27284b32dde5f7f6cbe6f4d90a3ae22 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (11m) 14s ago 13m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (48s) 14s ago 13m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (43s) 39s ago 12m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (11m) 14s ago 12m 35.0M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (7m) 14s ago 7m 37.7M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (7m) 39s ago 7m 15.0M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (2m) 14s ago 14m 450M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (2m) 39s ago 12m 399M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:02:35.360 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (111s) 14s ago 14m 45.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (87s) 39s ago 12m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (5m) 14s ago 5m 82.0M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (5m) 39s ago 5m 54.5M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (12m) 14s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (11m) 39s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (21s) 14s ago 11m 11.5M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (11m) 14s ago 11m 296M 1936M 16.2.5 6933c2a0b7dd 35dc3930b60b 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (10m) 14s ago 10m 219M 1936M 16.2.5 6933c2a0b7dd c53de65745dd 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (10m) 14s ago 10m 343M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (10m) 39s ago 10m 374M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (9m) 39s ago 9m 379M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (9m) 39s ago 9m 319M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (9m) 39s ago 9m 474M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:02:35.361 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 14s ago 12m 65.8M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:02:35.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:35 smithi136 ceph-mon[49950]: osdmap e78: 8 total, 7 up, 8 in 2024-09-11T08:02:35.744 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 podman[74167]: 2024-09-11 08:02:35.471461132 +0000 UTC m=+0.346697729 container init ace6542d55edd862aea1b4851d84cc4ec27284b32dde5f7f6cbe6f4d90a3ae22 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-11T08:02:35.744 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 podman[74167]: 2024-09-11 08:02:35.475408662 +0000 UTC m=+0.350645235 container start ace6542d55edd862aea1b4851d84cc4ec27284b32dde5f7f6cbe6f4d90a3ae22 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:02:35.744 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 podman[74167]: 2024-09-11 08:02:35.554584004 +0000 UTC m=+0.429820575 container attach ace6542d55edd862aea1b4851d84cc4ec27284b32dde5f7f6cbe6f4d90a3ae22 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-11T08:02:35.753 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:02:35.753 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:02:35.753 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:02:35.753 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:02:35.753 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:02:35.754 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate[74201]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 bash[74167]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate[74201]: 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-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 bash[74167]: 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-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate[74201]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 bash[74167]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate[74201]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 bash[74167]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:02:36.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate[74201]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:02:36.062 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 bash[74167]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T08:02:36.062 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate[74201]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:02:36.062 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 bash[74167]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T08:02:36.062 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate[74201]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-11T08:02:36.062 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 bash[74167]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-11T08:02:36.062 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:35 smithi073 podman[74167]: 2024-09-11 08:02:35.789104939 +0000 UTC m=+0.664341503 container died ace6542d55edd862aea1b4851d84cc4ec27284b32dde5f7f6cbe6f4d90a3ae22 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:02:36.076 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:02:36.076 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:02:36.076 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:02:36.076 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "7/23 daemons upgraded", 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:02:36.077 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:02:36.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-mon[64336]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:36.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-mon[64336]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:36.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-mon[64336]: pgmap v67: 129 pgs: 1 active+undersized, 17 stale+active+clean, 3 active+undersized+degraded, 108 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 19/1467 objects degraded (1.295%) 2024-09-11T08:02:36.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-mon[64336]: Health check failed: Degraded data redundancy: 19/1467 objects degraded (1.295%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T08:02:36.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:36.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:02:36.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:36.368 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1198305244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:36 smithi136 ceph-mon[49950]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:36 smithi136 ceph-mon[49950]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:36 smithi136 ceph-mon[49950]: pgmap v67: 129 pgs: 1 active+undersized, 17 stale+active+clean, 3 active+undersized+degraded, 108 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 19/1467 objects degraded (1.295%) 2024-09-11T08:02:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:36 smithi136 ceph-mon[49950]: Health check failed: Degraded data redundancy: 19/1467 objects degraded (1.295%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T08:02:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:02:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:36 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1198305244' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:36.683 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:36 smithi073 podman[74359]: 2024-09-11 08:02:36.367063276 +0000 UTC m=+0.572178582 container remove ace6542d55edd862aea1b4851d84cc4ec27284b32dde5f7f6cbe6f4d90a3ae22 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-activate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T08:02:36.683 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:36 smithi073 podman[74442]: 2024-09-11 08:02:36.47424603 +0000 UTC m=+0.016771406 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:36.683 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:36 smithi073 podman[74442]: 2024-09-11 08:02:36.59319807 +0000 UTC m=+0.135723489 container create 38752f9b4643cb104944709d861bfa273a936e25fbc18888f5ab7bbf6ede0de1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:02:37.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:36 smithi073 podman[74442]: 2024-09-11 08:02:36.829021125 +0000 UTC m=+0.371546502 container init 38752f9b4643cb104944709d861bfa273a936e25fbc18888f5ab7bbf6ede0de1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-11T08:02:37.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:36 smithi073 podman[74442]: 2024-09-11 08:02:36.832341099 +0000 UTC m=+0.374866476 container start 38752f9b4643cb104944709d861bfa273a936e25fbc18888f5ab7bbf6ede0de1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:02:37.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:36 smithi073 ceph-osd[74461]: -- 172.21.15.73:0/2007965956 <== mon.0 v2:172.21.15.73:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556c70f50d00 con 0x556c70f23000 2024-09-11T08:02:37.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:36 smithi073 bash[74442]: 38752f9b4643cb104944709d861bfa273a936e25fbc18888f5ab7bbf6ede0de1 2024-09-11T08:02:37.061 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:36 smithi073 systemd[1]: Started Ceph osd.1 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:02:37.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:37 smithi073 ceph-mon[64336]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:37.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:37 smithi073 ceph-mon[64336]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:37.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:37 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:37.373 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:37 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:37.374 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:37 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:37.423 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:37 smithi136 ceph-mon[49950]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:37 smithi136 ceph-mon[49950]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:02:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:37 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:37 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:37 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:37.708 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:37 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1[74457]: 2024-09-11T08:02:37.372+0000 7f2313d4f440 -1 Falling back to public interface 2024-09-11T08:02:38.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:38 smithi136 ceph-mon[49950]: pgmap v68: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1467 objects degraded (10.498%) 2024-09-11T08:02:38.553 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:38 smithi073 ceph-mon[64336]: pgmap v68: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1467 objects degraded (10.498%) 2024-09-11T08:02:40.438 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:40 smithi073 ceph-mon[64336]: pgmap v69: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1467 objects degraded (10.498%) 2024-09-11T08:02:40.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:40 smithi136 ceph-mon[49950]: pgmap v69: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 154/1467 objects degraded (10.498%) 2024-09-11T08:02:41.560 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1[74457]: 2024-09-11T08:02:41.255+0000 7f2313d4f440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-11T08:02:41.992 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:41 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1[74457]: 2024-09-11T08:02:41.615+0000 7f2313d4f440 -1 osd.1 76 log_to_monitors true 2024-09-11T08:02:42.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:42 smithi073 ceph-mon[64336]: pgmap v70: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1467 objects degraded (10.498%) 2024-09-11T08:02:42.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:42 smithi073 ceph-mon[64336]: from='osd.1 [v2:172.21.15.73:6810/720192417,v1:172.21.15.73:6811/720192417]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:02:42.311 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:02:42 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1[74457]: 2024-09-11T08:02:42.108+0000 7f230aaf9640 -1 osd.1 76 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:02:42.456 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:42 smithi136 ceph-mon[49950]: pgmap v70: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 308 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 154/1467 objects degraded (10.498%) 2024-09-11T08:02:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:42 smithi136 ceph-mon[49950]: from='osd.1 [v2:172.21.15.73:6810/720192417,v1:172.21.15.73:6811/720192417]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T08:02:43.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:43 smithi073 ceph-mon[64336]: from='osd.1 [v2:172.21.15.73:6810/720192417,v1:172.21.15.73:6811/720192417]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:02:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:43 smithi073 ceph-mon[64336]: osdmap e79: 8 total, 7 up, 8 in 2024-09-11T08:02:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:43 smithi073 ceph-mon[64336]: from='osd.1 [v2:172.21.15.73:6810/720192417,v1:172.21.15.73:6811/720192417]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T08:02:43.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:43 smithi136 ceph-mon[49950]: from='osd.1 [v2:172.21.15.73:6810/720192417,v1:172.21.15.73:6811/720192417]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T08:02:43.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:43 smithi136 ceph-mon[49950]: osdmap e79: 8 total, 7 up, 8 in 2024-09-11T08:02:43.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:43 smithi136 ceph-mon[49950]: from='osd.1 [v2:172.21.15.73:6810/720192417,v1:172.21.15.73:6811/720192417]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T08:02:44.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: pgmap v72: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 154/1467 objects degraded (10.498%) 2024-09-11T08:02:44.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:02:44.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: osd.1 [v2:172.21.15.73:6810/720192417,v1:172.21.15.73:6811/720192417] boot 2024-09-11T08:02:44.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: osdmap e80: 8 total, 8 up, 8 in 2024-09-11T08:02:44.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:02:44.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:44.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:44.444 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:44.444 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:44 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:44.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: pgmap v72: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 154/1467 objects degraded (10.498%) 2024-09-11T08:02:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:02:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: osd.1 [v2:172.21.15.73:6810/720192417,v1:172.21.15.73:6811/720192417] boot 2024-09-11T08:02:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: osdmap e80: 8 total, 8 up, 8 in 2024-09-11T08:02:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T08:02:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:44.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:44 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:45.487 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:45 smithi073 ceph-mon[64336]: osdmap e81: 8 total, 8 up, 8 in 2024-09-11T08:02:45.487 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:45 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 154/1467 objects degraded (10.498%), 27 pgs degraded (PG_DEGRADED) 2024-09-11T08:02:45.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:45 smithi136 ceph-mon[49950]: osdmap e81: 8 total, 8 up, 8 in 2024-09-11T08:02:45.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:45 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 154/1467 objects degraded (10.498%), 27 pgs degraded (PG_DEGRADED) 2024-09-11T08:02:46.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:46 smithi136 ceph-mon[49950]: pgmap v75: 129 pgs: 25 active+undersized, 25 active+undersized+degraded, 79 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 139/1467 objects degraded (9.475%) 2024-09-11T08:02:46.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:46 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:46.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:46 smithi073 ceph-mon[64336]: pgmap v75: 129 pgs: 25 active+undersized, 25 active+undersized+degraded, 79 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 139/1467 objects degraded (9.475%) 2024-09-11T08:02:46.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:46 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:47.485 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:48.309 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:48 smithi073 ceph-mon[64336]: pgmap v76: 129 pgs: 8 active+undersized, 10 active+undersized+degraded, 111 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 53/1467 objects degraded (3.613%) 2024-09-11T08:02:48.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:48 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:48.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:48 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:48.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:48 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:48.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:48 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:48.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:48 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:48.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:48 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:48.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:48 smithi136 ceph-mon[49950]: pgmap v76: 129 pgs: 8 active+undersized, 10 active+undersized+degraded, 111 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 53/1467 objects degraded (3.613%) 2024-09-11T08:02:48.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:48 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:48.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:48 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:48.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:48 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:48.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:48 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:02:48.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:48 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:48.326 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:48 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:49.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:49 smithi073 ceph-mon[64336]: pgmap v77: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 191 B/s rd, 191 B/s wr, 0 op/s 2024-09-11T08:02:49.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:49 smithi073 ceph-mon[64336]: pgmap v78: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 233 B/s rd, 233 B/s wr, 0 op/s 2024-09-11T08:02:49.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:49 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:02:49.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:49 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:02:49.382 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:49 smithi073 ceph-mon[64336]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/1467 objects degraded (3.613%), 10 pgs degraded) 2024-09-11T08:02:49.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:49 smithi136 ceph-mon[49950]: pgmap v77: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 191 B/s rd, 191 B/s wr, 0 op/s 2024-09-11T08:02:49.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:49 smithi136 ceph-mon[49950]: pgmap v78: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 233 B/s rd, 233 B/s wr, 0 op/s 2024-09-11T08:02:49.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:49 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:02:49.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:49 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:02:49.487 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:49 smithi136 ceph-mon[49950]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 53/1467 objects degraded (3.613%), 10 pgs degraded) 2024-09-11T08:02:51.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:51 smithi073 ceph-mon[64336]: pgmap v79: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 161 B/s rd, 161 B/s wr, 0 op/s 2024-09-11T08:02:51.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:51.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:02:51.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:51.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:51.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:51.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:51.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:02:51.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:51 smithi136 ceph-mon[49950]: pgmap v79: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 161 B/s rd, 161 B/s wr, 0 op/s 2024-09-11T08:02:51.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:51.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:02:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:02:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:02:51.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:02:52.452 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:52 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:52.452 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:52.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:02:52.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:52.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:52.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:52 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:52 smithi073 ceph-mon[64336]: Upgrade: osd.2 is safe to restart 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:02:52.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:52.511 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:52 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:02:52.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:02:52.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:52.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:02:52.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:52 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:52 smithi136 ceph-mon[49950]: Upgrade: osd.2 is safe to restart 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T08:02:52.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:02:53.397 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:53 smithi073 ceph-mon[64336]: pgmap v80: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 139 B/s rd, 139 B/s wr, 0 op/s 2024-09-11T08:02:53.397 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:53 smithi073 ceph-mon[64336]: Upgrade: Updating osd.2 2024-09-11T08:02:53.397 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:53 smithi073 ceph-mon[64336]: Deploying daemon osd.2 on smithi073 2024-09-11T08:02:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:53 smithi136 ceph-mon[49950]: pgmap v80: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 139 B/s rd, 139 B/s wr, 0 op/s 2024-09-11T08:02:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:53 smithi136 ceph-mon[49950]: Upgrade: Updating osd.2 2024-09-11T08:02:53.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:53 smithi136 ceph-mon[49950]: Deploying daemon osd.2 on smithi073 2024-09-11T08:02:55.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:55 smithi136 ceph-mon[49950]: pgmap v81: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 244 B/s rd, 244 B/s wr, 0 op/s 2024-09-11T08:02:55.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:55 smithi073 ceph-mon[64336]: pgmap v81: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 244 B/s rd, 244 B/s wr, 0 op/s 2024-09-11T08:02:55.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:55 smithi073 systemd[1]: Stopping Ceph osd.2 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:02:55.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2[37748]: debug 2024-09-11T08:02:55.224+0000 7fb2306a9700 -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-11T08:02:55.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2[37748]: debug 2024-09-11T08:02:55.224+0000 7fb2306a9700 -1 osd.2 81 *** Got signal Terminated *** 2024-09-11T08:02:55.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:55 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2[37748]: debug 2024-09-11T08:02:55.224+0000 7fb2306a9700 -1 osd.2 81 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:02:55.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:55 smithi073 podman[76820]: 2024-09-11 08:02:55.275999554 +0000 UTC m=+0.164825877 container died c53de65745ddde5063cdc572769dcc162e4187fc59224aed6233abede415ee82 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2, CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD) 2024-09-11T08:02:55.910 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:55 smithi073 podman[76820]: 2024-09-11 08:02:55.666575654 +0000 UTC m=+0.555401975 container cleanup c53de65745ddde5063cdc572769dcc162e4187fc59224aed6233abede415ee82 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.5, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, RELEASE=HEAD, org.label-schema.name=CentOS Base Image) 2024-09-11T08:02:55.910 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:55 smithi073 bash[76820]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2 2024-09-11T08:02:56.311 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:55 smithi073 podman[76834]: 2024-09-11 08:02:55.909517355 +0000 UTC m=+0.629892599 container remove c53de65745ddde5063cdc572769dcc162e4187fc59224aed6233abede415ee82 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.2, RELEASE=HEAD, ceph=True, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.5, GIT_CLEAN=True, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0) 2024-09-11T08:02:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.4 2024-09-11T08:02:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 failed (root=default,host=smithi073) (connection refused reported by osd.4) 2024-09-11T08:02:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.4 2024-09-11T08:02:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.0 2024-09-11T08:02:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.1 2024-09-11T08:02:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.3 2024-09-11T08:02:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.7 2024-09-11T08:02:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.6 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.5 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.0 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.1 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.3 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.7 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.6 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.5 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.7 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.5 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.4 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.0 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.1 2024-09-11T08:02:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.3 2024-09-11T08:02:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.7 2024-09-11T08:02:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.6 2024-09-11T08:02:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.5 2024-09-11T08:02:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.4 2024-09-11T08:02:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.0 2024-09-11T08:02:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.1 2024-09-11T08:02:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.3 2024-09-11T08:02:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:56 smithi073 ceph-mon[64336]: osd.2 reported immediately failed by osd.6 2024-09-11T08:02:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.4 2024-09-11T08:02:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 failed (root=default,host=smithi073) (connection refused reported by osd.4) 2024-09-11T08:02:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.4 2024-09-11T08:02:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.0 2024-09-11T08:02:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.1 2024-09-11T08:02:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.3 2024-09-11T08:02:56.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.7 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.6 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.5 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.0 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.1 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.3 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.7 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.6 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.5 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.7 2024-09-11T08:02:56.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.5 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.4 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.0 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.1 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.3 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.7 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.6 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.5 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.4 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.0 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.1 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.3 2024-09-11T08:02:56.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:56 smithi136 ceph-mon[49950]: osd.2 reported immediately failed by osd.6 2024-09-11T08:02:56.663 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:56 smithi073 podman[76930]: 2024-09-11 08:02:56.296421245 +0000 UTC m=+0.016275968 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:56.664 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:56 smithi073 podman[76930]: 2024-09-11 08:02:56.418900177 +0000 UTC m=+0.138754911 container create badbaa3d1e3f6e7f81156c69d41e25a0ccd609300f4771fb0a07bb08ac697f4b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-11T08:02:56.664 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:56 smithi073 podman[76930]: 2024-09-11 08:02:56.663029496 +0000 UTC m=+0.382884237 container init badbaa3d1e3f6e7f81156c69d41e25a0ccd609300f4771fb0a07bb08ac697f4b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-11T08:02:57.061 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:56 smithi073 podman[76930]: 2024-09-11 08:02:56.666481337 +0000 UTC m=+0.386336069 container start badbaa3d1e3f6e7f81156c69d41e25a0ccd609300f4771fb0a07bb08ac697f4b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:02:57.061 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:56 smithi073 podman[76930]: 2024-09-11 08:02:56.771371386 +0000 UTC m=+0.491226110 container attach badbaa3d1e3f6e7f81156c69d41e25a0ccd609300f4771fb0a07bb08ac697f4b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:02:57.061 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:56 smithi073 podman[76930]: 2024-09-11 08:02:56.846912876 +0000 UTC m=+0.566767616 container died badbaa3d1e3f6e7f81156c69d41e25a0ccd609300f4771fb0a07bb08ac697f4b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-11T08:02:57.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:57 smithi073 ceph-mon[64336]: pgmap v82: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 122 B/s rd, 122 B/s wr, 0 op/s 2024-09-11T08:02:57.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:57 smithi073 ceph-mon[64336]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:02:57.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:57 smithi073 ceph-mon[64336]: osdmap e82: 8 total, 7 up, 8 in 2024-09-11T08:02:57.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:57 smithi136 ceph-mon[49950]: pgmap v82: 129 pgs: 129 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 122 B/s rd, 122 B/s wr, 0 op/s 2024-09-11T08:02:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:57 smithi136 ceph-mon[49950]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:02:57.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:57 smithi136 ceph-mon[49950]: osdmap e82: 8 total, 7 up, 8 in 2024-09-11T08:02:57.535 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:02:57.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:57 smithi073 podman[76954]: 2024-09-11 08:02:57.425386308 +0000 UTC m=+0.572716774 container remove badbaa3d1e3f6e7f81156c69d41e25a0ccd609300f4771fb0a07bb08ac697f4b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2) 2024-09-11T08:02:57.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:57 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-11T08:02:57.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:57 smithi073 systemd[1]: Stopped Ceph osd.2 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:02:57.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:57 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.2.service: Consumed 42.758s CPU time. 2024-09-11T08:02:57.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:57 smithi073 systemd[1]: Starting Ceph osd.2 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:02:58.153 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:57 smithi073 podman[77063]: 2024-09-11 08:02:57.774899305 +0000 UTC m=+0.015745934 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:58.153 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:57 smithi073 podman[77063]: 2024-09-11 08:02:57.918581523 +0000 UTC m=+0.159428144 container create fe6cd3bf307b48f9310ce3b07aabb37fb8a4b4f7ef52862adf3317507d2bb80a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:02:58.153 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 podman[77063]: 2024-09-11 08:02:58.112569876 +0000 UTC m=+0.353416510 container init fe6cd3bf307b48f9310ce3b07aabb37fb8a4b4f7ef52862adf3317507d2bb80a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:02:58.153 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 podman[77063]: 2024-09-11 08:02:58.115751149 +0000 UTC m=+0.356597771 container start fe6cd3bf307b48f9310ce3b07aabb37fb8a4b4f7ef52862adf3317507d2bb80a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-11T08:02:58.404 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:58 smithi073 ceph-mon[64336]: osdmap e83: 8 total, 7 up, 8 in 2024-09-11T08:02:58.404 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 podman[77063]: 2024-09-11 08:02:58.195976559 +0000 UTC m=+0.436823209 container attach fe6cd3bf307b48f9310ce3b07aabb37fb8a4b4f7ef52862adf3317507d2bb80a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD) 2024-09-11T08:02:58.404 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate[77078]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:02:58.404 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 bash[77063]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:02:58.404 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate[77078]: 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-11T08:02:58.404 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 bash[77063]: 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-11T08:02:58.404 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate[77078]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:02:58.404 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 bash[77063]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:02:58.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:58 smithi136 ceph-mon[49950]: osdmap e83: 8 total, 7 up, 8 in 2024-09-11T08:02:58.692 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate[77078]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:02:58.692 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 bash[77063]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:02:58.692 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate[77078]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:02:58.693 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 bash[77063]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T08:02:58.693 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate[77078]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:02:58.693 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 bash[77063]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T08:02:58.693 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate[77078]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-11T08:02:58.693 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 bash[77063]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-11T08:02:58.693 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:58 smithi073 podman[77063]: 2024-09-11 08:02:58.426939578 +0000 UTC m=+0.667786202 container died fe6cd3bf307b48f9310ce3b07aabb37fb8a4b4f7ef52862adf3317507d2bb80a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T08:02:59.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:59 smithi136 ceph-mon[49950]: pgmap v85: 129 pgs: 29 peering, 2 stale+active+clean, 98 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-09-11T08:02:59.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:02:59 smithi136 ceph-mon[49950]: Health check failed: Reduced data availability: 1 pg inactive, 6 pgs peering (PG_AVAILABILITY) 2024-09-11T08:02:59.407 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:59 smithi073 ceph-mon[64336]: pgmap v85: 129 pgs: 29 peering, 2 stale+active+clean, 98 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-09-11T08:02:59.407 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:02:59 smithi073 ceph-mon[64336]: Health check failed: Reduced data availability: 1 pg inactive, 6 pgs peering (PG_AVAILABILITY) 2024-09-11T08:02:59.407 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:59 smithi073 podman[77194]: 2024-09-11 08:02:59.066890313 +0000 UTC m=+0.629520728 container remove fe6cd3bf307b48f9310ce3b07aabb37fb8a4b4f7ef52862adf3317507d2bb80a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T08:02:59.407 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:59 smithi073 podman[77254]: 2024-09-11 08:02:59.175342788 +0000 UTC m=+0.015865149 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:02:59.408 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:59 smithi073 podman[77254]: 2024-09-11 08:02:59.301990201 +0000 UTC m=+0.142512555 container create 04a626d3755476672313b1063ab0e4da52a1257ecd836f764e76e4dd07fbf635 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2) 2024-09-11T08:02:59.810 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:59 smithi073 podman[77254]: 2024-09-11 08:02:59.520222812 +0000 UTC m=+0.360745176 container init 04a626d3755476672313b1063ab0e4da52a1257ecd836f764e76e4dd07fbf635 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0) 2024-09-11T08:02:59.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:59 smithi073 podman[77254]: 2024-09-11 08:02:59.523527969 +0000 UTC m=+0.364050323 container start 04a626d3755476672313b1063ab0e4da52a1257ecd836f764e76e4dd07fbf635 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-11T08:02:59.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:59 smithi073 ceph-osd[77273]: -- 172.21.15.73:0/3302490188 <== mon.0 v2:172.21.15.73:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5634db952d00 con 0x5634db925000 2024-09-11T08:02:59.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:59 smithi073 bash[77254]: 04a626d3755476672313b1063ab0e4da52a1257ecd836f764e76e4dd07fbf635 2024-09-11T08:02:59.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:02:59 smithi073 systemd[1]: Started Ceph osd.2 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:03:00.377 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:03:00 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2[77269]: 2024-09-11T08:03:00.061+0000 7f1c775fa440 -1 Falling back to public interface 2024-09-11T08:03:01.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:00 smithi136 ceph-mon[49950]: pgmap v86: 129 pgs: 29 peering, 2 stale+active+clean, 98 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-09-11T08:03:01.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:00 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:01.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:00 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:01.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:00 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:03:01.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:00 smithi073 ceph-mon[64336]: pgmap v86: 129 pgs: 29 peering, 2 stale+active+clean, 98 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-09-11T08:03:01.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:00 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:01.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:00 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:01.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:00 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:03:01.972 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:01 smithi073 ceph-mon[64336]: Health check failed: Degraded data redundancy: 12/1467 objects degraded (0.818%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:03:02.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:01 smithi136 ceph-mon[49950]: Health check failed: Degraded data redundancy: 12/1467 objects degraded (0.818%), 1 pg degraded (PG_DEGRADED) 2024-09-11T08:03:02.562 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:03.019 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:02 smithi073 ceph-mon[64336]: pgmap v87: 129 pgs: 4 active+undersized, 29 peering, 1 active+undersized+degraded, 95 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 12/1467 objects degraded (0.818%) 2024-09-11T08:03:03.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:02 smithi136 ceph-mon[49950]: pgmap v87: 129 pgs: 4 active+undersized, 29 peering, 1 active+undersized+degraded, 95 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 12/1467 objects degraded (0.818%) 2024-09-11T08:03:03.770 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:03:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2[77269]: 2024-09-11T08:03:03.582+0000 7f1c775fa440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-11T08:03:04.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:03 smithi136 ceph-mon[49950]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 6 pgs peering) 2024-09-11T08:03:04.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:03 smithi073 ceph-mon[64336]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 6 pgs peering) 2024-09-11T08:03:04.061 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:03:03 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2[77269]: 2024-09-11T08:03:03.823+0000 7f1c775fa440 -1 osd.2 81 log_to_monitors true 2024-09-11T08:03:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:04 smithi073 ceph-mon[64336]: pgmap v88: 129 pgs: 15 active+undersized, 19 active+undersized+degraded, 95 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 136/1467 objects degraded (9.271%) 2024-09-11T08:03:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:04 smithi073 ceph-mon[64336]: from='osd.2 [v2:172.21.15.73:6818/462988942,v1:172.21.15.73:6819/462988942]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:03:04.811 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:03:04 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2[77269]: 2024-09-11T08:03:04.791+0000 7f1c6eba5640 -1 osd.2 81 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:03:05.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:04 smithi136 ceph-mon[49950]: pgmap v88: 129 pgs: 15 active+undersized, 19 active+undersized+degraded, 95 active+clean; 308 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 136/1467 objects degraded (9.271%) 2024-09-11T08:03:05.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:04 smithi136 ceph-mon[49950]: from='osd.2 [v2:172.21.15.73:6818/462988942,v1:172.21.15.73:6819/462988942]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T08:03:05.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:05 smithi073 ceph-mon[64336]: from='osd.2 [v2:172.21.15.73:6818/462988942,v1:172.21.15.73:6819/462988942]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:03:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:05 smithi073 ceph-mon[64336]: osdmap e84: 8 total, 7 up, 8 in 2024-09-11T08:03:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:05 smithi073 ceph-mon[64336]: from='osd.2 [v2:172.21.15.73:6818/462988942,v1:172.21.15.73:6819/462988942]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T08:03:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:05.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:03:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:05 smithi136 ceph-mon[49950]: from='osd.2 [v2:172.21.15.73:6818/462988942,v1:172.21.15.73:6819/462988942]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T08:03:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:05 smithi136 ceph-mon[49950]: osdmap e84: 8 total, 7 up, 8 in 2024-09-11T08:03:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:05 smithi136 ceph-mon[49950]: from='osd.2 [v2:172.21.15.73:6818/462988942,v1:172.21.15.73:6819/462988942]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T08:03:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:03:06.427 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:03:06.794 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: pgmap v90: 129 pgs: 15 active+undersized, 19 active+undersized+degraded, 95 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 123 B/s rd, 123 B/s wr, 0 op/s; 136/1467 objects degraded (9.271%) 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: osd.2 [v2:172.21.15.73:6818/462988942,v1:172.21.15.73:6819/462988942] boot 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: osdmap e85: 8 total, 8 up, 8 in 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:06.795 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:06 smithi073 ceph-mon[64336]: osdmap e86: 8 total, 8 up, 8 in 2024-09-11T08:03:07.101 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (12m) 1s ago 13m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (80s) 1s ago 13m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (75s) 71s ago 12m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (11m) 1s ago 13m 35.0M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (8m) 1s ago 8m 37.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (8m) 71s ago 8m 15.0M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (3m) 1s ago 14m 454M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (2m) 71s ago 12m 399M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (2m) 1s ago 14m 46.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (119s) 71s ago 12m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:03:07.102 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (5m) 1s ago 5m 82.1M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (5m) 71s ago 5m 54.5M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (13m) 1s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (12m) 71s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (53s) 1s ago 12m 114M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (30s) 1s ago 11m 101M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (7s) 1s ago 11m 12.5M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (10m) 1s ago 10m 344M 1936M 16.2.5 6933c2a0b7dd 09e15eabebc6 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (10m) 71s ago 10m 374M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (10m) 71s ago 10m 379M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (10m) 71s ago 10m 319M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (9m) 71s ago 9m 474M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:03:07.103 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 1s ago 12m 66.0M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:03:07.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: pgmap v90: 129 pgs: 15 active+undersized, 19 active+undersized+degraded, 95 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 123 B/s rd, 123 B/s wr, 0 op/s; 136/1467 objects degraded (9.271%) 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: osd.2 [v2:172.21.15.73:6818/462988942,v1:172.21.15.73:6819/462988942] boot 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: osdmap e85: 8 total, 8 up, 8 in 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:06 smithi136 ceph-mon[49950]: osdmap e86: 8 total, 8 up, 8 in 2024-09-11T08:03:07.482 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:03:07.483 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:03:07.484 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:03:07.484 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:03:07.484 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-09-11T08:03:07.484 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T08:03:07.484 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:03:07.484 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:03:07.587 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:07.804 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:03:07.804 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:03:07.804 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:03:07.804 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:03:07.804 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:03:07.804 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:03:07.805 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:03:07.805 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:03:07.805 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:03:07.805 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "9/23 daemons upgraded", 2024-09-11T08:03:07.805 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:03:07.805 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:03:07.805 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:03:08.056 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:07 smithi073 ceph-mon[64336]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:08.057 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:07 smithi073 ceph-mon[64336]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:08.057 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:07 smithi073 ceph-mon[64336]: from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:08.057 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:07 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/182247089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:08.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:07 smithi136 ceph-mon[49950]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:07 smithi136 ceph-mon[49950]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:07 smithi136 ceph-mon[49950]: from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:07 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/182247089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:08 smithi073 ceph-mon[64336]: pgmap v93: 129 pgs: 17 peering, 7 active+undersized, 6 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 36/1467 objects degraded (2.454%) 2024-09-11T08:03:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:08 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 36/1467 objects degraded (2.454%), 6 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:08 smithi073 ceph-mon[64336]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:09.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:08 smithi136 ceph-mon[49950]: pgmap v93: 129 pgs: 17 peering, 7 active+undersized, 6 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 36/1467 objects degraded (2.454%) 2024-09-11T08:03:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:08 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 36/1467 objects degraded (2.454%), 6 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:08 smithi136 ceph-mon[49950]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: pgmap v94: 129 pgs: 17 peering, 7 active+undersized, 6 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 36/1467 objects degraded (2.454%) 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: pgmap v95: 129 pgs: 17 peering, 112 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 193 B/s rd, 387 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: pgmap v96: 129 pgs: 17 peering, 112 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 221 B/s rd, 443 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:03:11.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:03:11.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: pgmap v94: 129 pgs: 17 peering, 7 active+undersized, 6 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s; 36/1467 objects degraded (2.454%) 2024-09-11T08:03:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:03:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: pgmap v95: 129 pgs: 17 peering, 112 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 193 B/s rd, 387 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: pgmap v96: 129 pgs: 17 peering, 112 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 221 B/s rd, 443 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:11.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:11.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:03:11.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:03:11.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:12.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:12 smithi073 ceph-mon[64336]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/1467 objects degraded (2.454%), 6 pgs degraded) 2024-09-11T08:03:12.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:12 smithi136 ceph-mon[49950]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 36/1467 objects degraded (2.454%), 6 pgs degraded) 2024-09-11T08:03:12.618 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:13.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:13 smithi073 ceph-mon[64336]: pgmap v97: 129 pgs: 129 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 325 B/s rd, 325 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:13.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:13 smithi136 ceph-mon[49950]: pgmap v97: 129 pgs: 129 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 325 B/s rd, 325 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:14.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:03:14.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:14.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:14.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:14.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:03:14.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:03:14.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:14.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:14.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:14.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:03:15.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:15 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:15.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:15.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:03:15.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:03:15.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:15.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:15.459 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:03:15.460 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:03:15.461 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:03:15.462 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:03:15.463 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:15 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:03:15.464 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:15 smithi073 ceph-mon[64336]: Upgrade: osd.3 is safe to restart 2024-09-11T08:03:15.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:15 smithi073 ceph-mon[64336]: pgmap v98: 129 pgs: 129 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 140 B/s rd, 281 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:15.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:15 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:15.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:15 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:03:15.465 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:15 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:15 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:03:15.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:03:15.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:03:15.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:03:15.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:15.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:15.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:15 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T08:03:15.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:15 smithi136 ceph-mon[49950]: Upgrade: osd.3 is safe to restart 2024-09-11T08:03:15.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:15 smithi136 ceph-mon[49950]: pgmap v98: 129 pgs: 129 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 140 B/s rd, 281 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:15.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:15 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:15.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:15 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T08:03:15.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:15 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:16.388 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:16 smithi073 ceph-mon[64336]: Upgrade: Updating osd.3 2024-09-11T08:03:16.388 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:16 smithi073 ceph-mon[64336]: Deploying daemon osd.3 on smithi073 2024-09-11T08:03:16.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:16 smithi136 ceph-mon[49950]: Upgrade: Updating osd.3 2024-09-11T08:03:16.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:16 smithi136 ceph-mon[49950]: Deploying daemon osd.3 on smithi073 2024-09-11T08:03:17.412 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:17 smithi073 ceph-mon[64336]: pgmap v99: 129 pgs: 129 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 118 B/s rd, 356 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:17.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:17 smithi136 ceph-mon[49950]: pgmap v99: 129 pgs: 129 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 118 B/s rd, 356 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:17.648 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:18.061 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:17 smithi073 systemd[1]: Stopping Ceph osd.3 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:03:18.061 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3[40603]: debug 2024-09-11T08:03:17.823+0000 7fd9cc68d700 -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-11T08:03:18.061 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3[40603]: debug 2024-09-11T08:03:17.823+0000 7fd9cc68d700 -1 osd.3 86 *** Got signal Terminated *** 2024-09-11T08:03:18.061 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:17 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3[40603]: debug 2024-09-11T08:03:17.823+0000 7fd9cc68d700 -1 osd.3 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:03:18.061 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:17 smithi073 podman[79727]: 2024-09-11 08:03:17.925557217 +0000 UTC m=+0.195157643 container died 09e15eabebc60856bdae24ea99444623d273553154dc197f390a4c6622ce00f7 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.5) 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.7 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 failed (root=default,host=smithi073) (connection refused reported by osd.7) 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.7 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.6 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.5 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.4 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.0 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.1 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.2 2024-09-11T08:03:18.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.6 2024-09-11T08:03:18.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.5 2024-09-11T08:03:18.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.4 2024-09-11T08:03:18.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.0 2024-09-11T08:03:18.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.1 2024-09-11T08:03:18.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:18 smithi073 ceph-mon[64336]: osd.3 reported immediately failed by osd.2 2024-09-11T08:03:18.425 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.7 2024-09-11T08:03:18.425 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 failed (root=default,host=smithi073) (connection refused reported by osd.7) 2024-09-11T08:03:18.425 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.7 2024-09-11T08:03:18.425 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.6 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.5 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.4 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.0 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.1 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.2 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.6 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.5 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.4 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.0 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.1 2024-09-11T08:03:18.426 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:18 smithi136 ceph-mon[49950]: osd.3 reported immediately failed by osd.2 2024-09-11T08:03:18.567 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:18 smithi073 podman[79727]: 2024-09-11 08:03:18.315249966 +0000 UTC m=+0.584850391 container cleanup 09e15eabebc60856bdae24ea99444623d273553154dc197f390a4c6622ce00f7 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3, org.label-schema.name=CentOS Base Image, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2) 2024-09-11T08:03:18.567 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:18 smithi073 bash[79727]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3 2024-09-11T08:03:19.029 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:18 smithi073 podman[79740]: 2024-09-11 08:03:18.56693389 +0000 UTC m=+0.642303219 container remove 09e15eabebc60856bdae24ea99444623d273553154dc197f390a4c6622ce00f7 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.3, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, CEPH_POINT_RELEASE=-16.2.5, ceph=True, 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, RELEASE=HEAD) 2024-09-11T08:03:19.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:19 smithi073 ceph-mon[64336]: pgmap v100: 129 pgs: 129 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 237 B/s rd, 356 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:19.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:19 smithi073 ceph-mon[64336]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:03:19.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:19 smithi073 ceph-mon[64336]: osdmap e87: 8 total, 7 up, 8 in 2024-09-11T08:03:19.283 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:19 smithi073 podman[79844]: 2024-09-11 08:03:18.931915165 +0000 UTC m=+0.015619431 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:03:19.283 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:19 smithi073 podman[79844]: 2024-09-11 08:03:19.059472293 +0000 UTC m=+0.143176549 container create e9dd67a0202cb42f2558a3e4aa0c25ba74ce188368b0fdc2d54277a491126d83 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2) 2024-09-11T08:03:19.283 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:19 smithi073 podman[79844]: 2024-09-11 08:03:19.278555914 +0000 UTC m=+0.362260171 container init e9dd67a0202cb42f2558a3e4aa0c25ba74ce188368b0fdc2d54277a491126d83 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True) 2024-09-11T08:03:19.283 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:19 smithi073 podman[79844]: 2024-09-11 08:03:19.281977517 +0000 UTC m=+0.365681774 container start e9dd67a0202cb42f2558a3e4aa0c25ba74ce188368b0fdc2d54277a491126d83 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, 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_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:03:19.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:19 smithi136 ceph-mon[49950]: pgmap v100: 129 pgs: 129 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 237 B/s rd, 356 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:19 smithi136 ceph-mon[49950]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:03:19.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:19 smithi136 ceph-mon[49950]: osdmap e87: 8 total, 7 up, 8 in 2024-09-11T08:03:19.560 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:19 smithi073 podman[79844]: 2024-09-11 08:03:19.386960537 +0000 UTC m=+0.470664810 container attach e9dd67a0202cb42f2558a3e4aa0c25ba74ce188368b0fdc2d54277a491126d83 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-11T08:03:19.561 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:19 smithi073 podman[79844]: 2024-09-11 08:03:19.46000083 +0000 UTC m=+0.543705095 container died e9dd67a0202cb42f2558a3e4aa0c25ba74ce188368b0fdc2d54277a491126d83 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-11T08:03:20.359 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:20 smithi073 ceph-mon[64336]: osdmap e88: 8 total, 7 up, 8 in 2024-09-11T08:03:20.359 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 podman[79867]: 2024-09-11 08:03:20.065437983 +0000 UTC m=+0.595711471 container remove e9dd67a0202cb42f2558a3e4aa0c25ba74ce188368b0fdc2d54277a491126d83 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-11T08:03:20.359 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-11T08:03:20.359 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 systemd[1]: Stopped Ceph osd.3 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:03:20.359 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.3.service: Consumed 1min 20.242s CPU time. 2024-09-11T08:03:20.359 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 systemd[1]: Starting Ceph osd.3 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:03:20.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:20 smithi136 ceph-mon[49950]: osdmap e88: 8 total, 7 up, 8 in 2024-09-11T08:03:20.680 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 podman[80010]: 2024-09-11 08:03:20.430070503 +0000 UTC m=+0.017067107 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:03:20.681 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 podman[80010]: 2024-09-11 08:03:20.550621977 +0000 UTC m=+0.137618569 container create 2db9e045ffb45f17591ca6a89e25430bff1f700a7249c7c8a9e0e55733ccebaa (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, 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, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:03:21.061 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 podman[80010]: 2024-09-11 08:03:20.820085162 +0000 UTC m=+0.407081754 container init 2db9e045ffb45f17591ca6a89e25430bff1f700a7249c7c8a9e0e55733ccebaa (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-11T08:03:21.061 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 podman[80010]: 2024-09-11 08:03:20.823687172 +0000 UTC m=+0.410683771 container start 2db9e045ffb45f17591ca6a89e25430bff1f700a7249c7c8a9e0e55733ccebaa (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-11T08:03:21.061 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:20 smithi073 podman[80010]: 2024-09-11 08:03:20.894943825 +0000 UTC m=+0.481940435 container attach 2db9e045ffb45f17591ca6a89e25430bff1f700a7249c7c8a9e0e55733ccebaa (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate, 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, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-11T08:03:21.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-mon[64336]: pgmap v103: 129 pgs: 4 active+undersized, 15 stale+active+clean, 11 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 74/1467 objects degraded (5.044%) 2024-09-11T08:03:21.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-mon[64336]: Health check failed: Degraded data redundancy: 74/1467 objects degraded (5.044%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:21.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:03:21.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:21.425 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate[80025]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:03:21.425 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 bash[80010]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:03:21.425 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate[80025]: 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-11T08:03:21.425 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 bash[80010]: 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-11T08:03:21.425 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate[80025]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:03:21.425 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 bash[80010]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:03:21.425 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate[80025]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:03:21.426 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 bash[80010]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:03:21.426 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate[80025]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T08:03:21.426 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 bash[80010]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T08:03:21.426 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate[80025]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:03:21.426 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 bash[80010]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T08:03:21.426 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate[80025]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-11T08:03:21.426 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 bash[80010]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-11T08:03:21.426 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 podman[80010]: 2024-09-11 08:03:21.132664715 +0000 UTC m=+0.719661325 container died 2db9e045ffb45f17591ca6a89e25430bff1f700a7249c7c8a9e0e55733ccebaa (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-11T08:03:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:21 smithi136 ceph-mon[49950]: pgmap v103: 129 pgs: 4 active+undersized, 15 stale+active+clean, 11 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 74/1467 objects degraded (5.044%) 2024-09-11T08:03:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:21 smithi136 ceph-mon[49950]: Health check failed: Degraded data redundancy: 74/1467 objects degraded (5.044%), 11 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:03:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:22.044 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 podman[80142]: 2024-09-11 08:03:21.732080923 +0000 UTC m=+0.593021560 container remove 2db9e045ffb45f17591ca6a89e25430bff1f700a7249c7c8a9e0e55733ccebaa (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:03:22.044 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 podman[80201]: 2024-09-11 08:03:21.841562163 +0000 UTC m=+0.015904863 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:03:22.044 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:21 smithi073 podman[80201]: 2024-09-11 08:03:21.943542067 +0000 UTC m=+0.117884800 container create 8f0fdcadd71d991415e5630df98276c9ad452c42e03ad3e7c82241e297c7f759 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:03:22.311 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:22 smithi073 podman[80201]: 2024-09-11 08:03:22.162751059 +0000 UTC m=+0.337093750 container init 8f0fdcadd71d991415e5630df98276c9ad452c42e03ad3e7c82241e297c7f759 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-11T08:03:22.311 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:22 smithi073 podman[80201]: 2024-09-11 08:03:22.165938696 +0000 UTC m=+0.340281378 container start 8f0fdcadd71d991415e5630df98276c9ad452c42e03ad3e7c82241e297c7f759 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-11T08:03:22.311 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:22 smithi073 ceph-osd[80219]: -- 172.21.15.73:0/1310313528 <== mon.0 v2:172.21.15.73:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561502bb2d00 con 0x561502b84c00 2024-09-11T08:03:22.311 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:22 smithi073 bash[80201]: 8f0fdcadd71d991415e5630df98276c9ad452c42e03ad3e7c82241e297c7f759 2024-09-11T08:03:22.311 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:22 smithi073 systemd[1]: Started Ceph osd.3 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:03:22.673 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:23.060 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:22 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:03:22.703+0000 7fe75070f440 -1 Falling back to public interface 2024-09-11T08:03:23.518 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:23 smithi073 ceph-mon[64336]: pgmap v104: 129 pgs: 14 active+undersized, 6 stale+active+clean, 23 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 157/1467 objects degraded (10.702%) 2024-09-11T08:03:23.519 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:23 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:23.519 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:23 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:23.519 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:23 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:03:23.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:23 smithi136 ceph-mon[49950]: pgmap v104: 129 pgs: 14 active+undersized, 6 stale+active+clean, 23 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 157/1467 objects degraded (10.702%) 2024-09-11T08:03:23.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:23 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:23.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:23 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:23 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:03:25.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:25 smithi136 ceph-mon[49950]: pgmap v105: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 184/1467 objects degraded (12.543%) 2024-09-11T08:03:25.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:25 smithi073 ceph-mon[64336]: pgmap v105: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 184/1467 objects degraded (12.543%) 2024-09-11T08:03:27.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:27 smithi073 ceph-mon[64336]: pgmap v106: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 184/1467 objects degraded (12.543%) 2024-09-11T08:03:27.311 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:03:26.998+0000 7fe75070f440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-11T08:03:27.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:27 smithi136 ceph-mon[49950]: pgmap v106: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 184/1467 objects degraded (12.543%) 2024-09-11T08:03:27.697 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:27.810 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:03:27.402+0000 7fe75070f440 -1 osd.3 86 log_to_monitors true 2024-09-11T08:03:28.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:28 smithi073 ceph-mon[64336]: from='osd.3 [v2:172.21.15.73:6826/3603652598,v1:172.21.15.73:6827/3603652598]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:03:28.311 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:03:28 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:03:28.178+0000 7fe746cb8640 -1 osd.3 86 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:03:28.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:28 smithi136 ceph-mon[49950]: from='osd.3 [v2:172.21.15.73:6826/3603652598,v1:172.21.15.73:6827/3603652598]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T08:03:29.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:29 smithi073 ceph-mon[64336]: pgmap v107: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 184/1467 objects degraded (12.543%) 2024-09-11T08:03:29.490 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:29 smithi073 ceph-mon[64336]: from='osd.3 [v2:172.21.15.73:6826/3603652598,v1:172.21.15.73:6827/3603652598]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:03:29.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:29 smithi073 ceph-mon[64336]: osdmap e89: 8 total, 7 up, 8 in 2024-09-11T08:03:29.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:29 smithi073 ceph-mon[64336]: from='osd.3 [v2:172.21.15.73:6826/3603652598,v1:172.21.15.73:6827/3603652598]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T08:03:29.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:29.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:29.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:29.491 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:29.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:29 smithi136 ceph-mon[49950]: pgmap v107: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 184/1467 objects degraded (12.543%) 2024-09-11T08:03:29.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:29 smithi136 ceph-mon[49950]: from='osd.3 [v2:172.21.15.73:6826/3603652598,v1:172.21.15.73:6827/3603652598]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T08:03:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:29 smithi136 ceph-mon[49950]: osdmap e89: 8 total, 7 up, 8 in 2024-09-11T08:03:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:29 smithi136 ceph-mon[49950]: from='osd.3 [v2:172.21.15.73:6826/3603652598,v1:172.21.15.73:6827/3603652598]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-09-11T08:03:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:29.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:30 smithi073 ceph-mon[64336]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:03:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:30 smithi073 ceph-mon[64336]: osd.3 [v2:172.21.15.73:6826/3603652598,v1:172.21.15.73:6827/3603652598] boot 2024-09-11T08:03:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:30 smithi073 ceph-mon[64336]: osdmap e90: 8 total, 8 up, 8 in 2024-09-11T08:03:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:03:30.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:30 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 184/1467 objects degraded (12.543%), 30 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:30 smithi136 ceph-mon[49950]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:03:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:30 smithi136 ceph-mon[49950]: osd.3 [v2:172.21.15.73:6826/3603652598,v1:172.21.15.73:6827/3603652598] boot 2024-09-11T08:03:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:30 smithi136 ceph-mon[49950]: osdmap e90: 8 total, 8 up, 8 in 2024-09-11T08:03:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T08:03:30.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:30 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 184/1467 objects degraded (12.543%), 30 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:31.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:31 smithi073 ceph-mon[64336]: pgmap v110: 129 pgs: 10 peering, 17 active+undersized, 23 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 136/1467 objects degraded (9.271%) 2024-09-11T08:03:31.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:31 smithi073 ceph-mon[64336]: osdmap e91: 8 total, 8 up, 8 in 2024-09-11T08:03:31.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:31 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:31.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:31 smithi136 ceph-mon[49950]: pgmap v110: 129 pgs: 10 peering, 17 active+undersized, 23 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 136/1467 objects degraded (9.271%) 2024-09-11T08:03:31.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:31 smithi136 ceph-mon[49950]: osdmap e91: 8 total, 8 up, 8 in 2024-09-11T08:03:31.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:31 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:32.735 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:33.254 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:33 smithi073 ceph-mon[64336]: pgmap v112: 129 pgs: 10 peering, 9 active+undersized, 18 active+undersized+degraded, 92 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 88/1467 objects degraded (5.999%) 2024-09-11T08:03:33.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:33.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:33.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:33.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:03:33.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:33.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:33 smithi136 ceph-mon[49950]: pgmap v112: 129 pgs: 10 peering, 9 active+undersized, 18 active+undersized+degraded, 92 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 88/1467 objects degraded (5.999%) 2024-09-11T08:03:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:03:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:33.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:34.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:34 smithi073 ceph-mon[64336]: pgmap v113: 129 pgs: 10 peering, 6 active+undersized, 14 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 233 B/s wr, 0 op/s; 70/1467 objects degraded (4.772%) 2024-09-11T08:03:34.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:34 smithi073 ceph-mon[64336]: pgmap v114: 129 pgs: 10 peering, 6 active+undersized, 14 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 238 B/s wr, 0 op/s; 70/1467 objects degraded (4.772%) 2024-09-11T08:03:34.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:34 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:03:34.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:34 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:03:34.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:34 smithi136 ceph-mon[49950]: pgmap v113: 129 pgs: 10 peering, 6 active+undersized, 14 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 233 B/s wr, 0 op/s; 70/1467 objects degraded (4.772%) 2024-09-11T08:03:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:34 smithi136 ceph-mon[49950]: pgmap v114: 129 pgs: 10 peering, 6 active+undersized, 14 active+undersized+degraded, 99 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 238 B/s wr, 0 op/s; 70/1467 objects degraded (4.772%) 2024-09-11T08:03:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:34 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:03:34.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:34 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:03:35.449 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:35 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 70/1467 objects degraded (4.772%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:35.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:35 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 70/1467 objects degraded (4.772%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:36.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: pgmap v115: 129 pgs: 10 peering, 119 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 193 B/s wr, 12 op/s 2024-09-11T08:03:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 70/1467 objects degraded (4.772%), 14 pgs degraded) 2024-09-11T08:03:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:03:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:03:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: pgmap v115: 129 pgs: 10 peering, 119 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 193 B/s wr, 12 op/s 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 70/1467 objects degraded (4.772%), 14 pgs degraded) 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:36.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:03:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:37 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:03:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:03:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:03:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:37.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:03:37.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:03:37.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:37 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:03:37.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:37 smithi136 ceph-mon[49950]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-09-11T08:03:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:37 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:03:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:03:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:03:37.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:37.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:03:37.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:03:37.564 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:37 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:03:37.565 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:37 smithi073 ceph-mon[64336]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-09-11T08:03:37.764 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:38.145 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:03:38.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:38 smithi136 ceph-mon[49950]: pgmap v116: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 160 B/s wr, 10 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:38.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:38 smithi073 ceph-mon[64336]: pgmap v116: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 160 B/s wr, 10 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:38.765 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:03:38.765 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (12m) 10s ago 14m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:03:38.765 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (111s) 10s ago 14m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:03:38.765 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (107s) 102s ago 13m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (12m) 10s ago 13m 35.1M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (8m) 10s ago 8m 37.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (8m) 102s ago 8m 15.0M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (3m) 10s ago 15m 455M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (3m) 102s ago 13m 399M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (2m) 10s ago 15m 51.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (2m) 102s ago 13m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (6m) 10s ago 6m 82.1M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (6m) 102s ago 6m 54.5M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (13m) 10s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (12m) 102s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (84s) 10s ago 12m 114M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:03:38.766 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (62s) 10s ago 12m 103M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:03:38.767 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (39s) 10s ago 11m 80.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:03:38.767 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (16s) 10s ago 11m 11.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:03:38.767 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (11m) 102s ago 11m 374M 2704M 16.2.5 6933c2a0b7dd 90631c3eb8d7 2024-09-11T08:03:38.767 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (10m) 102s ago 10m 379M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T08:03:38.767 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (10m) 102s ago 10m 319M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:03:38.767 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (10m) 102s ago 10m 474M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:03:38.767 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 10s ago 13m 66.0M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:03:39.137 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:03:39.137 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:03:39.137 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:03:39.137 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:03:39.137 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:03:39.138 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:03:39.450 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:03:39.450 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:03:39.450 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:03:39.450 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:03:39.450 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:03:39.451 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:03:39.451 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:03:39.451 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:03:39.451 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:03:39.451 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "10/23 daemons upgraded", 2024-09-11T08:03:39.451 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:03:39.451 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:03:39.451 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:03:39.451 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:39 smithi073 ceph-mon[64336]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:39.451 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:39 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/3903359321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:39.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:39 smithi136 ceph-mon[49950]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:39.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:39 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/3903359321' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:03:40.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:40 smithi136 ceph-mon[49950]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:40.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:40 smithi136 ceph-mon[49950]: pgmap v117: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 123 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:40.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:40 smithi136 ceph-mon[49950]: from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:40.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:40 smithi136 ceph-mon[49950]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:40.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:40 smithi073 ceph-mon[64336]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:40 smithi073 ceph-mon[64336]: pgmap v117: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 123 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:40 smithi073 ceph-mon[64336]: from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:40 smithi073 ceph-mon[64336]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:03:42.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:41 smithi136 ceph-mon[49950]: pgmap v118: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 244 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:42.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:42.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:41 smithi073 ceph-mon[64336]: pgmap v118: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 244 B/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:42.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:42.797 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:43.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:43 smithi073 ceph-mon[64336]: pgmap v119: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 204 B/s wr, 7 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:44.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:43 smithi136 ceph-mon[49950]: pgmap v119: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 204 B/s wr, 7 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:46.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:45 smithi136 ceph-mon[49950]: pgmap v120: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 170 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:46.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:45 smithi073 ceph-mon[64336]: pgmap v120: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 170 B/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:47.824 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:48.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:47 smithi136 ceph-mon[49950]: pgmap v121: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:48.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:47 smithi073 ceph-mon[64336]: pgmap v121: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:03:49.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:49 smithi073 ceph-mon[64336]: pgmap v122: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:03:50.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:49 smithi136 ceph-mon[49950]: pgmap v122: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:03:51.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:03:51.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:03:51.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:03:51.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:03:52.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:51 smithi136 ceph-mon[49950]: pgmap v123: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:03:52.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:51 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:03:52.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:51 smithi136 ceph-mon[49950]: Upgrade: osd.4 is safe to restart 2024-09-11T08:03:52.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:51 smithi073 ceph-mon[64336]: pgmap v123: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:03:52.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:51 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T08:03:52.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:51 smithi073 ceph-mon[64336]: Upgrade: osd.4 is safe to restart 2024-09-11T08:03:52.850 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:53.434 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:53 smithi136 ceph-mon[49950]: Upgrade: Updating osd.4 2024-09-11T08:03:53.434 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:53 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:53.434 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:53 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:03:53.434 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:53 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:53.435 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:53 smithi136 ceph-mon[49950]: Deploying daemon osd.4 on smithi136 2024-09-11T08:03:53.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:53 smithi073 ceph-mon[64336]: Upgrade: Updating osd.4 2024-09-11T08:03:53.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:53 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:03:53.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:53 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T08:03:53.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:53 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:03:53.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:53 smithi073 ceph-mon[64336]: Deploying daemon osd.4 on smithi136 2024-09-11T08:03:54.333 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:54 smithi136 ceph-mon[49950]: pgmap v124: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:03:54.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:54 smithi073 ceph-mon[64336]: pgmap v124: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:03:55.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:54 smithi136 systemd[1]: Stopping Ceph osd.4 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:03:55.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4[29135]: debug 2024-09-11T08:03:55.135+0000 7fcffcef6700 -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-11T08:03:55.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4[29135]: debug 2024-09-11T08:03:55.135+0000 7fcffcef6700 -1 osd.4 91 *** Got signal Terminated *** 2024-09-11T08:03:55.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:55 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4[29135]: debug 2024-09-11T08:03:55.135+0000 7fcffcef6700 -1 osd.4 91 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:03:55.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:55 smithi136 podman[54384]: 2024-09-11 08:03:55.218082202 +0000 UTC m=+0.187494769 container died 90631c3eb8d7afee9d9682f8afa512b6a5fc8eb8f1b3d0a7bd0c6c02942cd94e (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD) 2024-09-11T08:03:55.773 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:55 smithi136 podman[54384]: 2024-09-11 08:03:55.58630449 +0000 UTC m=+0.555717047 container cleanup 90631c3eb8d7afee9d9682f8afa512b6a5fc8eb8f1b3d0a7bd0c6c02942cd94e (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4, CEPH_POINT_RELEASE=-16.2.5, ceph=True, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD) 2024-09-11T08:03:55.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:55 smithi136 bash[54384]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4 2024-09-11T08:03:56.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:55 smithi136 podman[54398]: 2024-09-11 08:03:55.896481522 +0000 UTC m=+0.675506995 container remove 90631c3eb8d7afee9d9682f8afa512b6a5fc8eb8f1b3d0a7bd0c6c02942cd94e (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.4, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20201204, GIT_CLEAN=True, RELEASE=HEAD) 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: pgmap v125: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 failed (root=default,host=smithi136) (connection refused reported by osd.5) 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.0 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.1 2024-09-11T08:03:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.2 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.3 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.0 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.1 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.2 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.3 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.0 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.1 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.2 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.3 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.0 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.1 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.2 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.3 2024-09-11T08:03:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:56 smithi136 ceph-mon[49950]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: pgmap v125: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:03:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 failed (root=default,host=smithi136) (connection refused reported by osd.5) 2024-09-11T08:03:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.0 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.1 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.2 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.3 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.0 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.1 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.2 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.3 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.7 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.0 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.1 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.2 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.3 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.6 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.0 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.1 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.2 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.3 2024-09-11T08:03:56.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:56 smithi073 ceph-mon[64336]: osd.4 reported immediately failed by osd.5 2024-09-11T08:03:56.627 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:56 smithi136 podman[54503]: 2024-09-11 08:03:56.255380407 +0000 UTC m=+0.016019175 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:03:56.627 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:56 smithi136 podman[54503]: 2024-09-11 08:03:56.397659493 +0000 UTC m=+0.158298252 container create 5d4e5eb674a29242749fdb425f7932be1c64d7b9f07d2c9db1d57b8fb51df607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-11T08:03:57.024 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:56 smithi136 podman[54503]: 2024-09-11 08:03:56.633724084 +0000 UTC m=+0.394362853 container init 5d4e5eb674a29242749fdb425f7932be1c64d7b9f07d2c9db1d57b8fb51df607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T08:03:57.024 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:56 smithi136 podman[54503]: 2024-09-11 08:03:56.63728746 +0000 UTC m=+0.397926223 container start 5d4e5eb674a29242749fdb425f7932be1c64d7b9f07d2c9db1d57b8fb51df607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=) 2024-09-11T08:03:57.024 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:56 smithi136 podman[54503]: 2024-09-11 08:03:56.725524905 +0000 UTC m=+0.486163690 container attach 5d4e5eb674a29242749fdb425f7932be1c64d7b9f07d2c9db1d57b8fb51df607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:03:57.024 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:56 smithi136 podman[54503]: 2024-09-11 08:03:56.821394263 +0000 UTC m=+0.582033031 container died 5d4e5eb674a29242749fdb425f7932be1c64d7b9f07d2c9db1d57b8fb51df607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-11T08:03:57.413 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:57 smithi136 ceph-mon[49950]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:03:57.413 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:57 smithi136 ceph-mon[49950]: osdmap e92: 8 total, 7 up, 8 in 2024-09-11T08:03:57.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:57 smithi073 ceph-mon[64336]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:03:57.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:57 smithi073 ceph-mon[64336]: osdmap e92: 8 total, 7 up, 8 in 2024-09-11T08:03:57.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:57 smithi136 podman[54531]: 2024-09-11 08:03:57.412493484 +0000 UTC m=+0.585070331 container remove 5d4e5eb674a29242749fdb425f7932be1c64d7b9f07d2c9db1d57b8fb51df607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:03:57.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:57 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-11T08:03:57.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:57 smithi136 systemd[1]: Stopped Ceph osd.4 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:03:57.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:57 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.4.service: Consumed 1min 22.700s CPU time. 2024-09-11T08:03:57.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:57 smithi136 systemd[1]: Starting Ceph osd.4 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:03:57.873 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:03:58.136 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:57 smithi136 podman[54636]: 2024-09-11 08:03:57.747654203 +0000 UTC m=+0.015663005 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:03:58.136 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:57 smithi136 podman[54636]: 2024-09-11 08:03:57.864619292 +0000 UTC m=+0.132628139 container create c2e20b3b6d6429a1fd0365507674822576c24fa371071e571af56ebe158c62be (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:03:58.447 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-mon[49950]: pgmap v127: 129 pgs: 18 stale+active+clean, 111 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:03:58.448 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-mon[49950]: osdmap e93: 8 total, 7 up, 8 in 2024-09-11T08:03:58.448 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 podman[54636]: 2024-09-11 08:03:58.176048703 +0000 UTC m=+0.444057505 container init c2e20b3b6d6429a1fd0365507674822576c24fa371071e571af56ebe158c62be (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-11T08:03:58.448 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 podman[54636]: 2024-09-11 08:03:58.179506672 +0000 UTC m=+0.447515475 container start c2e20b3b6d6429a1fd0365507674822576c24fa371071e571af56ebe158c62be (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-11T08:03:58.448 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 podman[54636]: 2024-09-11 08:03:58.258797232 +0000 UTC m=+0.526806042 container attach c2e20b3b6d6429a1fd0365507674822576c24fa371071e571af56ebe158c62be (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T08:03:58.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:58 smithi073 ceph-mon[64336]: pgmap v127: 129 pgs: 18 stale+active+clean, 111 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:03:58.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:58 smithi073 ceph-mon[64336]: osdmap e93: 8 total, 7 up, 8 in 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate[54652]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 bash[54636]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate[54652]: 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-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 bash[54636]: 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-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate[54652]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 bash[54636]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate[54652]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 bash[54636]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate[54652]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 bash[54636]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate[54652]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:03:58.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 bash[54636]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T08:03:58.775 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate[54652]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-11T08:03:58.775 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 bash[54636]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-11T08:03:58.775 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:58 smithi136 podman[54636]: 2024-09-11 08:03:58.490082913 +0000 UTC m=+0.758091716 container died c2e20b3b6d6429a1fd0365507674822576c24fa371071e571af56ebe158c62be (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, 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, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-11T08:03:59.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:59 smithi136 ceph-mon[49950]: Health check failed: Reduced data availability: 6 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-09-11T08:03:59.466 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:03:59 smithi136 ceph-mon[49950]: Health check failed: Degraded data redundancy: 16/1467 objects degraded (1.091%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:59.466 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:59 smithi136 podman[54780]: 2024-09-11 08:03:59.13973638 +0000 UTC m=+0.643941853 container remove c2e20b3b6d6429a1fd0365507674822576c24fa371071e571af56ebe158c62be (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-activate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2) 2024-09-11T08:03:59.466 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:59 smithi136 podman[54840]: 2024-09-11 08:03:59.25634253 +0000 UTC m=+0.016095488 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:03:59.466 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:59 smithi136 podman[54840]: 2024-09-11 08:03:59.357514451 +0000 UTC m=+0.117267453 container create 03abb78ea19d3ba5c098b77813dcbf6d9c2e6e283f1944033a7f5e98da85c875 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-11T08:03:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:59 smithi073 ceph-mon[64336]: Health check failed: Reduced data availability: 6 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-09-11T08:03:59.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:03:59 smithi073 ceph-mon[64336]: Health check failed: Degraded data redundancy: 16/1467 objects degraded (1.091%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T08:03:59.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:59 smithi136 podman[54840]: 2024-09-11 08:03:59.56835201 +0000 UTC m=+0.328104976 container init 03abb78ea19d3ba5c098b77813dcbf6d9c2e6e283f1944033a7f5e98da85c875 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2) 2024-09-11T08:03:59.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:59 smithi136 podman[54840]: 2024-09-11 08:03:59.57154523 +0000 UTC m=+0.331298187 container start 03abb78ea19d3ba5c098b77813dcbf6d9c2e6e283f1944033a7f5e98da85c875 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:03:59.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:59 smithi136 ceph-osd[54859]: -- 172.21.15.136:0/1647547842 <== mon.1 v2:172.21.15.136:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b57461cd00 con 0x55b5745eec00 2024-09-11T08:03:59.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:59 smithi136 bash[54840]: 03abb78ea19d3ba5c098b77813dcbf6d9c2e6e283f1944033a7f5e98da85c875 2024-09-11T08:03:59.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:03:59 smithi136 systemd[1]: Started Ceph osd.4 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:04:00.499 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:04:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:04:00.124+0000 7fd35d093440 -1 Falling back to public interface 2024-09-11T08:04:00.499 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:00 smithi136 ceph-mon[49950]: pgmap v129: 129 pgs: 6 active+undersized, 36 peering, 5 stale+active+clean, 2 active+undersized+degraded, 80 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 16/1467 objects degraded (1.091%) 2024-09-11T08:04:00.499 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:00 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:00.499 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:00 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:00.499 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:00 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:04:00.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:00 smithi073 ceph-mon[64336]: pgmap v129: 129 pgs: 6 active+undersized, 36 peering, 5 stale+active+clean, 2 active+undersized+degraded, 80 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 16/1467 objects degraded (1.091%) 2024-09-11T08:04:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:00 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:00 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:00.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:00 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:04:02.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:02 smithi136 ceph-mon[49950]: pgmap v130: 129 pgs: 9 active+undersized, 36 peering, 12 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 89/1467 objects degraded (6.067%) 2024-09-11T08:04:02.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:02 smithi073 ceph-mon[64336]: pgmap v130: 129 pgs: 9 active+undersized, 36 peering, 12 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 89/1467 objects degraded (6.067%) 2024-09-11T08:04:02.902 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:03.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:03 smithi136 ceph-mon[49950]: pgmap v131: 129 pgs: 25 active+undersized, 32 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 233/1467 objects degraded (15.883%) 2024-09-11T08:04:03.509 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:03 smithi136 ceph-mon[49950]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 8 pgs peering) 2024-09-11T08:04:03.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:03 smithi073 ceph-mon[64336]: pgmap v131: 129 pgs: 25 active+undersized, 32 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 233/1467 objects degraded (15.883%) 2024-09-11T08:04:03.520 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:03 smithi073 ceph-mon[64336]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 8 pgs peering) 2024-09-11T08:04:04.773 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:04:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:04:04.316+0000 7fd35d093440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-11T08:04:05.146 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:04:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:04:04.830+0000 7fd35d093440 -1 osd.4 91 log_to_monitors true 2024-09-11T08:04:05.146 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:04 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:05.146 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:04 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:05.146 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:04 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:05.146 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:04 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:05.146 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:04 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 233/1467 objects degraded (15.883%), 32 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:05.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:04 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:05.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:04 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:05.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:04 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:05.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:04 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:05.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:04 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 233/1467 objects degraded (15.883%), 32 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:06.116 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:04:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:04:05.853+0000 7fd35263a640 -1 osd.4 91 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:04:06.116 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:05 smithi136 ceph-mon[49950]: pgmap v132: 129 pgs: 25 active+undersized, 32 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 245 B/s rd, 122 B/s wr, 0 op/s; 233/1467 objects degraded (15.883%) 2024-09-11T08:04:06.116 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:05 smithi136 ceph-mon[49950]: from='osd.4 [v2:172.21.15.136:6800/971757319,v1:172.21.15.136:6801/971757319]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:04:06.116 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:05 smithi136 ceph-mon[49950]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:04:06.116 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:06.116 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:04:06.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:05 smithi073 ceph-mon[64336]: pgmap v132: 129 pgs: 25 active+undersized, 32 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 245 B/s rd, 122 B/s wr, 0 op/s; 233/1467 objects degraded (15.883%) 2024-09-11T08:04:06.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:05 smithi073 ceph-mon[64336]: from='osd.4 [v2:172.21.15.136:6800/971757319,v1:172.21.15.136:6801/971757319]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:04:06.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:05 smithi073 ceph-mon[64336]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T08:04:06.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:06.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:04:07.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:06 smithi136 ceph-mon[49950]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:04:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:06 smithi136 ceph-mon[49950]: osdmap e94: 8 total, 7 up, 8 in 2024-09-11T08:04:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:06 smithi136 ceph-mon[49950]: from='osd.4 [v2:172.21.15.136:6800/971757319,v1:172.21.15.136:6801/971757319]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:04:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:06 smithi136 ceph-mon[49950]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:04:07.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:06 smithi073 ceph-mon[64336]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T08:04:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:06 smithi073 ceph-mon[64336]: osdmap e94: 8 total, 7 up, 8 in 2024-09-11T08:04:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:06 smithi073 ceph-mon[64336]: from='osd.4 [v2:172.21.15.136:6800/971757319,v1:172.21.15.136:6801/971757319]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:04:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:06 smithi073 ceph-mon[64336]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:04:07.928 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:08.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: pgmap v134: 129 pgs: 25 active+undersized, 32 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 219 B/s rd, 219 B/s wr, 0 op/s; 233/1467 objects degraded (15.883%) 2024-09-11T08:04:08.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:04:08.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: osd.4 [v2:172.21.15.136:6800/971757319,v1:172.21.15.136:6801/971757319] boot 2024-09-11T08:04:08.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: osdmap e95: 8 total, 8 up, 8 in 2024-09-11T08:04:08.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:04:08.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:08.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:08.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:08.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:04:08.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:08.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:08.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:07 smithi136 ceph-mon[49950]: osdmap e96: 8 total, 8 up, 8 in 2024-09-11T08:04:08.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: pgmap v134: 129 pgs: 25 active+undersized, 32 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 219 B/s rd, 219 B/s wr, 0 op/s; 233/1467 objects degraded (15.883%) 2024-09-11T08:04:08.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:04:08.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: osd.4 [v2:172.21.15.136:6800/971757319,v1:172.21.15.136:6801/971757319] boot 2024-09-11T08:04:08.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: osdmap e95: 8 total, 8 up, 8 in 2024-09-11T08:04:08.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T08:04:08.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:08.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:08.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:08.210 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:04:08.210 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:08.210 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:08.210 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:07 smithi073 ceph-mon[64336]: osdmap e96: 8 total, 8 up, 8 in 2024-09-11T08:04:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:08 smithi136 ceph-mon[49950]: pgmap v136: 129 pgs: 7 peering, 21 active+undersized, 29 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 141 B/s wr, 0 op/s; 220/1467 objects degraded (14.997%) 2024-09-11T08:04:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:08 smithi136 ceph-mon[49950]: pgmap v137: 129 pgs: 7 peering, 21 active+undersized, 29 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 196 B/s wr, 0 op/s; 220/1467 objects degraded (14.997%) 2024-09-11T08:04:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:08 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:04:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:08 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:04:09.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:08 smithi073 ceph-mon[64336]: pgmap v136: 129 pgs: 7 peering, 21 active+undersized, 29 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 141 B/s wr, 0 op/s; 220/1467 objects degraded (14.997%) 2024-09-11T08:04:09.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:08 smithi073 ceph-mon[64336]: pgmap v137: 129 pgs: 7 peering, 21 active+undersized, 29 active+undersized+degraded, 72 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 196 B/s wr, 0 op/s; 220/1467 objects degraded (14.997%) 2024-09-11T08:04:09.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:08 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:04:09.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:08 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:04:09.802 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:04:09.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:09 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 220/1467 objects degraded (14.997%), 29 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:10.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:09 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 220/1467 objects degraded (14.997%), 29 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:10.436 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (13m) 41s ago 14m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (2m) 41s ago 14m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (2m) 6s ago 13m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (12m) 41s ago 14m 35.1M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (9m) 41s ago 9m 37.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (9m) 6s ago 9m 15.4M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (4m) 41s ago 15m 455M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (3m) 6s ago 13m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (3m) 41s ago 16m 51.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (3m) 6s ago 13m 41.5M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (6m) 41s ago 6m 82.1M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:04:10.437 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (6m) 6s ago 6m 54.8M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (14m) 41s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (13m) 6s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (116s) 41s ago 13m 114M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (93s) 41s ago 12m 103M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (71s) 41s ago 12m 80.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (48s) 41s ago 11m 11.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (11s) 6s ago 11m 13.8M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (11m) 6s ago 11m 379M 2704M 16.2.5 6933c2a0b7dd 745edcfdd8b3 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (11m) 6s ago 11m 320M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (10m) 6s ago 10m 473M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:04:10.438 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 41s ago 13m 66.0M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T08:04:10.819 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:04:10.820 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:04:10.820 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:04:10.820 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:04:10.820 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:04:10.820 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-09-11T08:04:10.820 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 9 2024-09-11T08:04:10.820 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:04:10.820 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:04:11.154 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:10 smithi073 ceph-mon[64336]: pgmap v139: 129 pgs: 7 peering, 19 active+undersized, 21 active+undersized+degraded, 82 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 531 B/s rd, 0 op/s; 159/1467 objects degraded (10.838%) 2024-09-11T08:04:11.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:10 smithi073 ceph-mon[64336]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:11.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:10 smithi073 ceph-mon[64336]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:11.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:10 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/3965508546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:11.155 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:04:11.155 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:04:11.155 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:04:11.155 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:04:11.155 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:04:11.155 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:04:11.155 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:04:11.156 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:04:11.156 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:04:11.156 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "11/23 daemons upgraded", 2024-09-11T08:04:11.156 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:04:11.156 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:04:11.156 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:04:11.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:10 smithi136 ceph-mon[49950]: pgmap v139: 129 pgs: 7 peering, 19 active+undersized, 21 active+undersized+degraded, 82 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 531 B/s rd, 0 op/s; 159/1467 objects degraded (10.838%) 2024-09-11T08:04:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:10 smithi136 ceph-mon[49950]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:10 smithi136 ceph-mon[49950]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:10 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/3965508546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:04:12.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:04:12.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:04:12.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:04:12.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:04:12.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-11T08:04:12.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:11 smithi136 ceph-mon[49950]: from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:04:12.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:04:12.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:04:12.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:04:12.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:12.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:04:12.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:04:12.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-11T08:04:12.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:11 smithi073 ceph-mon[64336]: from='client.34286 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:12.957 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:13.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:12 smithi136 ceph-mon[49950]: pgmap v140: 129 pgs: 7 peering, 122 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 392 B/s rd, 196 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:13.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:12 smithi136 ceph-mon[49950]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 159/1467 objects degraded (10.838%), 21 pgs degraded) 2024-09-11T08:04:13.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:12 smithi073 ceph-mon[64336]: pgmap v140: 129 pgs: 7 peering, 122 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 392 B/s rd, 196 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:13.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:12 smithi073 ceph-mon[64336]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 159/1467 objects degraded (10.838%), 21 pgs degraded) 2024-09-11T08:04:15.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:14 smithi136 ceph-mon[49950]: pgmap v141: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 298 B/s rd, 149 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:15.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:14 smithi073 ceph-mon[64336]: pgmap v141: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 298 B/s rd, 149 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:17.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:16 smithi136 ceph-mon[49950]: pgmap v142: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:17.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:16 smithi073 ceph-mon[64336]: pgmap v142: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:17.984 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:19.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:18 smithi073 ceph-mon[64336]: pgmap v143: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:19.191 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:18 smithi136 ceph-mon[49950]: pgmap v143: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:21.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:20 smithi136 ceph-mon[49950]: pgmap v144: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 345 B/s rd, 172 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:21.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:21.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:04:21.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:21.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:20 smithi073 ceph-mon[64336]: pgmap v144: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 345 B/s rd, 172 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:21.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:21.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:04:21.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:23.022 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:23.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:22 smithi136 ceph-mon[49950]: pgmap v145: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:23.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:22 smithi073 ceph-mon[64336]: pgmap v145: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-11T08:04:25.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:24 smithi136 ceph-mon[49950]: pgmap v146: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:04:25.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:24 smithi073 ceph-mon[64336]: pgmap v146: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:04:27.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:26 smithi136 ceph-mon[49950]: pgmap v147: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:04:27.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:26 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:04:27.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:26 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:04:27.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:26 smithi136 ceph-mon[49950]: Upgrade: osd.5 is safe to restart 2024-09-11T08:04:27.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:26 smithi073 ceph-mon[64336]: pgmap v147: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:04:27.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:26 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:04:27.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:26 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T08:04:27.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:26 smithi073 ceph-mon[64336]: Upgrade: osd.5 is safe to restart 2024-09-11T08:04:28.049 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:28.691 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:28 smithi136 ceph-mon[49950]: Upgrade: Updating osd.5 2024-09-11T08:04:28.691 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:28 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:28.691 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:28 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:04:28.691 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:28 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:28.691 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:28 smithi136 ceph-mon[49950]: Deploying daemon osd.5 on smithi136 2024-09-11T08:04:28.691 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:28 smithi136 ceph-mon[49950]: pgmap v148: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:04:28.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:28 smithi073 ceph-mon[64336]: Upgrade: Updating osd.5 2024-09-11T08:04:28.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:28 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:28.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:28 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T08:04:28.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:28 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:28.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:28 smithi073 ceph-mon[64336]: Deploying daemon osd.5 on smithi136 2024-09-11T08:04:28.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:28 smithi073 ceph-mon[64336]: pgmap v148: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:04:30.524 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:30 smithi136 systemd[1]: Stopping Ceph osd.5 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:04:30.524 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5[31603]: debug 2024-09-11T08:04:30.234+0000 7f35ad89b700 -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-11T08:04:30.524 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5[31603]: debug 2024-09-11T08:04:30.234+0000 7f35ad89b700 -1 osd.5 96 *** Got signal Terminated *** 2024-09-11T08:04:30.524 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5[31603]: debug 2024-09-11T08:04:30.234+0000 7f35ad89b700 -1 osd.5 96 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:04:30.524 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:30 smithi136 podman[56749]: 2024-09-11 08:04:30.327015443 +0000 UTC m=+0.190984889 container died 745edcfdd8b30c2adc05211bf3399ad7487b35ee72b3f6707e4fe84acafd890c (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=-16.2.5, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0) 2024-09-11T08:04:30.978 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:30 smithi136 podman[56749]: 2024-09-11 08:04:30.676218158 +0000 UTC m=+0.540187605 container cleanup 745edcfdd8b30c2adc05211bf3399ad7487b35ee72b3f6707e4fe84acafd890c (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.5, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.build-date=20201204) 2024-09-11T08:04:30.978 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:30 smithi136 bash[56749]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5 2024-09-11T08:04:30.978 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: pgmap v149: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.7 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 failed (root=default,host=smithi136) (connection refused reported by osd.7) 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.6 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.0 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.1 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.2 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.3 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.4 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.7 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.6 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.0 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.2 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.4 2024-09-11T08:04:30.979 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.3 2024-09-11T08:04:30.980 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:30 smithi136 ceph-mon[49950]: osd.5 reported immediately failed by osd.1 2024-09-11T08:04:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: pgmap v149: 129 pgs: 129 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:04:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.7 2024-09-11T08:04:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 failed (root=default,host=smithi136) (connection refused reported by osd.7) 2024-09-11T08:04:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.6 2024-09-11T08:04:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.0 2024-09-11T08:04:31.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.1 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.2 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.3 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.4 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.7 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.6 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.0 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.2 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.4 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.3 2024-09-11T08:04:31.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:30 smithi073 ceph-mon[64336]: osd.5 reported immediately failed by osd.1 2024-09-11T08:04:31.273 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:30 smithi136 podman[56765]: 2024-09-11 08:04:30.977957767 +0000 UTC m=+0.653495097 container remove 745edcfdd8b30c2adc05211bf3399ad7487b35ee72b3f6707e4fe84acafd890c (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.5, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, ceph=True) 2024-09-11T08:04:31.728 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:31 smithi136 podman[56866]: 2024-09-11 08:04:31.339864017 +0000 UTC m=+0.015910320 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:04:31.728 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:31 smithi136 podman[56866]: 2024-09-11 08:04:31.50950673 +0000 UTC m=+0.185553030 container create 7bc37422aa8efa4b860aa52451a121cbfb8599c8ceef471d357b1f54fd1fb8a9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:04:32.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:31 smithi136 ceph-mon[49950]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:04:32.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:31 smithi136 ceph-mon[49950]: osdmap e97: 8 total, 7 up, 8 in 2024-09-11T08:04:32.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:31 smithi136 ceph-mon[49950]: osdmap e98: 8 total, 7 up, 8 in 2024-09-11T08:04:32.024 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:31 smithi136 podman[56866]: 2024-09-11 08:04:31.848628518 +0000 UTC m=+0.524674818 container init 7bc37422aa8efa4b860aa52451a121cbfb8599c8ceef471d357b1f54fd1fb8a9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-11T08:04:32.025 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:31 smithi136 podman[56866]: 2024-09-11 08:04:31.852315751 +0000 UTC m=+0.528362052 container start 7bc37422aa8efa4b860aa52451a121cbfb8599c8ceef471d357b1f54fd1fb8a9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:04:32.025 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:31 smithi136 podman[56866]: 2024-09-11 08:04:31.940395072 +0000 UTC m=+0.616441373 container attach 7bc37422aa8efa4b860aa52451a121cbfb8599c8ceef471d357b1f54fd1fb8a9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T08:04:32.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:31 smithi073 ceph-mon[64336]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:04:32.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:31 smithi073 ceph-mon[64336]: osdmap e97: 8 total, 7 up, 8 in 2024-09-11T08:04:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:31 smithi073 ceph-mon[64336]: osdmap e98: 8 total, 7 up, 8 in 2024-09-11T08:04:32.319 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:32 smithi136 podman[56866]: 2024-09-11 08:04:32.027089281 +0000 UTC m=+0.703135584 container died 7bc37422aa8efa4b860aa52451a121cbfb8599c8ceef471d357b1f54fd1fb8a9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T08:04:33.004 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:32 smithi136 ceph-mon[49950]: pgmap v151: 129 pgs: 19 peering, 9 stale+active+clean, 101 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-11T08:04:33.004 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:32 smithi136 ceph-mon[49950]: Health check failed: Reduced data availability: 3 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-09-11T08:04:33.004 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:32 smithi136 podman[56889]: 2024-09-11 08:04:32.585630606 +0000 UTC m=+0.552868124 container remove 7bc37422aa8efa4b860aa52451a121cbfb8599c8ceef471d357b1f54fd1fb8a9 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:04:33.005 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:32 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-11T08:04:33.005 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:32 smithi136 systemd[1]: Stopped Ceph osd.5 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:04:33.005 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:32 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.5.service: Consumed 1min 23.537s CPU time. 2024-09-11T08:04:33.005 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:32 smithi136 systemd[1]: Starting Ceph osd.5 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:04:33.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:32 smithi073 ceph-mon[64336]: pgmap v151: 129 pgs: 19 peering, 9 stale+active+clean, 101 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-11T08:04:33.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:32 smithi073 ceph-mon[64336]: Health check failed: Reduced data availability: 3 pgs inactive, 8 pgs peering (PG_AVAILABILITY) 2024-09-11T08:04:33.076 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:33.274 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 podman[56988]: 2024-09-11 08:04:33.003394553 +0000 UTC m=+0.105237102 container create 22e09bb7a099e96c041f9107e12796b997a354b15d65e38db5b52b3320a65e0e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:04:33.274 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 podman[56988]: 2024-09-11 08:04:32.913942292 +0000 UTC m=+0.015784856 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:04:33.274 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 podman[56988]: 2024-09-11 08:04:33.23098788 +0000 UTC m=+0.332830430 container init 22e09bb7a099e96c041f9107e12796b997a354b15d65e38db5b52b3320a65e0e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:04:33.274 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 podman[56988]: 2024-09-11 08:04:33.234528402 +0000 UTC m=+0.336370952 container start 22e09bb7a099e96c041f9107e12796b997a354b15d65e38db5b52b3320a65e0e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate, CEPH_POINT_RELEASE=, 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, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-11T08:04:33.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 podman[56988]: 2024-09-11 08:04:33.322877949 +0000 UTC m=+0.424720508 container attach 22e09bb7a099e96c041f9107e12796b997a354b15d65e38db5b52b3320a65e0e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T08:04:33.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate[57004]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:04:33.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 bash[56988]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:04:33.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate[57004]: 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-11T08:04:33.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 bash[56988]: 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-11T08:04:33.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate[57004]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:04:33.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 bash[56988]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T08:04:33.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate[57004]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:04:33.775 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 bash[56988]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T08:04:33.775 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate[57004]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:04:33.775 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 bash[56988]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T08:04:33.775 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate[57004]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:04:33.775 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 bash[56988]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T08:04:33.775 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate[57004]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-11T08:04:33.775 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 bash[56988]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-11T08:04:33.775 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:33 smithi136 podman[56988]: 2024-09-11 08:04:33.547721745 +0000 UTC m=+0.649564305 container died 22e09bb7a099e96c041f9107e12796b997a354b15d65e38db5b52b3320a65e0e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:04:34.194 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:33 smithi136 ceph-mon[49950]: Health check failed: Degraded data redundancy: 66/1467 objects degraded (4.499%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:34.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:33 smithi073 ceph-mon[64336]: Health check failed: Degraded data redundancy: 66/1467 objects degraded (4.499%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:34.523 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:34 smithi136 podman[57132]: 2024-09-11 08:04:34.193308585 +0000 UTC m=+0.639121861 container remove 22e09bb7a099e96c041f9107e12796b997a354b15d65e38db5b52b3320a65e0e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:04:34.523 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:34 smithi136 podman[57193]: 2024-09-11 08:04:34.394584328 +0000 UTC m=+0.108862264 container create e9b6e652ad8e8884c92062e4130d7aa91c1187da853cff2c1bd2ba1e4e38079d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-11T08:04:34.524 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:34 smithi136 podman[57193]: 2024-09-11 08:04:34.301543859 +0000 UTC m=+0.015821810 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:04:34.825 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:34 smithi136 podman[57193]: 2024-09-11 08:04:34.680436458 +0000 UTC m=+0.394714400 container init e9b6e652ad8e8884c92062e4130d7aa91c1187da853cff2c1bd2ba1e4e38079d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-11T08:04:34.825 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:34 smithi136 podman[57193]: 2024-09-11 08:04:34.683759835 +0000 UTC m=+0.398037772 container start e9b6e652ad8e8884c92062e4130d7aa91c1187da853cff2c1bd2ba1e4e38079d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-11T08:04:34.825 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:34 smithi136 ceph-osd[57212]: -- 172.21.15.136:0/738294637 <== mon.1 v2:172.21.15.136:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b19fca2d00 con 0x55b19fc74c00 2024-09-11T08:04:34.825 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:34 smithi136 bash[57193]: e9b6e652ad8e8884c92062e4130d7aa91c1187da853cff2c1bd2ba1e4e38079d 2024-09-11T08:04:34.826 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:34 smithi136 systemd[1]: Started Ceph osd.5 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:04:35.230 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:34 smithi136 ceph-mon[49950]: pgmap v153: 129 pgs: 6 active+undersized, 19 peering, 2 stale+active+clean, 9 active+undersized+degraded, 93 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 66/1467 objects degraded (4.499%) 2024-09-11T08:04:35.231 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:34 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:34 smithi073 ceph-mon[64336]: pgmap v153: 129 pgs: 6 active+undersized, 19 peering, 2 stale+active+clean, 9 active+undersized+degraded, 93 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 66/1467 objects degraded (4.499%) 2024-09-11T08:04:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:34 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:35.523 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:35 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:04:35.228+0000 7f6a620be440 -1 Falling back to public interface 2024-09-11T08:04:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:04:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:36.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:04:36.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:04:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:04:37.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:36 smithi136 ceph-mon[49950]: pgmap v154: 129 pgs: 13 active+undersized, 19 peering, 13 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 90/1467 objects degraded (6.135%) 2024-09-11T08:04:37.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:36 smithi073 ceph-mon[64336]: pgmap v154: 129 pgs: 13 active+undersized, 19 peering, 13 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 90/1467 objects degraded (6.135%) 2024-09-11T08:04:38.105 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:38.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:37 smithi136 ceph-mon[49950]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 8 pgs peering) 2024-09-11T08:04:38.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:37 smithi073 ceph-mon[64336]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 8 pgs peering) 2024-09-11T08:04:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:38 smithi073 ceph-mon[64336]: pgmap v155: 129 pgs: 22 active+undersized, 23 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1467 objects degraded (11.179%) 2024-09-11T08:04:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:38 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:39.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:38 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:39.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:38 smithi136 ceph-mon[49950]: pgmap v155: 129 pgs: 22 active+undersized, 23 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1467 objects degraded (11.179%) 2024-09-11T08:04:39.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:38 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:39.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:38 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:39.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:04:39.431+0000 7f6a620be440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-11T08:04:40.133 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:04:39.898+0000 7f6a620be440 -1 osd.5 96 log_to_monitors true 2024-09-11T08:04:40.754 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:04:40 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:04:40.411+0000 7f6a58e68640 -1 osd.5 96 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:04:40.754 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:40.754 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:40.754 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:40 smithi136 ceph-mon[49950]: pgmap v156: 129 pgs: 22 active+undersized, 23 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 114 B/s wr, 0 op/s; 164/1467 objects degraded (11.179%) 2024-09-11T08:04:40.754 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:40 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 164/1467 objects degraded (11.179%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:40.754 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:40 smithi136 ceph-mon[49950]: from='osd.5 [v2:172.21.15.136:6808/2048928909,v1:172.21.15.136:6809/2048928909]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:04:40.754 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:40 smithi136 ceph-mon[49950]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:04:40.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:40.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:40.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:40 smithi073 ceph-mon[64336]: pgmap v156: 129 pgs: 22 active+undersized, 23 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 114 B/s wr, 0 op/s; 164/1467 objects degraded (11.179%) 2024-09-11T08:04:40.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:40 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 164/1467 objects degraded (11.179%), 23 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:40.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:40 smithi073 ceph-mon[64336]: from='osd.5 [v2:172.21.15.136:6808/2048928909,v1:172.21.15.136:6809/2048928909]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:04:40.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:40 smithi073 ceph-mon[64336]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T08:04:41.512 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:04:41.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:41 smithi136 ceph-mon[49950]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:04:41.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:41 smithi136 ceph-mon[49950]: osdmap e99: 8 total, 7 up, 8 in 2024-09-11T08:04:41.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:41 smithi136 ceph-mon[49950]: from='osd.5 [v2:172.21.15.136:6808/2048928909,v1:172.21.15.136:6809/2048928909]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:04:41.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:41 smithi136 ceph-mon[49950]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:04:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:41 smithi073 ceph-mon[64336]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T08:04:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:41 smithi073 ceph-mon[64336]: osdmap e99: 8 total, 7 up, 8 in 2024-09-11T08:04:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:41 smithi073 ceph-mon[64336]: from='osd.5 [v2:172.21.15.136:6808/2048928909,v1:172.21.15.136:6809/2048928909]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:04:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:41 smithi073 ceph-mon[64336]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (13m) 73s ago 15m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (2m) 73s ago 15m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (2m) 3s ago 14m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (13m) 73s ago 14m 35.1M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (9m) 73s ago 9m 37.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (9m) 3s ago 9m 15.5M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (4m) 73s ago 16m 455M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:04:42.129 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (4m) 3s ago 14m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (3m) 73s ago 16m 51.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (3m) 3s ago 14m 42.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (7m) 73s ago 7m 82.1M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (7m) 3s ago 7m 77.6M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (14m) 73s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (13m) 3s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (2m) 73s ago 13m 114M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (2m) 73s ago 13m 103M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (102s) 73s ago 12m 80.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (80s) 73s ago 12m 11.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:04:42.130 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (42s) 3s ago 12m 126M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:04:42.131 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (7s) 3s ago 11m 11.4M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 e9b6e652ad8e 2024-09-11T08:04:42.131 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (11m) 3s ago 11m 321M 2704M 16.2.5 6933c2a0b7dd e828a054e34c 2024-09-11T08:04:42.131 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (11m) 3s ago 11m 474M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:04:42.131 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 73s ago 14m 66.0M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-09-11T08:04:42.513 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 10 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:04:42.514 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: osd.5 [v2:172.21.15.136:6808/2048928909,v1:172.21.15.136:6809/2048928909] boot 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: osdmap e100: 8 total, 8 up, 8 in 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: pgmap v159: 129 pgs: 9 peering, 18 active+undersized, 18 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 125/1467 objects degraded (8.521%) 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:42.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:42 smithi136 ceph-mon[49950]: osdmap e101: 8 total, 8 up, 8 in 2024-09-11T08:04:42.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:04:42.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: osd.5 [v2:172.21.15.136:6808/2048928909,v1:172.21.15.136:6809/2048928909] boot 2024-09-11T08:04:42.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: osdmap e100: 8 total, 8 up, 8 in 2024-09-11T08:04:42.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T08:04:42.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:42.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: pgmap v159: 129 pgs: 9 peering, 18 active+undersized, 18 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 125/1467 objects degraded (8.521%) 2024-09-11T08:04:42.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:42.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:42.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:42 smithi073 ceph-mon[64336]: osdmap e101: 8 total, 8 up, 8 in 2024-09-11T08:04:42.845 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "12/23 daemons upgraded", 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:04:42.846 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:04:43.124 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1972341902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: pgmap v161: 129 pgs: 15 peering, 15 active+undersized, 15 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 420 B/s rd, 210 B/s wr, 0 op/s; 109/1467 objects degraded (7.430%) 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: pgmap v162: 129 pgs: 15 peering, 15 active+undersized, 15 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 356 B/s wr, 0 op/s; 109/1467 objects degraded (7.430%) 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:43.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:04:43.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:04:43.516 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:43 smithi073 ceph-mon[64336]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1972341902' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:04:43.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:04:43.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: pgmap v161: 129 pgs: 15 peering, 15 active+undersized, 15 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 420 B/s rd, 210 B/s wr, 0 op/s; 109/1467 objects degraded (7.430%) 2024-09-11T08:04:43.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: pgmap v162: 129 pgs: 15 peering, 15 active+undersized, 15 active+undersized+degraded, 84 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 356 B/s wr, 0 op/s; 109/1467 objects degraded (7.430%) 2024-09-11T08:04:43.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:43.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:43.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:04:43.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:04:43.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:43 smithi136 ceph-mon[49950]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:04:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:45 smithi136 ceph-mon[49950]: pgmap v163: 129 pgs: 15 peering, 15 active+undersized, 13 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 94/1467 objects degraded (6.408%) 2024-09-11T08:04:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:45 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 94/1467 objects degraded (6.408%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:46.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:45 smithi073 ceph-mon[64336]: pgmap v163: 129 pgs: 15 peering, 15 active+undersized, 13 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 94/1467 objects degraded (6.408%) 2024-09-11T08:04:46.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:45 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 94/1467 objects degraded (6.408%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T08:04:47.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:46 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:47.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:47.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:04:47.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:04:47.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:04:47.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:47.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:04:47.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:04:47.030 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:04:47.030 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:47.030 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:47.030 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:46 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:04:47.030 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:46 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:47.030 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:46 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:47.030 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:46 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:47.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:46 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:04:47.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:46 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:04:47.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:46 smithi136 ceph-mon[49950]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T08:04:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:46 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:04:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:04:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:04:47.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:04:47.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:04:47.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:04:47.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:04:47.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:04:47.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:04:47.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:04:47.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:04:47.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:04:47.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:04:47.065 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:47.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:04:47.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:04:47.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:04:47.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:47.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:47.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:04:47.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:04:47.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:04:47.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:04:47.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:46 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:04:47.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:46 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:47.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:46 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:47.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:46 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:04:47.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:46 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:04:47.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:46 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:04:47.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:46 smithi073 ceph-mon[64336]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T08:04:48.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:47 smithi136 ceph-mon[49950]: pgmap v164: 129 pgs: 15 peering, 114 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 198 B/s wr, 0 op/s 2024-09-11T08:04:48.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:47 smithi136 ceph-mon[49950]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 94/1467 objects degraded (6.408%), 13 pgs degraded) 2024-09-11T08:04:48.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:47 smithi073 ceph-mon[64336]: pgmap v164: 129 pgs: 15 peering, 114 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 198 B/s wr, 0 op/s 2024-09-11T08:04:48.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:47 smithi073 ceph-mon[64336]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 94/1467 objects degraded (6.408%), 13 pgs degraded) 2024-09-11T08:04:48.159 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:49.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:49 smithi073 ceph-mon[64336]: pgmap v165: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 298 B/s rd, 149 B/s wr, 0 op/s 2024-09-11T08:04:49.986 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:49 smithi136 ceph-mon[49950]: pgmap v165: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 298 B/s rd, 149 B/s wr, 0 op/s 2024-09-11T08:04:52.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:51 smithi136 ceph-mon[49950]: pgmap v166: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 250 B/s rd, 250 B/s wr, 0 op/s 2024-09-11T08:04:52.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:52.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:04:52.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:51 smithi073 ceph-mon[64336]: pgmap v166: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 250 B/s rd, 250 B/s wr, 0 op/s 2024-09-11T08:04:52.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:52.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:04:53.186 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:04:53.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:53 smithi073 ceph-mon[64336]: pgmap v167: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:04:54.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:53 smithi136 ceph-mon[49950]: pgmap v167: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:04:56.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:55 smithi136 ceph-mon[49950]: pgmap v168: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:04:56.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:55 smithi073 ceph-mon[64336]: pgmap v168: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:04:57.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:56 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:57.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:56 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:04:58.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:57 smithi136 ceph-mon[49950]: pgmap v169: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:04:58.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:57 smithi073 ceph-mon[64336]: pgmap v169: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:04:58.216 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:00.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:04:59 smithi136 ceph-mon[49950]: pgmap v170: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:00.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:04:59 smithi073 ceph-mon[64336]: pgmap v170: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:01 smithi136 ceph-mon[49950]: pgmap v171: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:05:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:01 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:05:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:01 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:05:01.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:01 smithi136 ceph-mon[49950]: Upgrade: osd.6 is safe to restart 2024-09-11T08:05:02.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:01 smithi073 ceph-mon[64336]: pgmap v171: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:05:02.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:01 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:05:02.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:01 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T08:05:02.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:01 smithi073 ceph-mon[64336]: Upgrade: osd.6 is safe to restart 2024-09-11T08:05:03.243 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:03.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:03 smithi136 ceph-mon[49950]: Upgrade: Updating osd.6 2024-09-11T08:05:03.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:03.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:05:03.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:03.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:03 smithi136 ceph-mon[49950]: Deploying daemon osd.6 on smithi136 2024-09-11T08:05:03.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:03 smithi073 ceph-mon[64336]: Upgrade: Updating osd.6 2024-09-11T08:05:03.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:03.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T08:05:03.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:03.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:03 smithi073 ceph-mon[64336]: Deploying daemon osd.6 on smithi136 2024-09-11T08:05:04.463 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:04 smithi136 ceph-mon[49950]: pgmap v172: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:04.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:04 smithi073 ceph-mon[64336]: pgmap v172: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:05.024 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:04 smithi136 systemd[1]: Stopping Ceph osd.6 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:05:05.455 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6[34054]: debug 2024-09-11T08:05:05.103+0000 7fa7a3d19700 -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-11T08:05:05.456 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6[34054]: debug 2024-09-11T08:05:05.103+0000 7fa7a3d19700 -1 osd.6 101 *** Got signal Terminated *** 2024-09-11T08:05:05.456 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6[34054]: debug 2024-09-11T08:05:05.104+0000 7fa7a3d19700 -1 osd.6 101 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:05:05.456 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:05 smithi136 podman[59096]: 2024-09-11 08:05:05.18564768 +0000 UTC m=+0.197834576 container died e828a054e34cdecba5c7c3c3577724257d50c897b92e4504f55b534cd48fba46 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, ceph=True, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.5, GIT_CLEAN=True, RELEASE=HEAD, maintainer=Dimitri Savineau ) 2024-09-11T08:05:05.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:05 smithi136 podman[59096]: 2024-09-11 08:05:05.563301459 +0000 UTC m=+0.575488359 container cleanup e828a054e34cdecba5c7c3c3577724257d50c897b92e4504f55b534cd48fba46 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.5, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2) 2024-09-11T08:05:05.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:05 smithi136 bash[59096]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6 2024-09-11T08:05:06.123 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:05 smithi136 podman[59110]: 2024-09-11 08:05:05.798116875 +0000 UTC m=+0.608779496 container remove e828a054e34cdecba5c7c3c3577724257d50c897b92e4504f55b534cd48fba46 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.6, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0) 2024-09-11T08:05:06.405 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:06 smithi136 podman[59211]: 2024-09-11 08:05:06.1966618 +0000 UTC m=+0.016091116 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:05:06.405 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:06 smithi136 podman[59211]: 2024-09-11 08:05:06.307592424 +0000 UTC m=+0.127021734 container create e824677c2a812b543f36b301a4f27b09064ba4f0914ef921e21c5aceb2c8130e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-11T08:05:06.406 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: pgmap v173: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:06.406 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.7 2024-09-11T08:05:06.406 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 failed (root=default,host=smithi136) (connection refused reported by osd.7) 2024-09-11T08:05:06.406 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.0 2024-09-11T08:05:06.406 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.1 2024-09-11T08:05:06.406 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.2 2024-09-11T08:05:06.406 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.3 2024-09-11T08:05:06.406 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.5 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.7 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.0 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.1 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.2 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.3 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.4 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.5 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.4 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.7 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.7 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.1 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.2 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.3 2024-09-11T08:05:06.407 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.4 2024-09-11T08:05:06.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.0 2024-09-11T08:05:06.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.1 2024-09-11T08:05:06.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.2 2024-09-11T08:05:06.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.3 2024-09-11T08:05:06.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.5 2024-09-11T08:05:06.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.0 2024-09-11T08:05:06.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.4 2024-09-11T08:05:06.408 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:06 smithi136 ceph-mon[49950]: osd.6 reported immediately failed by osd.5 2024-09-11T08:05:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: pgmap v173: 129 pgs: 129 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.7 2024-09-11T08:05:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 failed (root=default,host=smithi136) (connection refused reported by osd.7) 2024-09-11T08:05:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.0 2024-09-11T08:05:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.1 2024-09-11T08:05:06.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.2 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.3 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.5 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.7 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.0 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.1 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.2 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.3 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.4 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.5 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.4 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.7 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.7 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.1 2024-09-11T08:05:06.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.2 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.3 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.4 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.0 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.1 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.2 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.3 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.5 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.0 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.4 2024-09-11T08:05:06.563 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:06 smithi073 ceph-mon[64336]: osd.6 reported immediately failed by osd.5 2024-09-11T08:05:06.689 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:06 smithi136 podman[59211]: 2024-09-11 08:05:06.510801971 +0000 UTC m=+0.330231280 container init e824677c2a812b543f36b301a4f27b09064ba4f0914ef921e21c5aceb2c8130e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-11T08:05:06.689 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:06 smithi136 podman[59211]: 2024-09-11 08:05:06.514107402 +0000 UTC m=+0.333536712 container start e824677c2a812b543f36b301a4f27b09064ba4f0914ef921e21c5aceb2c8130e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD) 2024-09-11T08:05:06.689 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:06 smithi136 podman[59211]: 2024-09-11 08:05:06.585670939 +0000 UTC m=+0.405100250 container attach e824677c2a812b543f36b301a4f27b09064ba4f0914ef921e21c5aceb2c8130e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:05:07.015 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:06 smithi136 podman[59211]: 2024-09-11 08:05:06.689040412 +0000 UTC m=+0.508469733 container died e824677c2a812b543f36b301a4f27b09064ba4f0914ef921e21c5aceb2c8130e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:05:07.274 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 podman[59234]: 2024-09-11 08:05:07.257107166 +0000 UTC m=+0.562611941 container remove e824677c2a812b543f36b301a4f27b09064ba4f0914ef921e21c5aceb2c8130e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD) 2024-09-11T08:05:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:07 smithi136 ceph-mon[49950]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:05:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:07 smithi136 ceph-mon[49950]: osdmap e102: 8 total, 7 up, 8 in 2024-09-11T08:05:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:07 smithi073 ceph-mon[64336]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:05:07.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:07 smithi073 ceph-mon[64336]: osdmap e102: 8 total, 7 up, 8 in 2024-09-11T08:05:07.686 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-11T08:05:07.686 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 systemd[1]: Stopped Ceph osd.6 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:05:07.686 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.6.service: Consumed 1min 8.542s CPU time. 2024-09-11T08:05:07.686 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 systemd[1]: Starting Ceph osd.6 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:05:07.936 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 podman[59334]: 2024-09-11 08:05:07.587746694 +0000 UTC m=+0.015980945 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:05:07.936 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 podman[59334]: 2024-09-11 08:05:07.700114448 +0000 UTC m=+0.128348739 container create 56dd606fbb204c106e1e0058c9fbe5bd67636b78a35d1e75dfbd08ccd080bcea (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-11T08:05:08.208 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-mon[49950]: pgmap v175: 129 pgs: 13 stale+active+clean, 116 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:05:08.208 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-mon[49950]: osdmap e103: 8 total, 7 up, 8 in 2024-09-11T08:05:08.209 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 podman[59334]: 2024-09-11 08:05:07.935828735 +0000 UTC m=+0.364063000 container init 56dd606fbb204c106e1e0058c9fbe5bd67636b78a35d1e75dfbd08ccd080bcea (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:05:08.209 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:07 smithi136 podman[59334]: 2024-09-11 08:05:07.939367078 +0000 UTC m=+0.367601323 container start 56dd606fbb204c106e1e0058c9fbe5bd67636b78a35d1e75dfbd08ccd080bcea (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2) 2024-09-11T08:05:08.209 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 podman[59334]: 2024-09-11 08:05:08.044606308 +0000 UTC m=+0.472840569 container attach 56dd606fbb204c106e1e0058c9fbe5bd67636b78a35d1e75dfbd08ccd080bcea (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-11T08:05:08.279 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:08.524 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate[59349]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:05:08.524 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 bash[59334]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:05:08.524 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate[59349]: 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-11T08:05:08.524 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 bash[59334]: 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-11T08:05:08.524 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate[59349]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 bash[59334]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate[59349]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 bash[59334]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate[59349]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 bash[59334]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate[59349]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 bash[59334]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate[59349]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 bash[59334]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-11T08:05:08.525 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 podman[59334]: 2024-09-11 08:05:08.2518588 +0000 UTC m=+0.680093053 container died 56dd606fbb204c106e1e0058c9fbe5bd67636b78a35d1e75dfbd08ccd080bcea (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, 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, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-11T08:05:08.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:08 smithi073 ceph-mon[64336]: pgmap v175: 129 pgs: 13 stale+active+clean, 116 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:05:08.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:08 smithi073 ceph-mon[64336]: osdmap e103: 8 total, 7 up, 8 in 2024-09-11T08:05:09.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:09 smithi136 ceph-mon[49950]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-11T08:05:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:09 smithi136 ceph-mon[49950]: Health check failed: Degraded data redundancy: 30/1467 objects degraded (2.045%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:09.274 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:08 smithi136 podman[59477]: 2024-09-11 08:05:08.956986652 +0000 UTC m=+0.699028473 container remove 56dd606fbb204c106e1e0058c9fbe5bd67636b78a35d1e75dfbd08ccd080bcea (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-11T08:05:09.274 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:09 smithi136 podman[59535]: 2024-09-11 08:05:09.069933816 +0000 UTC m=+0.015988695 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:05:09.274 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:09 smithi136 podman[59535]: 2024-09-11 08:05:09.168610806 +0000 UTC m=+0.114665721 container create cff88d66d77c7f9bc649a7eb7e6f4391b7ca3bebd62eafa0cbeca7cb6e658607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-11T08:05:09.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:09 smithi073 ceph-mon[64336]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-11T08:05:09.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:09 smithi073 ceph-mon[64336]: Health check failed: Degraded data redundancy: 30/1467 objects degraded (2.045%), 5 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:09.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:09 smithi136 podman[59535]: 2024-09-11 08:05:09.421054377 +0000 UTC m=+0.367109247 container init cff88d66d77c7f9bc649a7eb7e6f4391b7ca3bebd62eafa0cbeca7cb6e658607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:05:09.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:09 smithi136 podman[59535]: 2024-09-11 08:05:09.424303292 +0000 UTC m=+0.370358164 container start cff88d66d77c7f9bc649a7eb7e6f4391b7ca3bebd62eafa0cbeca7cb6e658607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:05:09.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:09 smithi136 ceph-osd[59554]: -- 172.21.15.136:0/4113116536 <== mon.1 v2:172.21.15.136:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d1a318ad00 con 0x55d1a315cc00 2024-09-11T08:05:09.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:09 smithi136 bash[59535]: cff88d66d77c7f9bc649a7eb7e6f4391b7ca3bebd62eafa0cbeca7cb6e658607 2024-09-11T08:05:09.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:09 smithi136 systemd[1]: Started Ceph osd.6 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:05:10.277 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:05:09.961+0000 7fcc6d66e440 -1 Falling back to public interface 2024-09-11T08:05:10.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:10 smithi136 ceph-mon[49950]: pgmap v177: 129 pgs: 2 active+undersized, 11 peering, 10 stale+active+clean, 5 active+undersized+degraded, 101 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 30/1467 objects degraded (2.045%) 2024-09-11T08:05:10.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:10 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:10.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:10 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:10.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:10 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:05:10.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:10 smithi073 ceph-mon[64336]: pgmap v177: 129 pgs: 2 active+undersized, 11 peering, 10 stale+active+clean, 5 active+undersized+degraded, 101 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 30/1467 objects degraded (2.045%) 2024-09-11T08:05:10.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:10 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:10.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:10 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:10.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:10 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:05:12.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:12 smithi136 ceph-mon[49950]: pgmap v178: 129 pgs: 8 active+undersized, 11 peering, 6 stale+active+clean, 10 active+undersized+degraded, 94 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 74/1467 objects degraded (5.044%) 2024-09-11T08:05:12.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:12 smithi073 ceph-mon[64336]: pgmap v178: 129 pgs: 8 active+undersized, 11 peering, 6 stale+active+clean, 10 active+undersized+degraded, 94 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 74/1467 objects degraded (5.044%) 2024-09-11T08:05:13.193 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:05:13.302 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:13.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:13 smithi073 ceph-mon[64336]: pgmap v179: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1467 objects degraded (11.247%) 2024-09-11T08:05:13.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:13 smithi073 ceph-mon[64336]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:13.522 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:13 smithi073 ceph-mon[64336]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-11T08:05:13.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:13 smithi136 ceph-mon[49950]: pgmap v179: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1467 objects degraded (11.247%) 2024-09-11T08:05:13.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:13 smithi136 ceph-mon[49950]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:13.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:13 smithi136 ceph-mon[49950]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-11T08:05:13.839 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:05:13.839 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (14m) 105s ago 15m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (3m) 105s ago 15m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (3m) 0s ago 14m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (14m) 105s ago 15m 35.1M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (10m) 105s ago 10m 37.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (10m) 0s ago 10m 15.6M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (5m) 105s ago 16m 455M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (4m) 0s ago 14m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (4m) 105s ago 17m 51.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (4m) 0s ago 14m 42.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (7m) 105s ago 7m 82.1M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (7m) 0s ago 7m 79.7M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (15m) 105s ago 15m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (14m) 0s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:05:13.840 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (2m) 105s ago 14m 114M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:05:13.841 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (2m) 105s ago 13m 103M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:05:13.841 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (2m) 105s ago 13m 80.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:05:13.841 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (111s) 105s ago 13m 11.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:05:13.841 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (74s) 0s ago 12m 127M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:05:13.841 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (39s) 0s ago 12m 113M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 e9b6e652ad8e 2024-09-11T08:05:13.841 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (4s) 0s ago 12m 13.5M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 cff88d66d77c 2024-09-11T08:05:13.841 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (11m) 0s ago 11m 474M 2704M 16.2.5 6933c2a0b7dd 6f24e2742071 2024-09-11T08:05:13.841 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 105s ago 15m 66.0M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:05:14.228 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:05:14.229 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:05:14.230 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:05:14.230 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-09-11T08:05:14.230 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 10 2024-09-11T08:05:14.230 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:05:14.230 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:05:14.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:14.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:14.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-mon[49950]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:14.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-mon[49950]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:14.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:14.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:14.470 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1680698017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:14.470 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:05:14.195+0000 7fcc6d66e440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "13/23 daemons upgraded", 2024-09-11T08:05:14.549 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:05:14.550 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:05:14.550 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:05:14.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:14.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:14.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:14 smithi073 ceph-mon[64336]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:14.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:14 smithi073 ceph-mon[64336]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:14.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:14.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:14.550 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:14 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1680698017' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:14.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:05:14.636+0000 7fcc6d66e440 -1 osd.6 101 log_to_monitors true 2024-09-11T08:05:15.522 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:05:15.270+0000 7fcc65c1b640 -1 osd.6 101 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:05:15.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:15 smithi136 ceph-mon[49950]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:15.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:15 smithi136 ceph-mon[49950]: pgmap v180: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 121 B/s wr, 0 op/s; 165/1467 objects degraded (11.247%) 2024-09-11T08:05:15.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:15 smithi136 ceph-mon[49950]: from='osd.6 [v2:172.21.15.136:6816/163035140,v1:172.21.15.136:6817/163035140]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:05:15.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:15 smithi136 ceph-mon[49950]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:05:15.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:15 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 165/1467 objects degraded (11.247%), 24 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:15.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:15 smithi073 ceph-mon[64336]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:15.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:15 smithi073 ceph-mon[64336]: pgmap v180: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 121 B/s wr, 0 op/s; 165/1467 objects degraded (11.247%) 2024-09-11T08:05:15.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:15 smithi073 ceph-mon[64336]: from='osd.6 [v2:172.21.15.136:6816/163035140,v1:172.21.15.136:6817/163035140]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:05:15.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:15 smithi073 ceph-mon[64336]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T08:05:15.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:15 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 165/1467 objects degraded (11.247%), 24 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:16.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:16 smithi136 ceph-mon[49950]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:05:16.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:16 smithi136 ceph-mon[49950]: osdmap e104: 8 total, 7 up, 8 in 2024-09-11T08:05:16.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:16 smithi136 ceph-mon[49950]: from='osd.6 [v2:172.21.15.136:6816/163035140,v1:172.21.15.136:6817/163035140]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:05:16.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:16 smithi136 ceph-mon[49950]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:05:16.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:16 smithi073 ceph-mon[64336]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T08:05:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:16 smithi073 ceph-mon[64336]: osdmap e104: 8 total, 7 up, 8 in 2024-09-11T08:05:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:16 smithi073 ceph-mon[64336]: from='osd.6 [v2:172.21.15.136:6816/163035140,v1:172.21.15.136:6817/163035140]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:05:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:16 smithi073 ceph-mon[64336]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:05:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:05:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: osd.6 [v2:172.21.15.136:6816/163035140,v1:172.21.15.136:6817/163035140] boot 2024-09-11T08:05:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: osdmap e105: 8 total, 8 up, 8 in 2024-09-11T08:05:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: pgmap v183: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1467 objects degraded (11.247%) 2024-09-11T08:05:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:17.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:17.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:17.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:17.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: pgmap v184: 129 pgs: 9 peering, 16 active+undersized, 18 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 154 B/s wr, 0 op/s; 117/1467 objects degraded (7.975%) 2024-09-11T08:05:17.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: pgmap v185: 129 pgs: 9 peering, 16 active+undersized, 18 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 220 B/s wr, 0 op/s; 117/1467 objects degraded (7.975%) 2024-09-11T08:05:17.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:17.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: osd.6 [v2:172.21.15.136:6816/163035140,v1:172.21.15.136:6817/163035140] boot 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: osdmap e105: 8 total, 8 up, 8 in 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: pgmap v183: 129 pgs: 19 active+undersized, 24 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 165/1467 objects degraded (11.247%) 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: pgmap v184: 129 pgs: 9 peering, 16 active+undersized, 18 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 154 B/s wr, 0 op/s; 117/1467 objects degraded (7.975%) 2024-09-11T08:05:17.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: pgmap v185: 129 pgs: 9 peering, 16 active+undersized, 18 active+undersized+degraded, 86 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 220 B/s wr, 0 op/s; 117/1467 objects degraded (7.975%) 2024-09-11T08:05:17.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:17.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:18.337 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:18 smithi073 ceph-mon[64336]: osdmap e106: 8 total, 8 up, 8 in 2024-09-11T08:05:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:18 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:05:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:18 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:05:18.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:18 smithi136 ceph-mon[49950]: osdmap e106: 8 total, 8 up, 8 in 2024-09-11T08:05:18.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:18 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:05:18.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:18 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:05:19.521 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:19 smithi073 ceph-mon[64336]: pgmap v187: 129 pgs: 9 peering, 14 active+undersized, 14 active+undersized+degraded, 92 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 517 B/s rd, 0 op/s; 94/1467 objects degraded (6.408%) 2024-09-11T08:05:19.736 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:19 smithi136 ceph-mon[49950]: pgmap v187: 129 pgs: 9 peering, 14 active+undersized, 14 active+undersized+degraded, 92 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 517 B/s rd, 0 op/s; 94/1467 objects degraded (6.408%) 2024-09-11T08:05:20.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:20 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 94/1467 objects degraded (6.408%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:20.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:20 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 94/1467 objects degraded (6.408%), 14 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:05:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:05:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:05:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:22.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:05:22.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:05:22.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:22.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:05:22.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:22.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:21 smithi136 ceph-mon[49950]: pgmap v188: 129 pgs: 9 peering, 120 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 413 B/s rd, 206 B/s wr, 0 op/s 2024-09-11T08:05:22.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:22.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:05:22.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:22.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:05:22.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:05:22.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:05:22.064 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:05:22.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:05:22.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T08:05:22.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:22.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:21 smithi073 ceph-mon[64336]: pgmap v188: 129 pgs: 9 peering, 120 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 413 B/s rd, 206 B/s wr, 0 op/s 2024-09-11T08:05:23.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:22 smithi136 ceph-mon[49950]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 94/1467 objects degraded (6.408%), 14 pgs degraded) 2024-09-11T08:05:23.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:22 smithi073 ceph-mon[64336]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 94/1467 objects degraded (6.408%), 14 pgs degraded) 2024-09-11T08:05:23.371 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:23.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:23 smithi073 ceph-mon[64336]: pgmap v189: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 308 B/s rd, 154 B/s wr, 0 op/s 2024-09-11T08:05:24.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:23 smithi136 ceph-mon[49950]: pgmap v189: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 308 B/s rd, 154 B/s wr, 0 op/s 2024-09-11T08:05:25.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:25 smithi073 ceph-mon[64336]: pgmap v190: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:05:25.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:25 smithi136 ceph-mon[49950]: pgmap v190: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:05:27.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:27 smithi073 ceph-mon[64336]: pgmap v191: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:05:27.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:27 smithi136 ceph-mon[49950]: pgmap v191: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T08:05:28.401 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:29.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:29 smithi073 ceph-mon[64336]: pgmap v192: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 342 B/s rd, 171 B/s wr, 0 op/s 2024-09-11T08:05:29.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:29 smithi136 ceph-mon[49950]: pgmap v192: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 342 B/s rd, 171 B/s wr, 0 op/s 2024-09-11T08:05:32.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:31 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:32.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:31 smithi136 ceph-mon[49950]: pgmap v193: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:05:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:31 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:31 smithi073 ceph-mon[64336]: pgmap v193: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:05:33.427 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:33.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:33 smithi073 ceph-mon[64336]: pgmap v194: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:33.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:33 smithi136 ceph-mon[49950]: pgmap v194: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:35.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:35 smithi073 ceph-mon[64336]: pgmap v195: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:05:35.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:35 smithi136 ceph-mon[49950]: pgmap v195: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T08:05:37.007 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:37.007 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:05:37.007 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:05:37.007 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:36 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:05:37.007 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:36 smithi136 ceph-mon[49950]: Upgrade: osd.7 is safe to restart 2024-09-11T08:05:37.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:37.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:05:37.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:05:37.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:36 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T08:05:37.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:36 smithi073 ceph-mon[64336]: Upgrade: osd.7 is safe to restart 2024-09-11T08:05:38.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:38 smithi073 ceph-mon[64336]: Upgrade: Updating osd.7 2024-09-11T08:05:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:38 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:38 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:05:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:38 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:38 smithi073 ceph-mon[64336]: Deploying daemon osd.7 on smithi136 2024-09-11T08:05:38.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:38 smithi073 ceph-mon[64336]: pgmap v196: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:38.380 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:38 smithi136 ceph-mon[49950]: Upgrade: Updating osd.7 2024-09-11T08:05:38.381 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:38 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:38.381 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:38 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T08:05:38.381 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:38 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:38.381 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:38 smithi136 ceph-mon[49950]: Deploying daemon osd.7 on smithi136 2024-09-11T08:05:38.381 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:38 smithi136 ceph-mon[49950]: pgmap v196: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:38.463 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:39.548 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:39 smithi136 ceph-mon[49950]: pgmap v197: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:39.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:39 smithi073 ceph-mon[64336]: pgmap v197: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T08:05:40.063 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:39 smithi136 systemd[1]: Stopping Ceph osd.7 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:05:40.063 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7[36534]: debug 2024-09-11T08:05:39.959+0000 7fd5b68a6700 -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-11T08:05:40.064 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7[36534]: debug 2024-09-11T08:05:39.959+0000 7fd5b68a6700 -1 osd.7 106 *** Got signal Terminated *** 2024-09-11T08:05:40.064 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:39 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7[36534]: debug 2024-09-11T08:05:39.959+0000 7fd5b68a6700 -1 osd.7 106 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:05:40.352 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:40 smithi136 podman[61381]: 2024-09-11 08:05:40.061385982 +0000 UTC m=+0.221309740 container died 6f24e274207115840e06b31ca502bc8eacbcea5844f6c434e3dda89326144bb3 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7, CEPH_POINT_RELEASE=-16.2.5, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True) 2024-09-11T08:05:40.352 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.1 2024-09-11T08:05:40.352 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 failed (root=default,host=smithi136) (connection refused reported by osd.1) 2024-09-11T08:05:40.352 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.5 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.6 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.4 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.5 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.6 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.0 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.1 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.2 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.3 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.4 2024-09-11T08:05:40.353 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.0 2024-09-11T08:05:40.354 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.1 2024-09-11T08:05:40.354 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.2 2024-09-11T08:05:40.354 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:40 smithi136 ceph-mon[49950]: osd.7 reported immediately failed by osd.3 2024-09-11T08:05:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.1 2024-09-11T08:05:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 failed (root=default,host=smithi136) (connection refused reported by osd.1) 2024-09-11T08:05:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.5 2024-09-11T08:05:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.6 2024-09-11T08:05:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.4 2024-09-11T08:05:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.5 2024-09-11T08:05:40.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.6 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.0 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.1 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.2 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.3 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.4 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.0 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.1 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.2 2024-09-11T08:05:40.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:40 smithi073 ceph-mon[64336]: osd.7 reported immediately failed by osd.3 2024-09-11T08:05:40.677 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:40 smithi136 podman[61381]: 2024-09-11 08:05:40.458997079 +0000 UTC m=+0.618920841 container cleanup 6f24e274207115840e06b31ca502bc8eacbcea5844f6c434e3dda89326144bb3 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.5, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204) 2024-09-11T08:05:40.677 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:40 smithi136 bash[61381]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7 2024-09-11T08:05:41.023 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:40 smithi136 podman[61395]: 2024-09-11 08:05:40.676821612 +0000 UTC m=+0.615654465 container remove 6f24e274207115840e06b31ca502bc8eacbcea5844f6c434e3dda89326144bb3 (image=docker.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd.7, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=24e1f91422e837c50a9ec6a5df6b746de1bfb099, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.5) 2024-09-11T08:05:41.278 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:41 smithi136 podman[61542]: 2024-09-11 08:05:41.037902211 +0000 UTC m=+0.016342074 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:05:41.278 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:41 smithi136 podman[61542]: 2024-09-11 08:05:41.277727384 +0000 UTC m=+0.256167291 container create 74ed4533e65aca92f4aebe24fafb3e1f59701beb1cb8f9845ed8b30b44b5f5b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-11T08:05:41.530 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:41 smithi136 ceph-mon[49950]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:05:41.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:41 smithi136 ceph-mon[49950]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T08:05:41.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:41 smithi136 ceph-mon[49950]: osdmap e107: 8 total, 7 up, 8 in 2024-09-11T08:05:41.531 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:41 smithi136 ceph-mon[49950]: pgmap v199: 129 pgs: 19 peering, 8 stale+active+clean, 102 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-11T08:05:41.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:41 smithi073 ceph-mon[64336]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T08:05:41.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:41 smithi073 ceph-mon[64336]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T08:05:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:41 smithi073 ceph-mon[64336]: osdmap e107: 8 total, 7 up, 8 in 2024-09-11T08:05:41.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:41 smithi073 ceph-mon[64336]: pgmap v199: 129 pgs: 19 peering, 8 stale+active+clean, 102 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-11T08:05:42.024 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:41 smithi136 podman[61542]: 2024-09-11 08:05:41.530537998 +0000 UTC m=+0.508977861 container init 74ed4533e65aca92f4aebe24fafb3e1f59701beb1cb8f9845ed8b30b44b5f5b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True) 2024-09-11T08:05:42.024 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:41 smithi136 podman[61542]: 2024-09-11 08:05:41.533954764 +0000 UTC m=+0.512394627 container start 74ed4533e65aca92f4aebe24fafb3e1f59701beb1cb8f9845ed8b30b44b5f5b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:05:42.024 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:41 smithi136 podman[61542]: 2024-09-11 08:05:41.689008785 +0000 UTC m=+0.667448662 container attach 74ed4533e65aca92f4aebe24fafb3e1f59701beb1cb8f9845ed8b30b44b5f5b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:05:42.024 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:41 smithi136 podman[61542]: 2024-09-11 08:05:41.711425955 +0000 UTC m=+0.689865833 container died 74ed4533e65aca92f4aebe24fafb3e1f59701beb1cb8f9845ed8b30b44b5f5b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T08:05:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:42 smithi136 ceph-mon[49950]: Health check failed: Reduced data availability: 1 pg inactive, 8 pgs peering (PG_AVAILABILITY) 2024-09-11T08:05:42.560 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:42 smithi136 ceph-mon[49950]: osdmap e108: 8 total, 7 up, 8 in 2024-09-11T08:05:42.561 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:42 smithi136 podman[61565]: 2024-09-11 08:05:42.34302686 +0000 UTC m=+0.625623374 container remove 74ed4533e65aca92f4aebe24fafb3e1f59701beb1cb8f9845ed8b30b44b5f5b2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2) 2024-09-11T08:05:42.561 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:42 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-11T08:05:42.561 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:42 smithi136 systemd[1]: Stopped Ceph osd.7 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:05:42.561 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:42 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.7.service: Consumed 1min 46.483s CPU time. 2024-09-11T08:05:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:42 smithi073 ceph-mon[64336]: Health check failed: Reduced data availability: 1 pg inactive, 8 pgs peering (PG_AVAILABILITY) 2024-09-11T08:05:42.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:42 smithi073 ceph-mon[64336]: osdmap e108: 8 total, 7 up, 8 in 2024-09-11T08:05:42.893 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:42 smithi136 systemd[1]: Starting Ceph osd.7 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:05:42.894 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:42 smithi136 podman[61663]: 2024-09-11 08:05:42.672262169 +0000 UTC m=+0.015697496 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:05:42.894 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:42 smithi136 podman[61663]: 2024-09-11 08:05:42.777446491 +0000 UTC m=+0.120881852 container create 1f33f347fc37c3698a103c0f6bfe034c685b5b6ef7f77f029e0632da5c7e417e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-11T08:05:43.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 podman[61663]: 2024-09-11 08:05:43.021512541 +0000 UTC m=+0.364947873 container init 1f33f347fc37c3698a103c0f6bfe034c685b5b6ef7f77f029e0632da5c7e417e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-11T08:05:43.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 podman[61663]: 2024-09-11 08:05:43.024730989 +0000 UTC m=+0.368166314 container start 1f33f347fc37c3698a103c0f6bfe034c685b5b6ef7f77f029e0632da5c7e417e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-11T08:05:43.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 podman[61663]: 2024-09-11 08:05:43.096443864 +0000 UTC m=+0.439879192 container attach 1f33f347fc37c3698a103c0f6bfe034c685b5b6ef7f77f029e0632da5c7e417e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, 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, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True) 2024-09-11T08:05:43.492 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:43.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:43 smithi073 ceph-mon[64336]: pgmap v201: 129 pgs: 3 active+undersized, 19 peering, 6 stale+active+clean, 12 active+undersized+degraded, 89 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 47/1467 objects degraded (3.204%) 2024-09-11T08:05:43.616 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:43 smithi136 ceph-mon[49950]: pgmap v201: 129 pgs: 3 active+undersized, 19 peering, 6 stale+active+clean, 12 active+undersized+degraded, 89 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 47/1467 objects degraded (3.204%) 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate[61677]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 bash[61663]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate[61677]: 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-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 bash[61663]: 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-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate[61677]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 bash[61663]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate[61677]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 bash[61663]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate[61677]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 bash[61663]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T08:05:43.617 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate[61677]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:05:43.618 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 bash[61663]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T08:05:43.618 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate[61677]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-11T08:05:43.618 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 bash[61663]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-11T08:05:43.618 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 podman[61663]: 2024-09-11 08:05:43.333493817 +0000 UTC m=+0.676929135 container died 1f33f347fc37c3698a103c0f6bfe034c685b5b6ef7f77f029e0632da5c7e417e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-11T08:05:44.159 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:43 smithi136 podman[61797]: 2024-09-11 08:05:43.908057774 +0000 UTC m=+0.568575675 container remove 1f33f347fc37c3698a103c0f6bfe034c685b5b6ef7f77f029e0632da5c7e417e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-activate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-11T08:05:44.159 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:44 smithi136 podman[61855]: 2024-09-11 08:05:44.016934211 +0000 UTC m=+0.016284425 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:05:44.159 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:44 smithi136 podman[61855]: 2024-09-11 08:05:44.158945699 +0000 UTC m=+0.158295908 container create 44d7d216d4c524de619514c5317083c5dd47996447d2b62c34876f69288f1b0f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-11T08:05:44.478 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:44 smithi136 ceph-mon[49950]: Health check failed: Degraded data redundancy: 47/1467 objects degraded (3.204%), 12 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:44.478 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:44 smithi136 podman[61855]: 2024-09-11 08:05:44.377705949 +0000 UTC m=+0.377056161 container init 44d7d216d4c524de619514c5317083c5dd47996447d2b62c34876f69288f1b0f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-11T08:05:44.478 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:44 smithi136 podman[61855]: 2024-09-11 08:05:44.381171198 +0000 UTC m=+0.380521407 container start 44d7d216d4c524de619514c5317083c5dd47996447d2b62c34876f69288f1b0f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, 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) 2024-09-11T08:05:44.478 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:44 smithi136 ceph-osd[61874]: -- 172.21.15.136:0/2156172146 <== mon.1 v2:172.21.15.136:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f97cf58d00 con 0x55f97cf2ac00 2024-09-11T08:05:44.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:44 smithi073 ceph-mon[64336]: Health check failed: Degraded data redundancy: 47/1467 objects degraded (3.204%), 12 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:44.773 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:44 smithi136 bash[61855]: 44d7d216d4c524de619514c5317083c5dd47996447d2b62c34876f69288f1b0f 2024-09-11T08:05:44.773 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:44 smithi136 systemd[1]: Started Ceph osd.7 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:05:44.905 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:05:45.240 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:44 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:05:44.925+0000 7f3e84cbe440 -1 Falling back to public interface 2024-09-11T08:05:45.514 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (14m) 2m ago 16m 21.6M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (3m) 2m ago 16m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (3m) 32s ago 15m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (14m) 2m ago 15m 35.1M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (10m) 2m ago 10m 37.8M - 16.2.5 6933c2a0b7dd 2f20c8dd38c5 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (10m) 32s ago 10m 15.6M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (5m) 2m ago 17m 455M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (5m) 32s ago 15m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (5m) 2m ago 17m 51.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (4m) 32s ago 15m 42.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:05:45.515 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (8m) 2m ago 8m 82.1M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (8m) 32s ago 8m 79.7M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (15m) 2m ago 15m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (15m) 32s ago 15m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (3m) 2m ago 14m 114M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (3m) 2m ago 14m 103M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (2m) 2m ago 13m 80.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (2m) 2m ago 13m 11.7M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (106s) 32s ago 13m 127M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (71s) 32s ago 12m 113M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 e9b6e652ad8e 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (36s) 32s ago 12m 13.5M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 cff88d66d77c 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 starting - - - 2704M 2024-09-11T08:05:45.516 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 2m ago 15m 66.0M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:05:45.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:05:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:45 smithi073 ceph-mon[64336]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:45 smithi073 ceph-mon[64336]: from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:45 smithi073 ceph-mon[64336]: pgmap v202: 129 pgs: 10 active+undersized, 19 peering, 2 stale+active+clean, 19 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 98/1467 objects degraded (6.680%) 2024-09-11T08:05:45.885 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:05:45.885 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:05:45.885 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:05:45.885 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:05:45.885 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:05:45.885 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 11 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:05:45.886 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:05:45.992 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:45.992 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:45.992 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:05:45.992 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:45 smithi136 ceph-mon[49950]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:45.992 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:45 smithi136 ceph-mon[49950]: from='client.34338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:45.993 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:45 smithi136 ceph-mon[49950]: pgmap v202: 129 pgs: 10 active+undersized, 19 peering, 2 stale+active+clean, 19 active+undersized+degraded, 79 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 98/1467 objects degraded (6.680%) 2024-09-11T08:05:46.199 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:05:46.199 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:05:46.199 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:05:46.199 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:05:46.199 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:05:46.199 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:05:46.199 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:05:46.200 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:05:46.200 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:05:46.200 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "13/23 daemons upgraded", 2024-09-11T08:05:46.200 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T08:05:46.200 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:05:46.200 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:05:47.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:46 smithi136 ceph-mon[49950]: from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:47.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:46 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1326307448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:47.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:46 smithi136 ceph-mon[49950]: from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:47.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:46 smithi073 ceph-mon[64336]: from='client.34342 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:46 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1326307448' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:47.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:46 smithi073 ceph-mon[64336]: from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:05:48.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:47 smithi136 ceph-mon[49950]: pgmap v203: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:48.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:47 smithi073 ceph-mon[64336]: pgmap v203: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:48.519 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:49.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:48 smithi136 ceph-mon[49950]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 8 pgs peering) 2024-09-11T08:05:49.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:48 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:49.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:48 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:48 smithi073 ceph-mon[64336]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 8 pgs peering) 2024-09-11T08:05:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:48 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:48 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:49.619 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:49 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:05:49.512+0000 7f3e84cbe440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-11T08:05:50.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:49 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:50.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:49 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:50.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:49 smithi136 ceph-mon[49950]: pgmap v204: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 114 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:50.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:49 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 229/1467 objects degraded (15.610%), 37 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:50.207 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:49 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:50.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:49 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:50.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:49 smithi073 ceph-mon[64336]: pgmap v204: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 114 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:50.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:49 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 229/1467 objects degraded (15.610%), 37 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:50.324 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:05:50.061+0000 7f3e84cbe440 -1 osd.7 106 log_to_monitors true 2024-09-11T08:05:51.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:50 smithi073 ceph-mon[64336]: from='osd.7 [v2:172.21.15.136:6824/3382449054,v1:172.21.15.136:6825/3382449054]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:05:51.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:50 smithi073 ceph-mon[64336]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:05:51.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:51.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:05:51.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:05:50 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:05:50.897+0000 7f3e7d26b640 -1 osd.7 106 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T08:05:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:50 smithi136 ceph-mon[49950]: from='osd.7 [v2:172.21.15.136:6824/3382449054,v1:172.21.15.136:6825/3382449054]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:05:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:50 smithi136 ceph-mon[49950]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T08:05:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:05:51.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:51 smithi136 ceph-mon[49950]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:05:51.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:51 smithi136 ceph-mon[49950]: osdmap e109: 8 total, 7 up, 8 in 2024-09-11T08:05:51.947 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:51 smithi136 ceph-mon[49950]: from='osd.7 [v2:172.21.15.136:6824/3382449054,v1:172.21.15.136:6825/3382449054]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:05:51.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:51 smithi136 ceph-mon[49950]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:05:51.948 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:51 smithi136 ceph-mon[49950]: pgmap v206: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:52.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:51 smithi073 ceph-mon[64336]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T08:05:52.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:51 smithi073 ceph-mon[64336]: osdmap e109: 8 total, 7 up, 8 in 2024-09-11T08:05:52.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:51 smithi073 ceph-mon[64336]: from='osd.7 [v2:172.21.15.136:6824/3382449054,v1:172.21.15.136:6825/3382449054]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:05:52.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:51 smithi073 ceph-mon[64336]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi136", "root=default"]}]: dispatch 2024-09-11T08:05:52.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:51 smithi073 ceph-mon[64336]: pgmap v206: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:53.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:05:53.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: osd.7 [v2:172.21.15.136:6824/3382449054,v1:172.21.15.136:6825/3382449054] boot 2024-09-11T08:05:53.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: osdmap e110: 8 total, 8 up, 8 in 2024-09-11T08:05:53.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:05:53.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:53.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:53.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:53.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:53.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: pgmap v208: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 303 B/s rd, 151 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:53.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: pgmap v209: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 430 B/s rd, 215 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:53.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:53.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:53.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:05:53.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:52 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:05:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T08:05:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: osd.7 [v2:172.21.15.136:6824/3382449054,v1:172.21.15.136:6825/3382449054] boot 2024-09-11T08:05:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: osdmap e110: 8 total, 8 up, 8 in 2024-09-11T08:05:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T08:05:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:53.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:05:53.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: pgmap v208: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 303 B/s rd, 151 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:53.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: pgmap v209: 129 pgs: 19 active+undersized, 37 active+undersized+degraded, 73 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 430 B/s rd, 215 B/s wr, 0 op/s; 229/1467 objects degraded (15.610%) 2024-09-11T08:05:53.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:53.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:53.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:05:53.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:52 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:05:53.545 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:54.163 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:53 smithi073 ceph-mon[64336]: osdmap e111: 8 total, 8 up, 8 in 2024-09-11T08:05:54.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:53 smithi136 ceph-mon[49950]: osdmap e111: 8 total, 8 up, 8 in 2024-09-11T08:05:55.021 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:54 smithi073 ceph-mon[64336]: pgmap v211: 129 pgs: 4 peering, 16 active+undersized, 27 active+undersized+degraded, 82 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 194/1467 objects degraded (13.224%) 2024-09-11T08:05:55.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:54 smithi136 ceph-mon[49950]: pgmap v211: 129 pgs: 4 peering, 16 active+undersized, 27 active+undersized+degraded, 82 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 194/1467 objects degraded (13.224%) 2024-09-11T08:05:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: Health check update: Degraded data redundancy: 194/1467 objects degraded (13.224%), 27 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:05:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:05:56.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:05:56.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:05:56.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:56.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:56.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all osd 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T08:05:56.279 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T08:05:56.280 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:55 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:56.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: Health check update: Degraded data redundancy: 194/1467 objects degraded (13.224%), 27 pgs degraded (PG_DEGRADED) 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:05:56.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:05:56.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:05:56.313 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:05:56.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:05:56.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:05:56.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:05:56.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:05:56.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:05:56.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:05:56.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:05:56.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:05:56.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:05:56.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:05:56.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:05:56.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:05:56.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:56.317 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:56.318 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:56.318 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:05:56.318 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all osd 2024-09-11T08:05:56.318 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:56.318 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T08:05:56.318 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T08:05:56.319 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T08:05:56.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T08:05:56.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T08:05:56.320 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:55 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:57.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:56 smithi136 ceph-mon[49950]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T08:05:57.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:56 smithi136 ceph-mon[49950]: pgmap v212: 129 pgs: 4 peering, 125 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 215 B/s wr, 0 op/s 2024-09-11T08:05:57.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:56 smithi136 ceph-mon[49950]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T08:05:57.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:56 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T08:05:57.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:56 smithi136 ceph-mon[49950]: osdmap e112: 8 total, 8 up, 8 in 2024-09-11T08:05:57.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:56 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi073.ufpfai"]}]: dispatch 2024-09-11T08:05:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:56 smithi073 ceph-mon[64336]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T08:05:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:56 smithi073 ceph-mon[64336]: pgmap v212: 129 pgs: 4 peering, 125 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 215 B/s wr, 0 op/s 2024-09-11T08:05:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:56 smithi073 ceph-mon[64336]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T08:05:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:56 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T08:05:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:56 smithi073 ceph-mon[64336]: osdmap e112: 8 total, 8 up, 8 in 2024-09-11T08:05:57.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:56 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi073.ufpfai"]}]: dispatch 2024-09-11T08:05:58.207 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:57 smithi073 ceph-mon[64336]: Upgrade: It appears safe to stop mds.foofs.smithi073.ufpfai 2024-09-11T08:05:58.207 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:57 smithi073 ceph-mon[64336]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 194/1467 objects degraded (13.224%), 27 pgs degraded) 2024-09-11T08:05:58.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:58.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.ufpfai", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T08:05:58.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:58.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:57 smithi136 ceph-mon[49950]: Upgrade: It appears safe to stop mds.foofs.smithi073.ufpfai 2024-09-11T08:05:58.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:57 smithi136 ceph-mon[49950]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 194/1467 objects degraded (13.224%), 27 pgs degraded) 2024-09-11T08:05:58.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:05:58.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.ufpfai", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T08:05:58.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:05:58.569 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:05:58.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:58 smithi073 ceph-mon[64336]: Upgrade: Updating mds.foofs.smithi073.ufpfai 2024-09-11T08:05:58.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:58 smithi073 ceph-mon[64336]: Deploying daemon mds.foofs.smithi073.ufpfai on smithi073 2024-09-11T08:05:58.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:58 smithi073 ceph-mon[64336]: pgmap v214: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-11T08:05:59.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:58 smithi136 ceph-mon[49950]: Upgrade: Updating mds.foofs.smithi073.ufpfai 2024-09-11T08:05:59.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:58 smithi136 ceph-mon[49950]: Deploying daemon mds.foofs.smithi073.ufpfai on smithi073 2024-09-11T08:05:59.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:58 smithi136 ceph-mon[49950]: pgmap v214: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-11T08:05:59.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:05:59.344+0000 7fcc4c3db640 -1 bdev(0x55d1a3f45c00 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-09-11T08:05:59.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:05:59.344+0000 7fcc4dbde640 -1 bdev(0x55d1a3f45c00 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 1 2024-09-11T08:05:59.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073[64332]: 2024-09-11T08:05:59.324+0000 7f5e0eee8640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T08:06:00.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: daemon mds.foofs.smithi073.ufpfai compat changed unexpectedly 2024-09-11T08:06:00.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-11T08:06:00.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T08:06:00.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: osdmap e113: 8 total, 8 up, 8 in 2024-09-11T08:06:00.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: Standby daemon mds.foofs.smithi136.ihpmqj assigned to filesystem foofs as rank 0 2024-09-11T08:06:00.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T08:06:00.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T08:06:00.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-11T08:06:00.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:05:59 smithi136 ceph-mon[49950]: fsmap foofs:1/1 {0=foofs.smithi136.ihpmqj=up:replay} 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: daemon mds.foofs.smithi073.ufpfai compat changed unexpectedly 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: osdmap e113: 8 total, 8 up, 8 in 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: Standby daemon mds.foofs.smithi136.ihpmqj assigned to filesystem foofs as rank 0 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-11T08:06:00.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:05:59 smithi073 ceph-mon[64336]: fsmap foofs:1/1 {0=foofs.smithi136.ihpmqj=up:replay} 2024-09-11T08:06:01.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:00 smithi073 ceph-mon[64336]: pgmap v216: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.9 MiB/s rd, 288 B/s wr, 2 op/s 2024-09-11T08:06:01.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:00 smithi136 ceph-mon[49950]: pgmap v216: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.9 MiB/s rd, 288 B/s wr, 2 op/s 2024-09-11T08:06:02.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:01 smithi136 ceph-mon[49950]: mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:reconnect 2024-09-11T08:06:02.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:01 smithi136 ceph-mon[49950]: fsmap foofs:1/1 {0=foofs.smithi136.ihpmqj=up:reconnect} 2024-09-11T08:06:02.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:01 smithi073 ceph-mon[64336]: mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:reconnect 2024-09-11T08:06:02.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:01 smithi073 ceph-mon[64336]: fsmap foofs:1/1 {0=foofs.smithi136.ihpmqj=up:reconnect} 2024-09-11T08:06:03.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:02 smithi073 ceph-mon[64336]: mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:rejoin 2024-09-11T08:06:03.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:02 smithi073 ceph-mon[64336]: fsmap foofs:1/1 {0=foofs.smithi136.ihpmqj=up:rejoin} 2024-09-11T08:06:03.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:02 smithi073 ceph-mon[64336]: daemon mds.foofs.smithi136.ihpmqj is now active in filesystem foofs as rank 0 2024-09-11T08:06:03.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:02 smithi073 ceph-mon[64336]: pgmap v217: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 255 B/s wr, 5 op/s 2024-09-11T08:06:03.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:02 smithi136 ceph-mon[49950]: mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:rejoin 2024-09-11T08:06:03.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:02 smithi136 ceph-mon[49950]: fsmap foofs:1/1 {0=foofs.smithi136.ihpmqj=up:rejoin} 2024-09-11T08:06:03.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:02 smithi136 ceph-mon[49950]: daemon mds.foofs.smithi136.ihpmqj is now active in filesystem foofs as rank 0 2024-09-11T08:06:03.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:02 smithi136 ceph-mon[49950]: pgmap v217: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 255 B/s wr, 5 op/s 2024-09-11T08:06:03.595 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:06:04.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:03 smithi073 ceph-mon[64336]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-11T08:06:04.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:03 smithi073 ceph-mon[64336]: mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:active 2024-09-11T08:06:04.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:03 smithi073 ceph-mon[64336]: fsmap foofs:1 {0=foofs.smithi136.ihpmqj=up:active} 2024-09-11T08:06:04.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:03 smithi136 ceph-mon[49950]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-11T08:06:04.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:03 smithi136 ceph-mon[49950]: mds.? [v2:172.21.15.136:6832/2323457938,v1:172.21.15.136:6833/2323457938] up:active 2024-09-11T08:06:04.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:03 smithi136 ceph-mon[49950]: fsmap foofs:1 {0=foofs.smithi136.ihpmqj=up:active} 2024-09-11T08:06:05.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:04 smithi136 ceph-mon[49950]: pgmap v218: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 24 MiB/s rd, 127 B/s wr, 8 op/s 2024-09-11T08:06:05.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:04 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:05.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:04 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:05.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:04 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:04 smithi073 ceph-mon[64336]: pgmap v218: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 24 MiB/s rd, 127 B/s wr, 8 op/s 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:04 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:04 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:05.290 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:04 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:06.205 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:05 smithi073 ceph-mon[64336]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T08:06:06.205 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:05 smithi073 ceph-mon[64336]: mds.? [v2:172.21.15.73:6834/2526556365,v1:172.21.15.73:6835/2526556365] up:boot 2024-09-11T08:06:06.205 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:05 smithi073 ceph-mon[64336]: fsmap foofs:1 {0=foofs.smithi136.ihpmqj=up:active} 1 up:standby 2024-09-11T08:06:06.205 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T08:06:06.205 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:06.205 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:06:06.205 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:05 smithi136 ceph-mon[49950]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T08:06:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:05 smithi136 ceph-mon[49950]: mds.? [v2:172.21.15.73:6834/2526556365,v1:172.21.15.73:6835/2526556365] up:boot 2024-09-11T08:06:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:05 smithi136 ceph-mon[49950]: fsmap foofs:1 {0=foofs.smithi136.ihpmqj=up:active} 1 up:standby 2024-09-11T08:06:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T08:06:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:06:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:07.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:06 smithi136 ceph-mon[49950]: pgmap v219: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 210 B/s wr, 10 op/s 2024-09-11T08:06:07.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:06 smithi073 ceph-mon[64336]: pgmap v219: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 210 B/s wr, 10 op/s 2024-09-11T08:06:08.622 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:06:09.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:09 smithi073 ceph-mon[64336]: pgmap v220: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-11T08:06:09.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:09 smithi136 ceph-mon[49950]: pgmap v220: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-11T08:06:11.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:11 smithi136 ceph-mon[49950]: pgmap v221: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 288 B/s wr, 10 op/s 2024-09-11T08:06:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:11.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:11 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:11.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:11 smithi073 ceph-mon[64336]: pgmap v221: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 288 B/s wr, 10 op/s 2024-09-11T08:06:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:11.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:11 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:13.228 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:13 smithi073 ceph-mon[64336]: pgmap v222: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 5.7 KiB/s wr, 10 op/s 2024-09-11T08:06:13.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:13 smithi136 ceph-mon[49950]: pgmap v222: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 5.7 KiB/s wr, 10 op/s 2024-09-11T08:06:13.645 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:06:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: Detected new or changed devices on smithi073 2024-09-11T08:06:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:06:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: pgmap v223: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 MiB/s rd, 6.0 KiB/s wr, 8 op/s 2024-09-11T08:06:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: pgmap v224: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 432 KiB/s rd, 7.2 KiB/s wr, 7 op/s 2024-09-11T08:06:14.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:14.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:14.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:06:14.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:14 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:06:15.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: Detected new or changed devices on smithi073 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: pgmap v223: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 MiB/s rd, 6.0 KiB/s wr, 8 op/s 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: pgmap v224: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 432 KiB/s rd, 7.2 KiB/s wr, 7 op/s 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:06:15.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:14 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:06:16.540 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:06:16.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:16 smithi073 ceph-mon[64336]: pgmap v225: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 534 B/s rd, 7.5 KiB/s wr, 4 op/s 2024-09-11T08:06:17.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:16 smithi136 ceph-mon[49950]: pgmap v225: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 534 B/s rd, 7.5 KiB/s wr, 4 op/s 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (15m) 7s ago 16m 21.7M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (4m) 7s ago 16m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (4m) 28s ago 15m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (15m) 7s ago 16m 35.3M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (13s) 7s ago 11m 13.5M - 17.2.7-1623-gd0e6828a 4a918172a497 80dd815611a4 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (11m) 28s ago 11m 15.7M - 16.2.5 6933c2a0b7dd d89eef724171 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (6m) 7s ago 18m 464M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:06:17.174 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (5m) 28s ago 15m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (5m) 7s ago 18m 70.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (5m) 28s ago 15m 49.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (8m) 7s ago 8m 84.4M - 3.5 6933c2a0b7dd 58bcfd863b99 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (8m) 28s ago 8m 79.7M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (16m) 7s ago 16m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (15m) 28s ago 15m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (4m) 7s ago 15m 121M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (3m) 7s ago 14m 112M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (3m) 7s ago 14m 89.1M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (2m) 7s ago 14m 118M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (2m) 28s ago 13m 129M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (102s) 28s ago 13m 114M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 e9b6e652ad8e 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (68s) 28s ago 13m 103M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 cff88d66d77c 2024-09-11T08:06:17.175 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (33s) 28s ago 12m 12.5M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 44d7d216d4c5 2024-09-11T08:06:17.176 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 7s ago 16m 66.2M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:06:17.546 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 13 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:06:17.547 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:06:17.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:06:17.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:06:17.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:06:17.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:17.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:17.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:17.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:17.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi136.ihpmqj"]}]: dispatch 2024-09-11T08:06:17.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: Upgrade: It appears safe to stop mds.foofs.smithi136.ihpmqj 2024-09-11T08:06:17.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:17.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:17 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1619111387' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:17.862 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "osd", 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "crash" 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "15/23 daemons upgraded", 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading mds daemons", 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:06:17.863 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:06:18.030 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:06:18.031 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:06:18.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:06:18.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:06:18.034 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:18.035 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi136.ihpmqj"]}]: dispatch 2024-09-11T08:06:18.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: Upgrade: It appears safe to stop mds.foofs.smithi136.ihpmqj 2024-09-11T08:06:18.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:18.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:18.036 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:17 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1619111387' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:18.679 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:06:19.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-mon[49950]: pgmap v226: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 7.5 KiB/s wr, 3 op/s 2024-09-11T08:06:19.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-mon[49950]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:19.464 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-mon[49950]: Upgrade: Updating mds.foofs.smithi136.ihpmqj 2024-09-11T08:06:19.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:19.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi136.ihpmqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T08:06:19.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:19.465 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-mon[49950]: Deploying daemon mds.foofs.smithi136.ihpmqj on smithi136 2024-09-11T08:06:19.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:19 smithi073 ceph-mon[64336]: pgmap v226: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 7.5 KiB/s wr, 3 op/s 2024-09-11T08:06:19.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:19 smithi073 ceph-mon[64336]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:19.499 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:19 smithi073 ceph-mon[64336]: Upgrade: Updating mds.foofs.smithi136.ihpmqj 2024-09-11T08:06:19.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:19 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:19.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:19 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi136.ihpmqj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T08:06:19.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:19 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:19.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:19 smithi073 ceph-mon[64336]: Deploying daemon mds.foofs.smithi136.ihpmqj on smithi136 2024-09-11T08:06:20.101 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:19 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073[64332]: 2024-09-11T08:06:19.809+0000 7f5e0eee8640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T08:06:20.123 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:06:19.827+0000 7fcc4ebe0640 -1 bdev(0x55d1a3f45c00 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 3 2024-09-11T08:06:20.123 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:06:19.828+0000 7fcc4dbde640 -1 bdev(0x55d1a3f45c00 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 7 2024-09-11T08:06:20.123 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:06:19.829+0000 7fcc4c3db640 -1 bdev(0x55d1a3f45c00 /var/lib/ceph/osd/ceph-6/block) aio_submit retries 7 2024-09-11T08:06:20.123 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:06:19.827+0000 7f3e6b23a640 -1 bdev(0x55f97dd13c00 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 1 2024-09-11T08:06:20.124 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:06:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:06:19.827+0000 7f3e64a2d640 -1 bdev(0x55f97dd13c00 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 1 2024-09-11T08:06:20.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:20 smithi136 ceph-mon[49950]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-11T08:06:20.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:20 smithi136 ceph-mon[49950]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T08:06:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:20 smithi136 ceph-mon[49950]: osdmap e114: 8 total, 8 up, 8 in 2024-09-11T08:06:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:20 smithi136 ceph-mon[49950]: Standby daemon mds.foofs.smithi073.ufpfai assigned to filesystem foofs as rank 0 2024-09-11T08:06:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:20 smithi136 ceph-mon[49950]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T08:06:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:20 smithi136 ceph-mon[49950]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T08:06:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:20 smithi136 ceph-mon[49950]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-11T08:06:20.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:20 smithi136 ceph-mon[49950]: fsmap foofs:1/1 {0=foofs.smithi073.ufpfai=up:replay} 2024-09-11T08:06:20.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:20 smithi073 ceph-mon[64336]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-11T08:06:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:20 smithi073 ceph-mon[64336]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T08:06:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:20 smithi073 ceph-mon[64336]: osdmap e114: 8 total, 8 up, 8 in 2024-09-11T08:06:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:20 smithi073 ceph-mon[64336]: Standby daemon mds.foofs.smithi073.ufpfai assigned to filesystem foofs as rank 0 2024-09-11T08:06:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:20 smithi073 ceph-mon[64336]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T08:06:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:20 smithi073 ceph-mon[64336]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T08:06:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:20 smithi073 ceph-mon[64336]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-11T08:06:20.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:20 smithi073 ceph-mon[64336]: fsmap foofs:1/1 {0=foofs.smithi073.ufpfai=up:replay} 2024-09-11T08:06:21.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:21 smithi136 ceph-mon[49950]: pgmap v227: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 7.4 KiB/s wr, 3 op/s 2024-09-11T08:06:21.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:21.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:06:21.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:21 smithi073 ceph-mon[64336]: pgmap v227: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 7.4 KiB/s wr, 3 op/s 2024-09-11T08:06:21.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:21.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:06:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:22 smithi136 ceph-mon[49950]: mds.? [v2:172.21.15.73:6834/2526556365,v1:172.21.15.73:6835/2526556365] up:reconnect 2024-09-11T08:06:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:22 smithi136 ceph-mon[49950]: fsmap foofs:1/1 {0=foofs.smithi073.ufpfai=up:reconnect} 2024-09-11T08:06:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:22 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:06:22.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:22 smithi073 ceph-mon[64336]: mds.? [v2:172.21.15.73:6834/2526556365,v1:172.21.15.73:6835/2526556365] up:reconnect 2024-09-11T08:06:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:22 smithi073 ceph-mon[64336]: fsmap foofs:1/1 {0=foofs.smithi073.ufpfai=up:reconnect} 2024-09-11T08:06:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:22 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:06:23.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:23 smithi136 ceph-mon[49950]: pgmap v229: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 KiB/s wr, 5 op/s 2024-09-11T08:06:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:23 smithi136 ceph-mon[49950]: mds.? [v2:172.21.15.73:6834/2526556365,v1:172.21.15.73:6835/2526556365] up:rejoin 2024-09-11T08:06:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:23 smithi136 ceph-mon[49950]: fsmap foofs:1/1 {0=foofs.smithi073.ufpfai=up:rejoin} 2024-09-11T08:06:23.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:23 smithi136 ceph-mon[49950]: daemon mds.foofs.smithi073.ufpfai is now active in filesystem foofs as rank 0 2024-09-11T08:06:23.525 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:23 smithi073 ceph-mon[64336]: pgmap v229: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 2.4 KiB/s wr, 5 op/s 2024-09-11T08:06:23.525 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:23 smithi073 ceph-mon[64336]: mds.? [v2:172.21.15.73:6834/2526556365,v1:172.21.15.73:6835/2526556365] up:rejoin 2024-09-11T08:06:23.525 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:23 smithi073 ceph-mon[64336]: fsmap foofs:1/1 {0=foofs.smithi073.ufpfai=up:rejoin} 2024-09-11T08:06:23.525 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:23 smithi073 ceph-mon[64336]: daemon mds.foofs.smithi073.ufpfai is now active in filesystem foofs as rank 0 2024-09-11T08:06:23.707 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:06:24.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:24 smithi136 ceph-mon[49950]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-11T08:06:24.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:24 smithi136 ceph-mon[49950]: mds.? [v2:172.21.15.73:6834/2526556365,v1:172.21.15.73:6835/2526556365] up:active 2024-09-11T08:06:24.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:24 smithi136 ceph-mon[49950]: fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 2024-09-11T08:06:24.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:24 smithi073 ceph-mon[64336]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-11T08:06:24.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:24 smithi073 ceph-mon[64336]: mds.? [v2:172.21.15.73:6834/2526556365,v1:172.21.15.73:6835/2526556365] up:active 2024-09-11T08:06:24.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:24 smithi073 ceph-mon[64336]: fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 2024-09-11T08:06:25.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:25 smithi136 ceph-mon[49950]: pgmap v230: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 KiB/s wr, 6 op/s 2024-09-11T08:06:25.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:25 smithi073 ceph-mon[64336]: pgmap v230: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 1.9 KiB/s wr, 6 op/s 2024-09-11T08:06:26.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:26 smithi136 ceph-mon[49950]: pgmap v231: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 1.6 KiB/s wr, 10 op/s 2024-09-11T08:06:26.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:26 smithi073 ceph-mon[64336]: pgmap v231: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 1.6 KiB/s wr, 10 op/s 2024-09-11T08:06:28.733 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:06:28.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:28 smithi136 ceph-mon[49950]: pgmap v232: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 1.6 KiB/s wr, 11 op/s 2024-09-11T08:06:29.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:28 smithi073 ceph-mon[64336]: pgmap v232: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 1.6 KiB/s wr, 11 op/s 2024-09-11T08:06:31.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:30 smithi136 ceph-mon[49950]: pgmap v233: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 1.6 KiB/s wr, 11 op/s 2024-09-11T08:06:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:30 smithi136 ceph-mon[49950]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T08:06:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:30 smithi136 ceph-mon[49950]: mds.? [v2:172.21.15.136:6832/2573526085,v1:172.21.15.136:6833/2573526085] up:boot 2024-09-11T08:06:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:30 smithi136 ceph-mon[49950]: fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T08:06:31.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:30 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:06:31.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:30 smithi073 ceph-mon[64336]: pgmap v233: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 1.6 KiB/s wr, 11 op/s 2024-09-11T08:06:31.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:31.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:31.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:31.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:30 smithi073 ceph-mon[64336]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T08:06:31.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:30 smithi073 ceph-mon[64336]: mds.? [v2:172.21.15.136:6832/2573526085,v1:172.21.15.136:6833/2573526085] up:boot 2024-09-11T08:06:31.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:30 smithi073 ceph-mon[64336]: fsmap foofs:1 {0=foofs.smithi073.ufpfai=up:active} 1 up:standby 2024-09-11T08:06:31.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:30 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:06:33.193 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:32 smithi136 ceph-mon[49950]: pgmap v234: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.1 KiB/s wr, 11 op/s 2024-09-11T08:06:33.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:32 smithi073 ceph-mon[64336]: pgmap v234: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.1 KiB/s wr, 11 op/s 2024-09-11T08:06:33.771 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:06:34.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:34.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:34.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:34.226 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:33 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:34.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:34.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:33 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:35.162 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:34 smithi136 ceph-mon[49950]: pgmap v235: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 MiB/s rd, 5.7 KiB/s wr, 8 op/s 2024-09-11T08:06:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:34 smithi073 ceph-mon[64336]: pgmap v235: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 MiB/s rd, 5.7 KiB/s wr, 8 op/s 2024-09-11T08:06:36.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:36 smithi073 ceph-mon[64336]: pgmap v236: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.0 MiB/s rd, 7.1 KiB/s wr, 7 op/s 2024-09-11T08:06:36.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:36.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:06:36.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:36.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:36.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:36.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:06:36.936 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:37.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:36 smithi136 ceph-mon[49950]: pgmap v236: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.0 MiB/s rd, 7.1 KiB/s wr, 7 op/s 2024-09-11T08:06:37.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:37.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:06:37.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:37.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:37.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:37.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:06:37.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:37.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:37 smithi073 ceph-mon[64336]: Detected new or changed devices on smithi136 2024-09-11T08:06:37.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:37 smithi073 ceph-mon[64336]: pgmap v237: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1020 B/s rd, 7.6 KiB/s wr, 4 op/s 2024-09-11T08:06:37.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:37 smithi073 ceph-mon[64336]: pgmap v238: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 9.3 KiB/s wr, 4 op/s 2024-09-11T08:06:37.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:37 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:37.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:37 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:06:37.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:37 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:06:38.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:37 smithi136 ceph-mon[49950]: Detected new or changed devices on smithi136 2024-09-11T08:06:38.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:37 smithi136 ceph-mon[49950]: pgmap v237: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1020 B/s rd, 7.6 KiB/s wr, 4 op/s 2024-09-11T08:06:38.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:37 smithi136 ceph-mon[49950]: pgmap v238: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 9.3 KiB/s wr, 4 op/s 2024-09-11T08:06:38.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:37 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:38.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:37 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:06:38.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:37 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:06:38.799 INFO:teuthology.orchestra.run.smithi073.stderr:mount.nfs: mounting smithi073:/fake failed, reason given by server: No such file or directory 2024-09-11T08:06:39.691 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:39 smithi073 ceph-mon[64336]: pgmap v239: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 9.3 KiB/s wr, 4 op/s 2024-09-11T08:06:40.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:39 smithi136 ceph-mon[49950]: pgmap v239: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 9.3 KiB/s wr, 4 op/s 2024-09-11T08:06:40.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:40.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:40.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:06:40.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:06:40.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:40.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:40.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:06:40.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:06:40.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:06:40.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:06:40.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:06:40.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:06:40.813 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:06:40.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:06:40.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:06:40.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:06:40.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:06:40.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:06:40.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:06:40.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:40.814 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:40.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:06:40.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:06:40.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:06:40.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:06:40.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:06:40.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:06:40.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:06:40.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:06:40.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:06:40.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:06:40.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:06:40.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:06:40.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:06:40.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:06:40.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:06:40.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:06:40.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:06:40.817 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:40.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:40.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:06:40.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:06:40.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:40.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:40.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:06:40.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all mds 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T08:06:40.820 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi073.ufpfai"}]': finished 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi136.ihpmqj"}]': finished 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all rgw 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:06:40.821 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:40 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:06:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:06:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:06:41.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:41.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:06:41.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:06:41.027 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.028 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.029 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all mds 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi073.ufpfai"}]: dispatch 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi073.ufpfai"}]': finished 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi136.ihpmqj"}]: dispatch 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi136.ihpmqj"}]': finished 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all rgw 2024-09-11T08:06:41.032 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:41.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T08:06:41.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:41.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:41.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all iscsi 2024-09-11T08:06:41.033 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:40 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:42.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: pgmap v240: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-09-11T08:06:42.051 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:42.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T08:06:42.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 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-11T08:06:42.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 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-11T08:06:42.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:42.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T08:06:42.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T08:06:42.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:06:42.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: pgmap v240: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 226 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-09-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 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-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 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-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi073.sgxegy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:06:42.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:43.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:42 smithi136 ceph-mon[49950]: Upgrade: Updating nfs.foo.0.1.smithi073.sgxegy (1/2) 2024-09-11T08:06:43.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:42 smithi136 ceph-mon[49950]: Creating key for client.nfs.foo.0.1.smithi073.sgxegy 2024-09-11T08:06:43.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:42 smithi136 ceph-mon[49950]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T08:06:43.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:42 smithi136 ceph-mon[49950]: Rados config object exists: conf-nfs.foo 2024-09-11T08:06:43.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:42 smithi136 ceph-mon[49950]: Creating key for client.nfs.foo.0.1.smithi073.sgxegy-rgw 2024-09-11T08:06:43.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:42 smithi136 ceph-mon[49950]: Bind address in nfs.foo.0.1.smithi073.sgxegy's ganesha conf is defaulting to empty 2024-09-11T08:06:43.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:42 smithi136 ceph-mon[49950]: Deploying daemon nfs.foo.0.1.smithi073.sgxegy on smithi073 2024-09-11T08:06:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:42 smithi073 ceph-mon[64336]: Upgrade: Updating nfs.foo.0.1.smithi073.sgxegy (1/2) 2024-09-11T08:06:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:42 smithi073 ceph-mon[64336]: Creating key for client.nfs.foo.0.1.smithi073.sgxegy 2024-09-11T08:06:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:42 smithi073 ceph-mon[64336]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T08:06:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:42 smithi073 ceph-mon[64336]: Rados config object exists: conf-nfs.foo 2024-09-11T08:06:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:42 smithi073 ceph-mon[64336]: Creating key for client.nfs.foo.0.1.smithi073.sgxegy-rgw 2024-09-11T08:06:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:42 smithi073 ceph-mon[64336]: Bind address in nfs.foo.0.1.smithi073.sgxegy's ganesha conf is defaulting to empty 2024-09-11T08:06:43.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:42 smithi073 ceph-mon[64336]: Deploying daemon nfs.foo.0.1.smithi073.sgxegy on smithi073 2024-09-11T08:06:44.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:43 smithi136 ceph-mon[49950]: pgmap v241: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 340 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-09-11T08:06:44.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:43 smithi073 ceph-mon[64336]: pgmap v241: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 340 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-09-11T08:06:46.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:45 smithi136 ceph-mon[49950]: pgmap v242: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 679 B/s wr, 1 op/s 2024-09-11T08:06:46.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:46.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:46.304 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:45 smithi073 ceph-mon[64336]: pgmap v242: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 679 B/s wr, 1 op/s 2024-09-11T08:06:46.304 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:46.304 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: Upgrade: Updating nfs.foo.1.1.smithi136.ytedcs (2/2) 2024-09-11T08:06:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: Creating key for client.nfs.foo.1.1.smithi136.ytedcs 2024-09-11T08:06:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T08:06:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T08:06:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 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-11T08:06:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 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-11T08:06:47.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: Rados config object exists: conf-nfs.foo 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: Creating key for client.nfs.foo.1.1.smithi136.ytedcs-rgw 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: Bind address in nfs.foo.1.1.smithi136.ytedcs's ganesha conf is defaulting to empty 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: Deploying daemon nfs.foo.1.1.smithi136.ytedcs on smithi136 2024-09-11T08:06:47.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:47 smithi073 ceph-mon[64336]: pgmap v243: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 715 B/s wr, 1 op/s 2024-09-11T08:06:47.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: Upgrade: Updating nfs.foo.1.1.smithi136.ytedcs (2/2) 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: Creating key for client.nfs.foo.1.1.smithi136.ytedcs 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 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-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 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-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: Rados config object exists: conf-nfs.foo 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: Creating key for client.nfs.foo.1.1.smithi136.ytedcs-rgw 2024-09-11T08:06:47.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi136.ytedcs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T08:06:47.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: Bind address in nfs.foo.1.1.smithi136.ytedcs's ganesha conf is defaulting to empty 2024-09-11T08:06:47.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:06:47.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: Deploying daemon nfs.foo.1.1.smithi136.ytedcs on smithi136 2024-09-11T08:06:47.775 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:47 smithi136 ceph-mon[49950]: pgmap v243: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 715 B/s wr, 1 op/s 2024-09-11T08:06:48.191 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:06:48.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:48 smithi073 ceph-mon[64336]: from='client.34414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:48.601 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:48 smithi136 ceph-mon[49950]: from='client.34414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:48.805 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:06:48.805 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (15m) 38s ago 17m 21.7M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:06:48.805 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (5m) 38s ago 17m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:06:48.805 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (4m) 15s ago 16m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:06:48.805 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (15m) 38s ago 16m 35.3M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:06:48.805 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (44s) 38s ago 11m 13.5M - 17.2.7-1623-gd0e6828a 4a918172a497 80dd815611a4 2024-09-11T08:06:48.805 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (19s) 15s ago 11m 13.5M - 17.2.7-1623-gd0e6828a 4a918172a497 762abb022ef8 2024-09-11T08:06:48.805 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (6m) 38s ago 18m 464M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (6m) 15s ago 16m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (6m) 38s ago 18m 70.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (5m) 15s ago 16m 50.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 starting - - - - 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (9m) 15s ago 9m 79.7M - 3.5 6933c2a0b7dd af53eb9289d5 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (16m) 38s ago 16m 17.2M - 0.18.1 e5a616e4b9cf 26c78563b724 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (16m) 15s ago 16m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (4m) 38s ago 15m 121M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (4m) 38s ago 15m 112M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (3m) 38s ago 14m 89.1M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (3m) 38s ago 14m 118M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (2m) 15s ago 14m 132M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (2m) 15s ago 14m 119M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 e9b6e652ad8e 2024-09-11T08:06:48.806 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (99s) 15s ago 13m 111M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 cff88d66d77c 2024-09-11T08:06:48.807 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (64s) 15s ago 13m 140M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 44d7d216d4c5 2024-09-11T08:06:48.807 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 38s ago 16m 66.2M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:06:49.177 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:06:49.177 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:06:49.177 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:06:49.177 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 14 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:06:49.178 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:06:49.491 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "mds", 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "crash", 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "osd" 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "16/23 daemons upgraded", 2024-09-11T08:06:49.492 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading nfs daemons", 2024-09-11T08:06:49.493 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:06:49.493 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:06:49.678 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:49 smithi136 ceph-mon[49950]: from='client.34418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:49.678 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:49 smithi136 ceph-mon[49950]: pgmap v244: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-09-11T08:06:49.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:49 smithi136 ceph-mon[49950]: from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:49.679 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:49 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/688847546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:49.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:49 smithi073 ceph-mon[64336]: from='client.34418 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:49 smithi073 ceph-mon[64336]: pgmap v244: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.1 KiB/s wr, 4 op/s 2024-09-11T08:06:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:49 smithi073 ceph-mon[64336]: from='client.34422 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:49.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:49 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/688847546' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:06:51.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:51 smithi073 ceph-mon[64336]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:51 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:06:51.435 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:51 smithi136 ceph-mon[49950]: from='client.34430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:06:51.436 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:51.436 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:51.436 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:06:51.436 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:51 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:06:52.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:52 smithi073 ceph-mon[64336]: pgmap v245: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-11T08:06:52.414 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:52 smithi136 ceph-mon[49950]: pgmap v245: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-11T08:06:52.966 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-09-11T08:06:53.037 INFO:teuthology.orchestra.run.smithi073.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-11T08:06:53.037 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T08:06:53.037 INFO:teuthology.orchestra.run.smithi073.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-09-11T08:06:53.037 INFO:teuthology.orchestra.run.smithi073.stdout:3 of 5 processes prepared for launch 0 sec 2024-09-11T08:06:53.137 INFO:teuthology.orchestra.run.smithi073.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-11T08:06:53.137 INFO:teuthology.orchestra.run.smithi073.stdout:releasing clients 2024-09-11T08:06:53.944 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:53 smithi073 ceph-mon[64336]: pgmap v246: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-09-11T08:06:53.944 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:53 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:53.944 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:53 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:53.944 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:53 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:53.945 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:53 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:53.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:53 smithi136 ceph-mon[49950]: pgmap v246: 129 pgs: 129 active+clean; 308 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-09-11T08:06:53.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:53 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:53.956 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:53 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:53.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:53 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:53.957 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:53 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:55.137 INFO:teuthology.orchestra.run.smithi073.stdout: 5 649 46.35 MB/sec execute 1 sec latency 88.179 ms 2024-09-11T08:06:55.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:55 smithi073 ceph-mon[64336]: pgmap v247: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 1.7 MiB/s wr, 91 op/s 2024-09-11T08:06:56.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:55 smithi136 ceph-mon[49950]: pgmap v247: 129 pgs: 129 active+clean; 328 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 1.7 MiB/s wr, 91 op/s 2024-09-11T08:06:56.137 INFO:teuthology.orchestra.run.smithi073.stdout: 5 1161 28.04 MB/sec execute 2 sec latency 27.026 ms 2024-09-11T08:06:57.138 INFO:teuthology.orchestra.run.smithi073.stdout: 5 1836 24.26 MB/sec execute 3 sec latency 46.045 ms 2024-09-11T08:06:58.015 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:57 smithi073 ceph-mon[64336]: pgmap v248: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 27 KiB/s rd, 6.3 MiB/s wr, 151 op/s 2024-09-11T08:06:58.015 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:58.015 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:58.016 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:58.016 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:57 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:58.138 INFO:teuthology.orchestra.run.smithi073.stdout: 5 2444 20.54 MB/sec execute 4 sec latency 75.803 ms 2024-09-11T08:06:58.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:57 smithi136 ceph-mon[49950]: pgmap v248: 129 pgs: 129 active+clean; 326 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 27 KiB/s rd, 6.3 MiB/s wr, 151 op/s 2024-09-11T08:06:58.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:58.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:58.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:58.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:57 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:59.138 INFO:teuthology.orchestra.run.smithi073.stdout: 5 cleanup 5 sec 2024-09-11T08:06:59.347 INFO:teuthology.orchestra.run.smithi073.stdout: 0 cleanup 5 sec 2024-09-11T08:06:59.347 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Operation Count AvgLat MaxLat 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: ---------------------------------------- 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: NTCreateX 2166 3.239 46.042 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Close 1822 2.624 88.175 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Rename 106 7.369 37.983 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Unlink 240 3.400 19.508 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Qpathinfo 2005 1.512 23.522 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Qfileinfo 627 6.380 27.361 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Qfsinfo 303 0.555 3.757 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Sfileinfo 250 7.554 21.982 2024-09-11T08:06:59.348 INFO:teuthology.orchestra.run.smithi073.stdout: Find 716 1.106 4.008 2024-09-11T08:06:59.349 INFO:teuthology.orchestra.run.smithi073.stdout: WriteX 2110 0.023 0.361 2024-09-11T08:06:59.349 INFO:teuthology.orchestra.run.smithi073.stdout: ReadX 3748 0.011 0.748 2024-09-11T08:06:59.349 INFO:teuthology.orchestra.run.smithi073.stdout: LockX 10 0.314 0.656 2024-09-11T08:06:59.349 INFO:teuthology.orchestra.run.smithi073.stdout: UnlockX 10 0.246 0.347 2024-09-11T08:06:59.349 INFO:teuthology.orchestra.run.smithi073.stdout: Flush 195 8.453 29.648 2024-09-11T08:06:59.349 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T08:06:59.349 INFO:teuthology.orchestra.run.smithi073.stdout:Throughput 20.5393 MB/sec 5 clients 5 procs max_latency=88.179 ms 2024-09-11T08:06:59.350 DEBUG:teuthology.parallel:result is None 2024-09-11T08:06:59.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:59 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:59 smithi073 ceph-mon[64336]: pgmap v249: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 8.6 MiB/s wr, 194 op/s 2024-09-11T08:06:59.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:06:59 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:59.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:59 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:06:59.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:59 smithi136 ceph-mon[49950]: pgmap v249: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 8.6 MiB/s wr, 194 op/s 2024-09-11T08:06:59.932 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:06:59 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:01.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:01 smithi073 ceph-mon[64336]: pgmap v250: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 37 KiB/s rd, 11 MiB/s wr, 409 op/s 2024-09-11T08:07:02.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:01 smithi136 ceph-mon[49950]: pgmap v250: 129 pgs: 129 active+clean; 321 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 37 KiB/s rd, 11 MiB/s wr, 409 op/s 2024-09-11T08:07:03.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: pgmap v251: 129 pgs: 129 active+clean; 305 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 36 KiB/s rd, 12 MiB/s wr, 439 op/s 2024-09-11T08:07:03.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:03.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:03.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:03.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:03.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: pgmap v252: 129 pgs: 129 active+clean; 305 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 43 KiB/s rd, 14 MiB/s wr, 521 op/s 2024-09-11T08:07:03.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: pgmap v253: 129 pgs: 129 active+clean; 305 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 47 KiB/s rd, 15 MiB/s wr, 521 op/s 2024-09-11T08:07:03.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:03.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:03.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:07:03.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:03 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: pgmap v251: 129 pgs: 129 active+clean; 305 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 36 KiB/s rd, 12 MiB/s wr, 439 op/s 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: pgmap v252: 129 pgs: 129 active+clean; 305 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 43 KiB/s rd, 14 MiB/s wr, 521 op/s 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: pgmap v253: 129 pgs: 129 active+clean; 305 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 47 KiB/s rd, 15 MiB/s wr, 521 op/s 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:04.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:07:04.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:03 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:07:06.027 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:05 smithi073 ceph-mon[64336]: pgmap v254: 129 pgs: 129 active+clean; 261 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 8.2 MiB/s wr, 454 op/s 2024-09-11T08:07:06.027 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:07:06.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:05 smithi136 ceph-mon[49950]: pgmap v254: 129 pgs: 129 active+clean; 261 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 8.2 MiB/s wr, 454 op/s 2024-09-11T08:07:06.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:07:07.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: pgmap v255: 129 pgs: 129 active+clean; 203 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 4.9 MiB/s wr, 412 op/s 2024-09-11T08:07:07.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:07.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi073.sgxegy"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi073.sgxegy"}]': finished 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi136.ytedcs"}]: dispatch 2024-09-11T08:07:07.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:07 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi136.ytedcs"}]': finished 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: pgmap v255: 129 pgs: 129 active+clean; 203 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 4.9 MiB/s wr, 412 op/s 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi073.sgxegy"}]: dispatch 2024-09-11T08:07:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi073.sgxegy"}]': finished 2024-09-11T08:07:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi136.ytedcs"}]: dispatch 2024-09-11T08:07:08.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:07 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi136.ytedcs"}]': finished 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:08 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:07:09.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:07:09.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:07:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:07:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:09.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:08 smithi073 ceph-mon[64336]: Upgrade: Setting container_image for all nfs 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:08 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:07:09.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:07:09.275 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:07:09.276 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:07:09.277 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:07:09.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:07:09.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:07:09.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:07:09.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:07:09.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:07:09.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:09.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:09.278 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:08 smithi136 ceph-mon[49950]: Upgrade: Setting container_image for all nfs 2024-09-11T08:07:10.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:09 smithi073 ceph-mon[64336]: pgmap v256: 129 pgs: 129 active+clean; 203 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 1.3 MiB/s wr, 91 op/s 2024-09-11T08:07:10.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:09 smithi136 ceph-mon[49950]: pgmap v256: 129 pgs: 129 active+clean; 203 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 1.3 MiB/s wr, 91 op/s 2024-09-11T08:07:11.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:10 smithi073 ceph-mon[64336]: Upgrade: Updating node-exporter.smithi073 (1/2) 2024-09-11T08:07:11.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:10 smithi073 ceph-mon[64336]: Deploying daemon node-exporter.smithi073 on smithi073 2024-09-11T08:07:11.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:10 smithi136 ceph-mon[49950]: Upgrade: Updating node-exporter.smithi073 (1/2) 2024-09-11T08:07:11.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:10 smithi136 ceph-mon[49950]: Deploying daemon node-exporter.smithi073 on smithi073 2024-09-11T08:07:12.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:11 smithi073 ceph-mon[64336]: pgmap v257: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 472 KiB/s wr, 45 op/s 2024-09-11T08:07:12.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:11 smithi136 ceph-mon[49950]: pgmap v257: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 472 KiB/s wr, 45 op/s 2024-09-11T08:07:14.191 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:13 smithi073 ceph-mon[64336]: pgmap v258: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 383 KiB/s wr, 36 op/s 2024-09-11T08:07:14.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:13 smithi136 ceph-mon[49950]: pgmap v258: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 383 KiB/s wr, 36 op/s 2024-09-11T08:07:16.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:16 smithi136 ceph-mon[49950]: pgmap v259: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 319 KiB/s wr, 30 op/s 2024-09-11T08:07:16.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:16 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:16.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:16 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:16.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:16 smithi073 ceph-mon[64336]: pgmap v259: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 319 KiB/s wr, 30 op/s 2024-09-11T08:07:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:16 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:16.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:16 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:18.204 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:18 smithi136 ceph-mon[49950]: Upgrade: Updating node-exporter.smithi136 (2/2) 2024-09-11T08:07:18.205 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:18 smithi136 ceph-mon[49950]: Deploying daemon node-exporter.smithi136 on smithi136 2024-09-11T08:07:18.205 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:18 smithi136 ceph-mon[49950]: pgmap v260: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 28 KiB/s wr, 15 op/s 2024-09-11T08:07:18.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:18 smithi073 ceph-mon[64336]: Upgrade: Updating node-exporter.smithi136 (2/2) 2024-09-11T08:07:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:18 smithi073 ceph-mon[64336]: Deploying daemon node-exporter.smithi136 on smithi136 2024-09-11T08:07:18.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:18 smithi073 ceph-mon[64336]: pgmap v260: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 28 KiB/s wr, 15 op/s 2024-09-11T08:07:19.835 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:07:20.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:20 smithi073 ceph-mon[64336]: pgmap v261: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T08:07:20.468 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:07:20.468 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (16m) 22s ago 17m 21.7M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:07:20.468 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (5m) 22s ago 17m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:07:20.468 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (5m) 27s ago 16m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (16m) 22s ago 17m 35.5M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (76s) 22s ago 12m 28.4M - 17.2.7-1623-gd0e6828a 4a918172a497 80dd815611a4 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (51s) 27s ago 12m 14.9M - 17.2.7-1623-gd0e6828a 4a918172a497 762abb022ef8 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (7m) 22s ago 19m 467M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (6m) 27s ago 16m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (6m) 22s ago 19m 71.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (6m) 27s ago 16m 51.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (36s) 22s ago 9m 56.2M - 5.9 4a918172a497 c1b17c3ab05b 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (30s) 27s ago 9m 17.1M - 5.9 4a918172a497 4074f411ef40 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 starting - - - - 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (16m) 27s ago 16m 17.2M - 0.18.1 e5a616e4b9cf 0d946b24e1c5 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (5m) 22s ago 16m 121M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:07:20.469 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (4m) 22s ago 15m 114M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:07:20.470 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (4m) 22s ago 15m 90.3M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:07:20.470 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (3m) 22s ago 15m 119M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:07:20.470 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (3m) 27s ago 14m 133M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:07:20.470 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (2m) 27s ago 14m 119M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 e9b6e652ad8e 2024-09-11T08:07:20.470 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (2m) 27s ago 14m 110M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 cff88d66d77c 2024-09-11T08:07:20.470 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (96s) 27s ago 13m 139M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 44d7d216d4c5 2024-09-11T08:07:20.470 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 error 22s ago 17m 66.2M - 2.18.1 de242295e225 ad1471fa251e 2024-09-11T08:07:20.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:20 smithi136 ceph-mon[49950]: pgmap v261: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T08:07:20.874 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:07:20.875 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:07:20.876 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:07:20.876 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 14 2024-09-11T08:07:20.876 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:07:20.876 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:07:21.200 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:07:21.200 INFO:teuthology.orchestra.run.smithi073.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T08:07:21.200 INFO:teuthology.orchestra.run.smithi073.stdout: "in_progress": true, 2024-09-11T08:07:21.200 INFO:teuthology.orchestra.run.smithi073.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T08:07:21.200 INFO:teuthology.orchestra.run.smithi073.stdout: "services_complete": [ 2024-09-11T08:07:21.201 INFO:teuthology.orchestra.run.smithi073.stdout: "mds", 2024-09-11T08:07:21.201 INFO:teuthology.orchestra.run.smithi073.stdout: "nfs", 2024-09-11T08:07:21.201 INFO:teuthology.orchestra.run.smithi073.stdout: "crash", 2024-09-11T08:07:21.201 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr", 2024-09-11T08:07:21.201 INFO:teuthology.orchestra.run.smithi073.stdout: "mon", 2024-09-11T08:07:21.201 INFO:teuthology.orchestra.run.smithi073.stdout: "osd" 2024-09-11T08:07:21.202 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:07:21.202 INFO:teuthology.orchestra.run.smithi073.stdout: "progress": "18/23 daemons upgraded", 2024-09-11T08:07:21.202 INFO:teuthology.orchestra.run.smithi073.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-11T08:07:21.202 INFO:teuthology.orchestra.run.smithi073.stdout: "is_paused": false 2024-09-11T08:07:21.202 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:07:21.333 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:21 smithi136 ceph-mon[49950]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:21.333 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:21 smithi136 ceph-mon[49950]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:21.333 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:21 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:07:21.333 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:21 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/986588724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:21.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:21 smithi073 ceph-mon[64336]: from='client.34442 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:21.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:21 smithi073 ceph-mon[64336]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:21.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:21 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:07:21.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:21 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/986588724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:22.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:22 smithi136 ceph-mon[49950]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:22 smithi136 ceph-mon[49950]: pgmap v262: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T08:07:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:22 smithi136 ceph-mon[49950]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:22 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:22 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:22.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:22 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:22 smithi073 ceph-mon[64336]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:22.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:22 smithi073 ceph-mon[64336]: pgmap v262: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T08:07:22.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:22 smithi073 ceph-mon[64336]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:22.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:22 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:22.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:22 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:22.562 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:22 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:24.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:24 smithi073 ceph-mon[64336]: pgmap v263: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:07:24.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:24 smithi136 ceph-mon[49950]: pgmap v263: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:07:25.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:25 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:25.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:25 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:25.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:25 smithi073 ceph-mon[64336]: pgmap v264: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:07:25.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:25 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:25.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:25 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:25.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:25 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:25.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:25 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:25.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:25 smithi136 ceph-mon[49950]: pgmap v264: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:07:25.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:25 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:25.774 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:25 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:28.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:27 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:28.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:27 smithi136 ceph-mon[49950]: pgmap v265: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:07:28.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:27 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:28.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:27 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:28.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:27 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:28.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:27 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:28.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:27 smithi073 ceph-mon[64336]: pgmap v265: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:07:28.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:27 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:28.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:27 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:28.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:27 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:29 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:29.561 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:29 smithi073 ceph-mon[64336]: pgmap v266: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:07:29.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:29.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:29 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:29.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:29 smithi136 ceph-mon[49950]: pgmap v266: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: pgmap v267: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: pgmap v268: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: pgmap v269: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 0 op/s 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:32.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:32.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:07:32.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:31 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:07:32.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: pgmap v267: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: pgmap v268: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: pgmap v269: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 0 op/s 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:07:32.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:31 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:07:34.169 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:34 smithi073 ceph-mon[64336]: pgmap v270: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:07:34.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:34 smithi136 ceph-mon[49950]: pgmap v270: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:07:35.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:35.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:36 smithi073 ceph-mon[64336]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:07:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:07:36.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:07:36.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.wait_async( 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:07:36.313 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return future.result(timeout) 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return self.__get_result() 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise self._exception 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise OrchestratorError( 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:07:36.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: Traceback (most recent call last): 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: main() 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: r = ctx.func(ctx) 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: return func(ctx) 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:07:36.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:07:36.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:36.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:36.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:36 smithi073 ceph-mon[64336]: pgmap v271: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 0 op/s 2024-09-11T08:07:36.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:36 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:36 smithi136 ceph-mon[49950]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:07:36.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:36.525 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.wait_async( 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return future.result(timeout) 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return self.__get_result() 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T08:07:36.526 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise self._exception 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: out, err, code = await self._run_cephadm( 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise OrchestratorError( 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.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-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: /usr/bin/podman: stderr Error: no such container ceph-16a271ee-7012-11ef-bcea-c7b262605968-prometheus-smithi073 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Reconfig daemon prometheus.smithi073 ... 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Non-zero exit code 1 from systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: systemctl: stderr See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: Traceback (most recent call last): 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: main() 2024-09-11T08:07:36.527 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: r = ctx.func(ctx) 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: return func(ctx) 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: File "/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: RuntimeError: Failed command: systemctl restart ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073: Job for ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service failed because the control process exited with error code. 2024-09-11T08:07:36.528 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout: See "systemctl status ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" and "journalctl -xeu ceph-16a271ee-7012-11ef-bcea-c7b262605968@prometheus.smithi073.service" for details. 2024-09-11T08:07:36.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:36 smithi136 ceph-mon[49950]: pgmap v271: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 0 op/s 2024-09-11T08:07:36.529 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:36 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:07:37.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:37 smithi073 ceph-mon[64336]: Upgrade: Updating prometheus.smithi073 2024-09-11T08:07:37.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:37 smithi073 ceph-mon[64336]: Deploying daemon prometheus.smithi073 on smithi073 2024-09-11T08:07:37.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:37 smithi136 ceph-mon[49950]: Upgrade: Updating prometheus.smithi073 2024-09-11T08:07:37.524 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:37 smithi136 ceph-mon[49950]: Deploying daemon prometheus.smithi073 on smithi073 2024-09-11T08:07:38.171 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:38 smithi073 ceph-mon[64336]: pgmap v272: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 0 op/s 2024-09-11T08:07:38.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:38 smithi136 ceph-mon[49950]: pgmap v272: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 0 op/s 2024-09-11T08:07:40.474 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:40 smithi073 ceph-mon[64336]: pgmap v273: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 0 op/s 2024-09-11T08:07:40.523 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:40 smithi136 ceph-mon[49950]: pgmap v273: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 248 B/s rd, 0 op/s 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi073 on host smithi073 failed. 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: pgmap v274: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: pgmap v275: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: pgmap v276: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-09-11T08:07:41.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:41.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:41.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:07:41.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:41 smithi073 ceph-mon[64336]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:07:42.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi073 on host smithi073 failed. 2024-09-11T08:07:42.025 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: pgmap v274: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: pgmap v275: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: pgmap v276: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: Reconfiguring prometheus.smithi073 (dependencies changed)... 2024-09-11T08:07:42.026 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:41 smithi136 ceph-mon[49950]: Reconfiguring daemon prometheus.smithi073 on smithi073 2024-09-11T08:07:42.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:42 smithi073 ceph-mon[64336]: Health check failed: Redeploying daemon prometheus.smithi073 on host smithi073 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-09-11T08:07:43.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:42 smithi136 ceph-mon[49950]: Health check failed: Redeploying daemon prometheus.smithi073 on host smithi073 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-09-11T08:07:43.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:43 smithi073 ceph-mon[64336]: pgmap v277: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:07:44.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:43 smithi136 ceph-mon[49950]: pgmap v277: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-09-11T08:07:45.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: pgmap v278: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-09-11T08:07:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:07:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:07:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:07:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:07:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:45.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:45 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:46.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: pgmap v278: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-09-11T08:07:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:07:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T08:07:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:07:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T08:07:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:46.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:45 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:48.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:47 smithi136 ceph-mon[49950]: pgmap v279: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-09-11T08:07:48.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:47 smithi073 ceph-mon[64336]: pgmap v279: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 270 B/s rd, 0 op/s 2024-09-11T08:07:49.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:49 smithi073 ceph-mon[64336]: pgmap v280: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T08:07:50.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:49 smithi136 ceph-mon[49950]: pgmap v280: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T08:07:50.986 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:50.986 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:50.986 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:50.986 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:50.986 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: pgmap v281: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2024-09-11T08:07:50.986 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:50.987 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:50.987 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:50.987 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:50.987 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:50.987 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:50.987 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:50.987 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:50.987 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:07:51.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: pgmap v281: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 223 B/s rd, 0 op/s 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:51.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:51.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:07:51.062 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:07:51.543 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:07:51.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:51 smithi073 ceph-mon[64336]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:07:51.864 INFO:teuthology.orchestra.run.smithi073.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi073 on host smithi073 failed." 2024-09-11T08:07:52.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:51 smithi136 ceph-mon[49950]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T08:07:52.543 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:07:52.810 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:52 smithi073 ceph-mon[64336]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:52.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:52 smithi073 ceph-mon[64336]: pgmap v282: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-09-11T08:07:52.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:52 smithi073 ceph-mon[64336]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:53.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:52 smithi136 ceph-mon[49950]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:53.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:52 smithi136 ceph-mon[49950]: pgmap v282: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-09-11T08:07:53.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:52 smithi136 ceph-mon[49950]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:54.655 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (16m) 4s ago 18m 23.3M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (6m) 4s ago 18m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (6m) 30s ago 17m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (16m) 4s ago 18m 35.5M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (110s) 4s ago 12m 44.3M - 17.2.7-1623-gd0e6828a 4a918172a497 80dd815611a4 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (85s) 30s ago 12m 14.9M - 17.2.7-1623-gd0e6828a 4a918172a497 762abb022ef8 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (8m) 4s ago 19m 469M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (7m) 30s ago 17m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (7m) 4s ago 19m 75.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:07:54.656 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (6m) 30s ago 17m 51.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (70s) 4s ago 10m 150M - 5.9 4a918172a497 c1b17c3ab05b 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (65s) 30s ago 10m 66.2M - 5.9 4a918172a497 4074f411ef40 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (40s) 4s ago 17m 8644k - 1.5.0 0da6a335fe13 a0b36e096bdd 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (33s) 30s ago 17m 3347k - 1.5.0 0da6a335fe13 9ffed7652fcb 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (5m) 4s ago 16m 144M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (5m) 4s ago 16m 122M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (4m) 4s ago 16m 116M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (4m) 4s ago 15m 151M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (3m) 30s ago 15m 160M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (3m) 30s ago 15m 133M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 e9b6e652ad8e 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (2m) 30s ago 14m 119M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 cff88d66d77c 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (2m) 30s ago 14m 163M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 44d7d216d4c5 2024-09-11T08:07:54.657 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (10s) 4s ago 17m 47.9M - 2.43.0 a07b618ecd1d 0e2994b189fb 2024-09-11T08:07:55.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:54 smithi136 ceph-mon[49950]: pgmap v283: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 366 B/s rd, 0 op/s 2024-09-11T08:07:55.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:54 smithi073 ceph-mon[64336]: pgmap v283: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 366 B/s rd, 0 op/s 2024-09-11T08:07:55.407 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:07:56.006 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:55 smithi073 ceph-mon[64336]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:56.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:55 smithi136 ceph-mon[49950]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:07:57.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:56 smithi136 ceph-mon[49950]: pgmap v284: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-09-11T08:07:57.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:56 smithi073 ceph-mon[64336]: pgmap v284: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-09-11T08:07:57.601 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:07:57.602 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:07:57.603 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 14 2024-09-11T08:07:57.603 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:07:57.603 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:07:57.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:57 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1636021099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:58.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:57 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1636021099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:07:58.421 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-11T08:07:58.953 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:07:58 smithi073 ceph-mon[64336]: pgmap v285: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-09-11T08:07:59.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:07:58 smithi136 ceph-mon[49950]: pgmap v285: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-09-11T08:08:00.277 INFO:teuthology.orchestra.run.smithi073.stdout:wait for servicemap items w/ changing names to refresh 2024-09-11T08:08:00.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:00 smithi136 ceph-mon[49950]: pgmap v286: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-09-11T08:08:00.990 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:00 smithi073 ceph-mon[64336]: pgmap v286: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-09-11T08:08:01.011 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 60' 2024-09-11T08:08:03.023 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:02 smithi136 ceph-mon[49950]: pgmap v287: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:03.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:02 smithi073 ceph-mon[64336]: pgmap v287: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:05.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:04 smithi136 ceph-mon[49950]: pgmap v288: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:05.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:04 smithi073 ceph-mon[64336]: pgmap v288: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:07.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:08:07.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:06 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:08:07.024 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:06 smithi136 ceph-mon[49950]: pgmap v289: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:07.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:08:07.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:06 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:08:07.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:06 smithi073 ceph-mon[64336]: pgmap v289: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:09.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:08 smithi073 ceph-mon[64336]: pgmap v290: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:09.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:08 smithi136 ceph-mon[49950]: pgmap v290: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:11.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:10 smithi073 ceph-mon[64336]: pgmap v291: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:11.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:10 smithi136 ceph-mon[49950]: pgmap v291: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:13.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:12 smithi073 ceph-mon[64336]: pgmap v292: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:13.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:12 smithi136 ceph-mon[49950]: pgmap v292: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:15.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:14 smithi073 ceph-mon[64336]: pgmap v293: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:15.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:14 smithi136 ceph-mon[49950]: pgmap v293: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:17.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:16 smithi073 ceph-mon[64336]: pgmap v294: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:17.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:16 smithi136 ceph-mon[49950]: pgmap v294: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:19.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:18 smithi073 ceph-mon[64336]: pgmap v295: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:19.174 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:18 smithi136 ceph-mon[49950]: pgmap v295: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:21.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:20 smithi073 ceph-mon[64336]: pgmap v296: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:21.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:08:21.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:20 smithi136 ceph-mon[49950]: pgmap v296: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:21.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:08:23.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:22 smithi073 ceph-mon[64336]: pgmap v297: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:23.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:22 smithi136 ceph-mon[49950]: pgmap v297: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:25.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:24 smithi073 ceph-mon[64336]: pgmap v298: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:25.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:24 smithi136 ceph-mon[49950]: pgmap v298: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:27.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:26 smithi073 ceph-mon[64336]: pgmap v299: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:27.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:26 smithi136 ceph-mon[49950]: pgmap v299: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:29.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:28 smithi073 ceph-mon[64336]: pgmap v300: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:29.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:28 smithi136 ceph-mon[49950]: pgmap v300: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:31.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:30 smithi136 ceph-mon[49950]: pgmap v301: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:31.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:30 smithi073 ceph-mon[64336]: pgmap v301: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:33.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:32 smithi136 ceph-mon[49950]: pgmap v302: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:33.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:32 smithi073 ceph-mon[64336]: pgmap v302: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:35.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:34 smithi136 ceph-mon[49950]: pgmap v303: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:35.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:34 smithi073 ceph-mon[64336]: pgmap v303: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:36.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:35 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:08:36.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:35 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:08:37.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:36 smithi136 ceph-mon[49950]: pgmap v304: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:37.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:36 smithi073 ceph-mon[64336]: pgmap v304: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:39.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:38 smithi073 ceph-mon[64336]: pgmap v305: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:39.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:38 smithi136 ceph-mon[49950]: pgmap v305: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:41.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:40 smithi136 ceph-mon[49950]: pgmap v306: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:41.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:40 smithi073 ceph-mon[64336]: pgmap v306: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:43.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:42 smithi136 ceph-mon[49950]: pgmap v307: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:43.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:42 smithi073 ceph-mon[64336]: pgmap v307: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:45.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:44 smithi136 ceph-mon[49950]: pgmap v308: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:45.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:44 smithi073 ceph-mon[64336]: pgmap v308: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:47.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:46 smithi136 ceph-mon[49950]: pgmap v309: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:47.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:46 smithi073 ceph-mon[64336]: pgmap v309: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:49.061 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:48 smithi073 ceph-mon[64336]: pgmap v310: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:49.175 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:48 smithi136 ceph-mon[49950]: pgmap v310: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:50 smithi136 ceph-mon[49950]: pgmap v311: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:08:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:08:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:08:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:08:51.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:50 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:08:51.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:50 smithi073 ceph-mon[64336]: pgmap v311: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T08:08:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T08:08:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T08:08:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:08:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' 2024-09-11T08:08:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:50 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:08:53.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:52 smithi136 ceph-mon[49950]: pgmap v312: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:53.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:52 smithi073 ceph-mon[64336]: pgmap v312: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:55.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:54 smithi136 ceph-mon[49950]: pgmap v313: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:55.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:54 smithi073 ceph-mon[64336]: pgmap v313: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:08:57.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:56 smithi136 ceph-mon[49950]: pgmap v314: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:57.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:56 smithi073 ceph-mon[64336]: pgmap v314: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:59.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:08:58 smithi073 ceph-mon[64336]: pgmap v315: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:08:59.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:08:58 smithi136 ceph-mon[49950]: pgmap v315: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:01.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:00 smithi136 ceph-mon[49950]: pgmap v316: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:01.409 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:00 smithi073 ceph-mon[64336]: pgmap v316: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:03.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:02 smithi073 ceph-mon[64336]: pgmap v317: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:03.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:02 smithi136 ceph-mon[49950]: pgmap v317: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:03.496 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T08:09:05.134 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:04 smithi073 ceph-mon[64336]: pgmap v318: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:09:05.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:04 smithi136 ceph-mon[49950]: pgmap v318: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:09:05.552 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T08:09:05.552 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (18m) 75s ago 19m 23.3M - 0.20.0 0881eb8f169f 142e77ff3956 2024-09-11T08:09:05.552 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (7m) 75s ago 19m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 ac45b474de57 2024-09-11T08:09:05.552 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi136 smithi136 running (7m) 101s ago 18m 6891k - 17.2.7-1623-gd0e6828a 4a918172a497 4dcdf49b14ac 2024-09-11T08:09:05.552 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (17m) 75s ago 19m 35.5M - 6.7.4 557c83e11646 a696ed73b031 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi073.ufpfai smithi073 running (3m) 75s ago 14m 44.3M - 17.2.7-1623-gd0e6828a 4a918172a497 80dd815611a4 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:mds.foofs.smithi136.ihpmqj smithi136 running (2m) 101s ago 14m 14.9M - 17.2.7-1623-gd0e6828a 4a918172a497 762abb022ef8 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.ivjadq smithi073 *:8443,9283 running (9m) 75s ago 20m 469M - 17.2.7-1623-gd0e6828a 4a918172a497 8397cf23c823 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi136.asoksz smithi136 *:8443,9283 running (8m) 101s ago 18m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 829c7b7bb9b4 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (8m) 75s ago 20m 75.7M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 3d1a29f058b1 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi136 smithi136 running (7m) 101s ago 18m 51.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 eac3a328fc9c 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.0.1.smithi073.sgxegy smithi073 *:2049 running (2m) 75s ago 11m 150M - 5.9 4a918172a497 c1b17c3ab05b 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:nfs.foo.1.1.smithi136.ytedcs smithi136 *:2049 running (2m) 101s ago 11m 66.2M - 5.9 4a918172a497 4074f411ef40 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (110s) 75s ago 19m 8644k - 1.5.0 0da6a335fe13 a0b36e096bdd 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi136 smithi136 *:9100 running (104s) 101s ago 18m 3347k - 1.5.0 0da6a335fe13 9ffed7652fcb 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi073 running (6m) 75s ago 18m 144M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 59c25b16abd2 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (6m) 75s ago 17m 122M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 38752f9b4643 2024-09-11T08:09:05.553 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi073 running (6m) 75s ago 17m 116M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 04a626d37554 2024-09-11T08:09:05.554 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (5m) 75s ago 16m 151M 1936M 17.2.7-1623-gd0e6828a 4a918172a497 8f0fdcadd71d 2024-09-11T08:09:05.554 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi136 running (5m) 101s ago 16m 160M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 03abb78ea19d 2024-09-11T08:09:05.554 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi136 running (4m) 101s ago 16m 133M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 e9b6e652ad8e 2024-09-11T08:09:05.554 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi136 running (3m) 101s ago 15m 119M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 cff88d66d77c 2024-09-11T08:09:05.554 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi136 running (3m) 101s ago 15m 163M 2704M 17.2.7-1623-gd0e6828a 4a918172a497 44d7d216d4c5 2024-09-11T08:09:05.554 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (81s) 75s ago 18m 47.9M - 2.43.0 a07b618ecd1d 0e2994b189fb 2024-09-11T08:09:06.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:05 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:09:06.235 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T08:09:06.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:05 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:09:07.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:06 smithi136 ceph-mon[49950]: from='client.34478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:07.274 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:06 smithi136 ceph-mon[49950]: pgmap v319: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:07.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:06 smithi073 ceph-mon[64336]: from='client.34478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:06 smithi073 ceph-mon[64336]: pgmap v319: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:08.147 INFO:teuthology.orchestra.run.smithi073.stdout:{ 2024-09-11T08:09:08.147 INFO:teuthology.orchestra.run.smithi073.stdout: "mon": { 2024-09-11T08:09:08.147 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:09:08.147 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:09:08.147 INFO:teuthology.orchestra.run.smithi073.stdout: "mgr": { 2024-09-11T08:09:08.147 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: "osd": { 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: "mds": { 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: "overall": { 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 14 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:09:08.148 INFO:teuthology.orchestra.run.smithi073.stdout:} 2024-09-11T08:09:08.977 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-11T08:09:09.268 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:08 smithi073 ceph-mon[64336]: pgmap v320: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:09.268 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:08 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1486734502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:09.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:08 smithi136 ceph-mon[49950]: pgmap v320: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:09.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:08 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1486734502' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:11.093 INFO:teuthology.orchestra.run.smithi073.stdout:true 2024-09-11T08:09:11.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:10 smithi136 ceph-mon[49950]: pgmap v321: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:11.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:10 smithi073 ceph-mon[64336]: pgmap v321: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:11.663 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-11T08:09:12.229 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:11 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/1548143424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:12.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:11 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/1548143424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:12.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:12 smithi073 ceph-mon[64336]: pgmap v322: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:13.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:12 smithi136 ceph-mon[49950]: pgmap v322: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:13.710 INFO:teuthology.orchestra.run.smithi073.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T08:09:14.022 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:13 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/2745991873' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:14.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:13 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/2745991873' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T08:09:14.327 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-09-11T08:09:14.328 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-11T08:09:14.329 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T08:09:15.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:14 smithi136 ceph-mon[49950]: pgmap v323: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:09:15.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:14 smithi073 ceph-mon[64336]: pgmap v323: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:09:16.335 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-09-11T08:09:16.335 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:48:52.763949Z", "last_refresh": "2024-09-11T08:07:49.716028Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:48:40.363302Z", "last_refresh": "2024-09-11T08:07:24.417968Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-11T07:48:50.353235Z", "last_refresh": "2024-09-11T08:07:49.716243Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:54:51.496727Z", "last_refresh": "2024-09-11T08:07:24.419069Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:48:39.259865Z", "last_refresh": "2024-09-11T08:07:24.418181Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi136:172.21.15.136=smithi136"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:49:29.360430Z", "last_refresh": "2024-09-11T08:07:24.418311Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T08:08:50.294707Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-09-11T07:57:22.457965Z", "last_refresh": "2024-09-11T08:07:24.419186Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:48:51.643643Z", "last_refresh": "2024-09-11T08:07:24.418434Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", "last_refresh": "2024-09-11T08:07:24.418555Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:48:49.166219Z", "last_refresh": "2024-09-11T08:07:49.716438Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-11T08:09:16.908 INFO:tasks.cephadm:nfs.foo has 2/2 2024-09-11T08:09:16.908 DEBUG:teuthology.parallel:result is None 2024-09-11T08:09:16.908 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T08:09:16.918 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T08:09:16.918 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-09-11T08:09:16.944 INFO:teuthology.orchestra.run.smithi073.stderr:+ umount /mnt/foo 2024-09-11T08:09:16.954 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T08:09:17.001 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T08:09:17.002 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-09-11T08:09:17.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:16 smithi136 ceph-mon[49950]: pgmap v324: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:17.294 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:16 smithi073 ceph-mon[64336]: pgmap v324: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:18.251 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:17 smithi073 ceph-mon[64336]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:09:18.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:17 smithi136 ceph-mon[49950]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T08:09:18.940 INFO:teuthology.orchestra.run.smithi073.stdout:foo 2024-09-11T08:09:19.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:18 smithi136 ceph-mon[49950]: pgmap v325: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:19.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:18 smithi073 ceph-mon[64336]: pgmap v325: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:19.571 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-09-11T08:09:20.116 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:19 smithi073 ceph-mon[64336]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:20.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:19 smithi136 ceph-mon[49950]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:21.127 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:20 smithi073 ceph-mon[64336]: pgmap v326: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:21.127 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:20 smithi073 ceph-mon[64336]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:09:21.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:20 smithi136 ceph-mon[49950]: pgmap v326: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:21.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:20 smithi136 ceph-mon[49950]: from='mgr.34104 172.21.15.73:0/1744095485' entity='mgr.smithi073.ivjadq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T08:09:21.642 INFO:teuthology.orchestra.run.smithi073.stdout:[ 2024-09-11T08:09:21.642 INFO:teuthology.orchestra.run.smithi073.stdout: { 2024-09-11T08:09:21.642 INFO:teuthology.orchestra.run.smithi073.stdout: "export_id": 1, 2024-09-11T08:09:21.642 INFO:teuthology.orchestra.run.smithi073.stdout: "path": "/", 2024-09-11T08:09:21.642 INFO:teuthology.orchestra.run.smithi073.stdout: "cluster_id": "foo", 2024-09-11T08:09:21.642 INFO:teuthology.orchestra.run.smithi073.stdout: "pseudo": "/fake", 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "access_type": "RW", 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "squash": "no_root_squash", 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "security_label": true, 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "protocols": [ 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: 4 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "transports": [ 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "TCP" 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: ], 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "fsal": { 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "name": "CEPH", 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "user_id": "nfs.foo.1", 2024-09-11T08:09:21.643 INFO:teuthology.orchestra.run.smithi073.stdout: "fs_name": "foofs" 2024-09-11T08:09:21.644 INFO:teuthology.orchestra.run.smithi073.stdout: }, 2024-09-11T08:09:21.644 INFO:teuthology.orchestra.run.smithi073.stdout: "clients": [] 2024-09-11T08:09:21.644 INFO:teuthology.orchestra.run.smithi073.stdout: } 2024-09-11T08:09:21.644 INFO:teuthology.orchestra.run.smithi073.stdout:] 2024-09-11T08:09:22.262 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-09-11T08:09:23.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:22 smithi073 ceph-mon[64336]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:23.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:22 smithi073 ceph-mon[64336]: pgmap v327: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:23.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:22 smithi136 ceph-mon[49950]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T08:09:23.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:22 smithi136 ceph-mon[49950]: pgmap v327: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T08:09:23.957 INFO:teuthology.orchestra.run.smithi073.stdout:foo grace 2024-09-11T08:09:23.957 INFO:teuthology.orchestra.run.smithi073.stdout:foo rec-0000000000000005:nfs.foo.1 2024-09-11T08:09:23.957 INFO:teuthology.orchestra.run.smithi073.stdout:foo rec-0000000000000005:nfs.foo.0 2024-09-11T08:09:23.957 INFO:teuthology.orchestra.run.smithi073.stdout:foo conf-nfs.foo 2024-09-11T08:09:23.957 INFO:teuthology.orchestra.run.smithi073.stdout:foo export-1 2024-09-11T08:09:24.060 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:23 smithi073 ceph-mon[64336]: mgrmap e44: smithi073.ivjadq(active, since 8m), standbys: smithi136.asoksz 2024-09-11T08:09:24.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:23 smithi136 ceph-mon[49950]: mgrmap e44: smithi073.ivjadq(active, since 8m), standbys: smithi136.asoksz 2024-09-11T08:09:24.543 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16a271ee-7012-11ef-bcea-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-09-11T08:09:25.105 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:24 smithi073 ceph-mon[64336]: pgmap v328: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:09:25.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:24 smithi136 ceph-mon[49950]: pgmap v328: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T08:09:26.604 INFO:teuthology.orchestra.run.smithi073.stdout:6 2024-09-11T08:09:27.224 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:26 smithi073 ceph-mon[64336]: pgmap v329: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T08:09:27.225 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:26 smithi073 ceph-mon[64336]: from='client.? 172.21.15.73:0/2119174318' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:09:27.247 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T08:09:27.257 INFO:tasks.cephadm:Teardown begin 2024-09-11T08:09:27.258 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:09:27.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:26 smithi136 ceph-mon[49950]: pgmap v329: 129 pgs: 129 active+clean; 203 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T08:09:27.273 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:26 smithi136 ceph-mon[49950]: from='client.? 172.21.15.73:0/2119174318' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-11T08:09:27.285 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:09:27.319 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T08:09:27.319 DEBUG:teuthology.orchestra.run.smithi073:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T08:09:27.341 DEBUG:teuthology.orchestra.run.smithi136:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T08:09:27.376 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T08:09:27.377 INFO:tasks.cephadm.mon.smithi073:Stopping mon.smithi073... 2024-09-11T08:09:27.377 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073 2024-09-11T08:09:27.560 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:27 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:09:27.997 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073[64332]: 2024-09-11T08:09:27.668+0000 7f5e146f3640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi073 -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-11T08:09:27.997 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:27 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073[64332]: 2024-09-11T08:09:27.668+0000 7f5e146f3640 -1 mon.smithi073@0(leader) e3 *** Got Signal Terminated *** 2024-09-11T08:09:27.997 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:27 smithi073 podman[102177]: 2024-09-11 08:09:27.710931968 +0000 UTC m=+0.141210079 container died 3d1a29f058b1b58ce16df19e6457a9dd2be49943ef185fc643e4e7337208ff21 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-11T08:09:28.278 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:28 smithi073 podman[102177]: 2024-09-11 08:09:28.094630205 +0000 UTC m=+0.524908306 container cleanup 3d1a29f058b1b58ce16df19e6457a9dd2be49943ef185fc643e4e7337208ff21 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-11T08:09:28.278 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:28 smithi073 bash[102177]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073 2024-09-11T08:09:28.519 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service' 2024-09-11T08:09:28.541 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:28 smithi073 podman[102189]: 2024-09-11 08:09:28.379418512 +0000 UTC m=+0.672114359 container remove 3d1a29f058b1b58ce16df19e6457a9dd2be49943ef185fc643e4e7337208ff21 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi073, GIT_CLEAN=True, io.buildah.version=1.37.2, 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, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:09:28.541 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:28 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service: Deactivated successfully. 2024-09-11T08:09:28.541 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:28 smithi073 systemd[1]: Stopped Ceph mon.smithi073 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:09:28.541 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Sep 11 08:09:28 smithi073 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi073.service: Consumed 7.803s CPU time. 2024-09-11T08:09:28.569 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:09:28.569 INFO:tasks.cephadm.mon.smithi073:Stopped mon.smithi073 2024-09-11T08:09:28.569 INFO:tasks.cephadm.mon.smithi136:Stopping mon.smithi136... 2024-09-11T08:09:28.569 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi136 2024-09-11T08:09:28.875 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:28 smithi136 systemd[1]: Stopping Ceph mon.smithi136 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:09:29.139 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi136[49946]: 2024-09-11T08:09:28.873+0000 7fb1fb12b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi136 -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-11T08:09:29.140 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi136[49946]: 2024-09-11T08:09:28.873+0000 7fb1fb12b640 -1 mon.smithi136@1(peon) e3 *** Got Signal Terminated *** 2024-09-11T08:09:29.459 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:29 smithi136 podman[75021]: 2024-09-11 08:09:29.139091457 +0000 UTC m=+0.367941028 container died eac3a328fc9c9e9c03675f05a3e0827395b113bbbcf52609939faaf7469d3e33 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi136, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:09:29.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:29 smithi136 podman[75021]: 2024-09-11 08:09:29.641292478 +0000 UTC m=+0.870142036 container cleanup eac3a328fc9c9e9c03675f05a3e0827395b113bbbcf52609939faaf7469d3e33 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi136, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, 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.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:09:29.773 INFO:journalctl@ceph.mon.smithi136.smithi136.stdout:Sep 11 08:09:29 smithi136 bash[75021]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-mon-smithi136 2024-09-11T08:09:30.019 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@mon.smithi136.service' 2024-09-11T08:09:30.082 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:09:30.083 INFO:tasks.cephadm.mon.smithi136:Stopped mon.smithi136 2024-09-11T08:09:30.083 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-11T08:09:30.083 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.0 2024-09-11T08:09:30.391 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:30 smithi073 systemd[1]: Stopping Ceph osd.0 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:09:30.810 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0[71486]: 2024-09-11T08:09:30.390+0000 7f0970932640 -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-11T08:09:30.811 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0[71486]: 2024-09-11T08:09:30.390+0000 7f0970932640 -1 osd.0 114 *** Got signal Terminated *** 2024-09-11T08:09:30.811 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:30 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0[71486]: 2024-09-11T08:09:30.390+0000 7f0970932640 -1 osd.0 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:09:36.159 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:35 smithi073 podman[102312]: 2024-09-11 08:09:35.878333516 +0000 UTC m=+5.601191908 container died 59c25b16abd2c27ce56b11bf53b93e48628950164ff590e75fb6fc7aa0bfdebc (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-11T08:09:36.525 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:36 smithi073 podman[102312]: 2024-09-11 08:09:36.240384465 +0000 UTC m=+5.963242856 container cleanup 59c25b16abd2c27ce56b11bf53b93e48628950164ff590e75fb6fc7aa0bfdebc (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:09:36.525 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:36 smithi073 bash[102312]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0 2024-09-11T08:09:36.810 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:36 smithi073 podman[102328]: 2024-09-11 08:09:36.525179344 +0000 UTC m=+0.642692401 container remove 59c25b16abd2c27ce56b11bf53b93e48628950164ff590e75fb6fc7aa0bfdebc (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-11T08:09:37.129 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:36 smithi073 podman[102416]: 2024-09-11 08:09:36.757208359 +0000 UTC m=+0.015996547 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:09:37.129 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:36 smithi073 podman[102416]: 2024-09-11 08:09:36.892872146 +0000 UTC m=+0.151660335 container create 7fcedb583c36a9811c0ef24329df9679730f6866fe95a80e63b21d3862cdf05f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-11T08:09:37.129 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:37 smithi073 podman[102416]: 2024-09-11 08:09:37.128685738 +0000 UTC m=+0.387473926 container init 7fcedb583c36a9811c0ef24329df9679730f6866fe95a80e63b21d3862cdf05f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-11T08:09:37.561 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:37 smithi073 podman[102416]: 2024-09-11 08:09:37.132189678 +0000 UTC m=+0.390977884 container start 7fcedb583c36a9811c0ef24329df9679730f6866fe95a80e63b21d3862cdf05f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:09:37.561 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:37 smithi073 podman[102416]: 2024-09-11 08:09:37.228743423 +0000 UTC m=+0.487531625 container attach 7fcedb583c36a9811c0ef24329df9679730f6866fe95a80e63b21d3862cdf05f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2) 2024-09-11T08:09:37.561 INFO:journalctl@ceph.osd.0.smithi073.stdout:Sep 11 08:09:37 smithi073 podman[102416]: 2024-09-11 08:09:37.309824618 +0000 UTC m=+0.568612821 container died 7fcedb583c36a9811c0ef24329df9679730f6866fe95a80e63b21d3862cdf05f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-11T08:09:37.959 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.0.service' 2024-09-11T08:09:38.000 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:09:38.001 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-11T08:09:38.001 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-11T08:09:38.001 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.1 2024-09-11T08:09:38.310 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:38 smithi073 systemd[1]: Stopping Ceph osd.1 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:09:38.660 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1[74457]: 2024-09-11T08:09:38.337+0000 7f23104e5640 -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-11T08:09:38.660 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1[74457]: 2024-09-11T08:09:38.337+0000 7f23104e5640 -1 osd.1 114 *** Got signal Terminated *** 2024-09-11T08:09:38.660 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:38 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1[74457]: 2024-09-11T08:09:38.337+0000 7f23104e5640 -1 osd.1 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:09:43.811 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:43 smithi073 podman[102518]: 2024-09-11 08:09:43.755521092 +0000 UTC m=+5.529579786 container died 38752f9b4643cb104944709d861bfa273a936e25fbc18888f5ab7bbf6ede0de1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731) 2024-09-11T08:09:44.503 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:44 smithi073 podman[102518]: 2024-09-11 08:09:44.251957925 +0000 UTC m=+6.026016668 container cleanup 38752f9b4643cb104944709d861bfa273a936e25fbc18888f5ab7bbf6ede0de1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-11T08:09:44.504 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:44 smithi073 bash[102518]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1 2024-09-11T08:09:44.810 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:44 smithi073 podman[102567]: 2024-09-11 08:09:44.503334846 +0000 UTC m=+0.747630875 container remove 38752f9b4643cb104944709d861bfa273a936e25fbc18888f5ab7bbf6ede0de1 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:09:45.157 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:44 smithi073 podman[102656]: 2024-09-11 08:09:44.732789156 +0000 UTC m=+0.015990393 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:09:45.157 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:44 smithi073 podman[102656]: 2024-09-11 08:09:44.862707576 +0000 UTC m=+0.145908803 container create 4e3aa3dbfb95e799ba99fdfc453f73f234aee1b66968bbcc96be0cb814298926 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0) 2024-09-11T08:09:45.157 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:45 smithi073 podman[102656]: 2024-09-11 08:09:45.073527582 +0000 UTC m=+0.356728809 container init 4e3aa3dbfb95e799ba99fdfc453f73f234aee1b66968bbcc96be0cb814298926 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:09:45.157 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:45 smithi073 podman[102656]: 2024-09-11 08:09:45.077055347 +0000 UTC m=+0.360256582 container start 4e3aa3dbfb95e799ba99fdfc453f73f234aee1b66968bbcc96be0cb814298926 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, 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.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T08:09:45.157 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:45 smithi073 podman[102656]: 2024-09-11 08:09:45.156720587 +0000 UTC m=+0.439921815 container attach 4e3aa3dbfb95e799ba99fdfc453f73f234aee1b66968bbcc96be0cb814298926 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T08:09:45.535 INFO:journalctl@ceph.osd.1.smithi073.stdout:Sep 11 08:09:45 smithi073 podman[102656]: 2024-09-11 08:09:45.247231417 +0000 UTC m=+0.530432655 container died 4e3aa3dbfb95e799ba99fdfc453f73f234aee1b66968bbcc96be0cb814298926 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:09:45.942 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.1.service' 2024-09-11T08:09:45.982 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:09:45.982 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-11T08:09:45.982 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-11T08:09:45.982 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.2 2024-09-11T08:09:46.306 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:46 smithi073 systemd[1]: Stopping Ceph osd.2 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:09:46.560 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:46 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2[77269]: 2024-09-11T08:09:46.305+0000 7f1c73d90640 -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-11T08:09:46.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:46 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2[77269]: 2024-09-11T08:09:46.305+0000 7f1c73d90640 -1 osd.2 114 *** Got signal Terminated *** 2024-09-11T08:09:46.561 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:46 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2[77269]: 2024-09-11T08:09:46.305+0000 7f1c73d90640 -1 osd.2 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:09:52.061 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:51 smithi073 podman[102758]: 2024-09-11 08:09:51.788694706 +0000 UTC m=+5.581073632 container died 04a626d3755476672313b1063ab0e4da52a1257ecd836f764e76e4dd07fbf635 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, 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, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-11T08:09:52.440 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:52 smithi073 podman[102758]: 2024-09-11 08:09:52.204998747 +0000 UTC m=+5.997377674 container cleanup 04a626d3755476672313b1063ab0e4da52a1257ecd836f764e76e4dd07fbf635 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, 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, ceph=True, GIT_CLEAN=True) 2024-09-11T08:09:52.440 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:52 smithi073 bash[102758]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2 2024-09-11T08:09:52.810 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:52 smithi073 podman[102772]: 2024-09-11 08:09:52.4394049 +0000 UTC m=+0.648941860 container remove 04a626d3755476672313b1063ab0e4da52a1257ecd836f764e76e4dd07fbf635 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-11T08:09:53.126 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:52 smithi073 podman[102860]: 2024-09-11 08:09:52.768736237 +0000 UTC m=+0.015962945 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:09:53.126 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:52 smithi073 podman[102860]: 2024-09-11 08:09:52.890262066 +0000 UTC m=+0.137488762 container create 6d7e035a883ea7cbeefcb5e76b965dd0b4f49c99fbeb2b4a445fc03e50897652 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:09:53.126 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:53 smithi073 podman[102860]: 2024-09-11 08:09:53.126126102 +0000 UTC m=+0.373352797 container init 6d7e035a883ea7cbeefcb5e76b965dd0b4f49c99fbeb2b4a445fc03e50897652 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-11T08:09:53.511 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:53 smithi073 podman[102860]: 2024-09-11 08:09:53.129387155 +0000 UTC m=+0.376613862 container start 6d7e035a883ea7cbeefcb5e76b965dd0b4f49c99fbeb2b4a445fc03e50897652 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:09:53.511 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:53 smithi073 podman[102860]: 2024-09-11 08:09:53.209247691 +0000 UTC m=+0.456474396 container attach 6d7e035a883ea7cbeefcb5e76b965dd0b4f49c99fbeb2b4a445fc03e50897652 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:09:53.511 INFO:journalctl@ceph.osd.2.smithi073.stdout:Sep 11 08:09:53 smithi073 podman[102860]: 2024-09-11 08:09:53.303248386 +0000 UTC m=+0.550475091 container died 6d7e035a883ea7cbeefcb5e76b965dd0b4f49c99fbeb2b4a445fc03e50897652 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-2-deactivate, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:09:53.965 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.2.service' 2024-09-11T08:09:54.004 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:09:54.004 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-11T08:09:54.004 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-11T08:09:54.004 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.3 2024-09-11T08:09:54.236 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:09:54 smithi073 systemd[1]: Stopping Ceph osd.3 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:09:54.560 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:09:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:09:54.332+0000 7fe74cea5640 -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-11T08:09:54.560 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:09:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:09:54.332+0000 7fe74cea5640 -1 osd.3 114 *** Got signal Terminated *** 2024-09-11T08:09:54.561 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:09:54 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:09:54.332+0000 7fe74cea5640 -1 osd.3 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:09:57.463 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:09:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:09:57.034+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:09:57.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:09:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:09:57.566+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:09:57.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:09:57 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:09:57.462+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:09:58.273 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:09:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:09:58.034+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:09:58.311 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:09:57 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:09:57.929+0000 7fe74a4bf640 -1 osd.3 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.353824+0000 front 2024-09-11T08:09:34.353789+0000 (oldest deadline 2024-09-11T08:09:57.253798+0000) 2024-09-11T08:09:58.553 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:09:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:09:58.500+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:09:58.992 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:09:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:09:58.552+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:09:59.273 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:09:58 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:09:58.991+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:09:59.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:09:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:09:59.007+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:09:59.310 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:09:58 smithi073 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3[80215]: 2024-09-11T08:09:58.945+0000 7fe74a4bf640 -1 osd.3 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.353824+0000 front 2024-09-11T08:09:34.353789+0000 (oldest deadline 2024-09-11T08:09:57.253798+0000) 2024-09-11T08:09:59.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:09:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:09:59.549+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:09:59.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:09:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:09:59.535+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:00.163 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:09:59 smithi073 podman[102964]: 2024-09-11 08:09:59.883241176 +0000 UTC m=+5.659257333 container died 8f0fdcadd71d991415e5630df98276c9ad452c42e03ad3e7c82241e297c7f759 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True) 2024-09-11T08:10:00.273 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:09:59 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:09:59.977+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:10:00.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:00.009+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:00.542 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:00 smithi073 podman[102964]: 2024-09-11 08:10:00.257425012 +0000 UTC m=+6.033441167 container cleanup 8f0fdcadd71d991415e5630df98276c9ad452c42e03ad3e7c82241e297c7f759 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-11T08:10:00.542 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:00 smithi073 bash[102964]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3 2024-09-11T08:10:00.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:00.521+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:00.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:00.553+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:00.810 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:00 smithi073 podman[102981]: 2024-09-11 08:10:00.541861995 +0000 UTC m=+0.651933165 container remove 8f0fdcadd71d991415e5630df98276c9ad452c42e03ad3e7c82241e297c7f759 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-11T08:10:01.195 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:00 smithi073 podman[103068]: 2024-09-11 08:10:00.867617228 +0000 UTC m=+0.100131818 container create 56a8f6f28d8a46ab2879412241aa177f7bb872ebb6b9c51fac4257d9f02d3ae2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T08:10:01.196 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:00 smithi073 podman[103068]: 2024-09-11 08:10:00.782972508 +0000 UTC m=+0.015487070 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:10:01.196 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:01 smithi073 podman[103068]: 2024-09-11 08:10:01.10367112 +0000 UTC m=+0.336185668 container init 56a8f6f28d8a46ab2879412241aa177f7bb872ebb6b9c51fac4257d9f02d3ae2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T08:10:01.196 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:01 smithi073 podman[103068]: 2024-09-11 08:10:01.10798694 +0000 UTC m=+0.340501490 container start 56a8f6f28d8a46ab2879412241aa177f7bb872ebb6b9c51fac4257d9f02d3ae2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True) 2024-09-11T08:10:01.196 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:01 smithi073 podman[103068]: 2024-09-11 08:10:01.195261058 +0000 UTC m=+0.427775615 container attach 56a8f6f28d8a46ab2879412241aa177f7bb872ebb6b9c51fac4257d9f02d3ae2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:10:01.273 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:01.019+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:10:01.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:00 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:00.981+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:01.560 INFO:journalctl@ceph.osd.3.smithi073.stdout:Sep 11 08:10:01 smithi073 podman[103068]: 2024-09-11 08:10:01.283887962 +0000 UTC m=+0.516402521 container died 56a8f6f28d8a46ab2879412241aa177f7bb872ebb6b9c51fac4257d9f02d3ae2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T08:10:01.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:01.497+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:01.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:01.512+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:01.936 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.3.service' 2024-09-11T08:10:01.975 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:10:01.975 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-11T08:10:01.975 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-11T08:10:01.975 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.4 2024-09-11T08:10:02.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:01 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:01.966+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:02.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:02 smithi136 systemd[1]: Stopping Ceph osd.4 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:10:02.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:02.033+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:10:02.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:02.534+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:02.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:02.557+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:02.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:02.392+0000 7fd359829640 -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-11T08:10:02.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:02.392+0000 7fd359829640 -1 osd.4 114 *** Got signal Terminated *** 2024-09-11T08:10:02.774 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:02.392+0000 7fd359829640 -1 osd.4 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:10:03.273 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:03.000+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:10:03.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:02 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:02.977+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:03.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:03.488+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:03.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:03.576+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:04.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:03 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:03.939+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:04.273 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:04.017+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:10:04.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:04.576+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:04.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:04.458+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:05.273 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:05.034+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:10:05.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:04.894+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:05.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:04 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:04.894+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:05.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:05.609+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:05.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:05.444+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:06.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:05.939+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:06.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:05 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:05.939+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:06.273 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:06.029+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:10:06.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:06.620+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:06.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:06.493+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:06.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:06.493+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:07.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:06.986+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:07.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:06.986+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:07.274 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:06 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4[54855]: 2024-09-11T08:10:06.986+0000 7fd353e3d640 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:31.477609+0000 front 2024-09-11T08:09:31.477687+0000 (oldest deadline 2024-09-11T08:09:56.777558+0000) 2024-09-11T08:10:07.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:07.497+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:07.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:07.497+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:07.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:07.622+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:08.177 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:07 smithi136 podman[75220]: 2024-09-11 08:10:07.900364192 +0000 UTC m=+5.729779607 container died 03abb78ea19d3ba5c098b77813dcbf6d9c2e6e283f1944033a7f5e98da85c875 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T08:10:08.177 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:07.972+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:08.178 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:07 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:07.972+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:08.523 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:08 smithi136 podman[75220]: 2024-09-11 08:10:08.358808797 +0000 UTC m=+6.188224251 container cleanup 03abb78ea19d3ba5c098b77813dcbf6d9c2e6e283f1944033a7f5e98da85c875 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-11T08:10:08.523 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:08 smithi136 bash[75220]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4 2024-09-11T08:10:08.925 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:08 smithi136 podman[75235]: 2024-09-11 08:10:08.635846538 +0000 UTC m=+0.736170238 container remove 03abb78ea19d3ba5c098b77813dcbf6d9c2e6e283f1944033a7f5e98da85c875 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-11T08:10:08.925 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:08.531+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:08.925 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:08.531+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:08.925 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:08.608+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:08.925 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:08.608+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:09.176 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:08.924+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:09.177 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:08 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:08.924+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:09.177 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:08 smithi136 podman[75327]: 2024-09-11 08:10:08.875466529 +0000 UTC m=+0.015961844 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:10:09.177 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:08 smithi136 podman[75327]: 2024-09-11 08:10:08.97867826 +0000 UTC m=+0.119173562 container create 1eab4a81d6af52f4da1852ae9a0d766a04b0c7ca0cd95193de15adc52d15509a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-11T08:10:09.177 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:09 smithi136 podman[75327]: 2024-09-11 08:10:09.173023305 +0000 UTC m=+0.313518606 container init 1eab4a81d6af52f4da1852ae9a0d766a04b0c7ca0cd95193de15adc52d15509a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:10:09.178 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:09 smithi136 podman[75327]: 2024-09-11 08:10:09.176455005 +0000 UTC m=+0.316950306 container start 1eab4a81d6af52f4da1852ae9a0d766a04b0c7ca0cd95193de15adc52d15509a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-11T08:10:09.523 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:09 smithi136 podman[75327]: 2024-09-11 08:10:09.289925946 +0000 UTC m=+0.430421263 container attach 1eab4a81d6af52f4da1852ae9a0d766a04b0c7ca0cd95193de15adc52d15509a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T08:10:09.524 INFO:journalctl@ceph.osd.4.smithi136.stdout:Sep 11 08:10:09 smithi136 podman[75327]: 2024-09-11 08:10:09.35041138 +0000 UTC m=+0.490906692 container died 1eab4a81d6af52f4da1852ae9a0d766a04b0c7ca0cd95193de15adc52d15509a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-11T08:10:09.883 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:09.593+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:09.883 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:09.593+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:09.883 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:09.570+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:09.884 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:09.570+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:09.957 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.4.service' 2024-09-11T08:10:09.996 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:10:09.996 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-11T08:10:09.996 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-11T08:10:09.997 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.5 2024-09-11T08:10:10.273 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:10 smithi136 systemd[1]: Stopping Ceph osd.5 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:10:10.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:09.882+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:10.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:09 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:09.882+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:10.601 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:10.339+0000 7f6a5e854640 -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-11T08:10:10.601 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:10.339+0000 7f6a5e854640 -1 osd.5 114 *** Got signal Terminated *** 2024-09-11T08:10:10.601 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:10.339+0000 7f6a5e854640 -1 osd.5 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:10:10.894 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:10.599+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:10.894 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:10.599+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:10.894 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:10.633+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:10.894 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:10.633+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:11.233 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:10.893+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:11.233 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:10 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:10.893+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:11.864 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:11.553+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:11.864 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:11.553+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:11.865 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:11.588+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:11.865 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:11.588+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:12.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:11.895+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:12.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:11 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:11.895+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:12.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:12.511+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:12.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:12.511+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:12.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:12.541+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:12.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:12.541+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:13.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:12.937+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:13.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:12 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:12.937+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:13.773 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:13.495+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:13.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:13.495+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:13.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:13.522+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:13.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:13.522+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:13.774 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:13.522+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:48.843770+0000 front 2024-09-11T08:09:48.843898+0000 (oldest deadline 2024-09-11T08:10:12.844149+0000) 2024-09-11T08:10:14.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:13.908+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:14.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:13.908+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:14.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:13 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:13.908+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:14.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:14.487+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:34.540397+0000 front 2024-09-11T08:09:34.540472+0000 (oldest deadline 2024-09-11T08:09:56.840242+0000) 2024-09-11T08:10:14.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:14.487+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.542195+0000 front 2024-09-11T08:09:42.542112+0000 (oldest deadline 2024-09-11T08:10:05.942750+0000) 2024-09-11T08:10:14.773 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5[57208]: 2024-09-11T08:10:14.487+0000 7f6a5a66b640 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:48.843770+0000 front 2024-09-11T08:09:48.843898+0000 (oldest deadline 2024-09-11T08:10:12.844149+0000) 2024-09-11T08:10:14.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:14.525+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:14.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:14.525+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:14.774 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:14.525+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:15.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:14.892+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:15.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:14.892+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:15.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:14 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:14.892+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:15.943 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:15 smithi136 podman[75429]: 2024-09-11 08:10:15.68168646 +0000 UTC m=+5.457154156 container died e9b6e652ad8e8884c92062e4130d7aa91c1187da853cff2c1bd2ba1e4e38079d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-11T08:10:15.943 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:15.573+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:15.943 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:15.573+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:15.943 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:15.573+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:16.265 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:15.942+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:16.265 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:15.942+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:16.265 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:15 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:15.942+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:16.523 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:16 smithi136 podman[75429]: 2024-09-11 08:10:16.264815721 +0000 UTC m=+6.040283418 container cleanup e9b6e652ad8e8884c92062e4130d7aa91c1187da853cff2c1bd2ba1e4e38079d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-11T08:10:16.523 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:16 smithi136 bash[75429]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5 2024-09-11T08:10:16.523 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:16 smithi136 podman[75455]: 2024-09-11 08:10:16.508008312 +0000 UTC m=+0.817575342 container remove e9b6e652ad8e8884c92062e4130d7aa91c1187da853cff2c1bd2ba1e4e38079d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-11T08:10:16.834 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:16.573+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:16.834 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:16.573+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:16.834 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:16.573+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:17.161 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:16.992+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:17.162 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:16.992+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:17.162 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:16 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:16.992+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:17.162 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:16 smithi136 podman[75543]: 2024-09-11 08:10:16.833815488 +0000 UTC m=+0.111234999 container create 6ead6b6a01ce0eb810fecd2ff63833ade6e5355bdc3de94ad63844b374c1f197 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-11T08:10:17.162 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:16 smithi136 podman[75543]: 2024-09-11 08:10:16.738845477 +0000 UTC m=+0.016264988 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:10:17.162 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:17 smithi136 podman[75543]: 2024-09-11 08:10:17.078162777 +0000 UTC m=+0.355582288 container init 6ead6b6a01ce0eb810fecd2ff63833ade6e5355bdc3de94ad63844b374c1f197 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T08:10:17.162 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:17 smithi136 podman[75543]: 2024-09-11 08:10:17.081660867 +0000 UTC m=+0.359080392 container start 6ead6b6a01ce0eb810fecd2ff63833ade6e5355bdc3de94ad63844b374c1f197 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:10:17.162 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:17 smithi136 podman[75543]: 2024-09-11 08:10:17.16151119 +0000 UTC m=+0.438930701 container attach 6ead6b6a01ce0eb810fecd2ff63833ade6e5355bdc3de94ad63844b374c1f197 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-11T08:10:17.523 INFO:journalctl@ceph.osd.5.smithi136.stdout:Sep 11 08:10:17 smithi136 podman[75543]: 2024-09-11 08:10:17.258880253 +0000 UTC m=+0.536299764 container died 6ead6b6a01ce0eb810fecd2ff63833ade6e5355bdc3de94ad63844b374c1f197 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-5-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:10:17.865 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:17.574+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:17.866 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:17.574+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:17.866 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:17 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:17.574+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:17.889 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.5.service' 2024-09-11T08:10:17.927 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:10:17.928 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-11T08:10:17.928 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-11T08:10:17.928 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.6 2024-09-11T08:10:18.269 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:18 smithi136 systemd[1]: Stopping Ceph osd.6 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:10:18.270 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:18.268+0000 7fcc69e04640 -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-11T08:10:18.270 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:18.268+0000 7fcc69e04640 -1 osd.6 114 *** Got signal Terminated *** 2024-09-11T08:10:18.270 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:18.017+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:18.270 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:18.017+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:18.270 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:18.017+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:18.523 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:18.268+0000 7fcc69e04640 -1 osd.6 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:10:19.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:18.609+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:19.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:18.609+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:19.024 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:18 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:18.609+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:19.523 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:19.061+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:19.523 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:19.061+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:19.523 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:19.061+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:20.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:19.608+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:20.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:19.608+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:20.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:19 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:19.608+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:20.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:20.041+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:20.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:20.041+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:20.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:20.041+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:21.024 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:20.629+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:21.024 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:20.629+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:21.024 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:20 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:20.629+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:21.310 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:21.041+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:21.310 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:21.041+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:21.310 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:21.041+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:21.311 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:21.041+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:22.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:21.644+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:22.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:21.644+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:22.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:21 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:21.644+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:22.523 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:22.082+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:22.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:22.082+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:22.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:22.082+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:22.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:22.082+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:23.023 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:22.607+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:35.076460+0000 front 2024-09-11T08:09:35.076484+0000 (oldest deadline 2024-09-11T08:09:56.776424+0000) 2024-09-11T08:10:23.024 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:22.607+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:42.677508+0000 front 2024-09-11T08:09:42.677463+0000 (oldest deadline 2024-09-11T08:10:07.977259+0000) 2024-09-11T08:10:23.024 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:22 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6[59550]: 2024-09-11T08:10:22.607+0000 7fcc6741e640 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:47.977813+0000 front 2024-09-11T08:09:47.977933+0000 (oldest deadline 2024-09-11T08:10:13.778043+0000) 2024-09-11T08:10:23.523 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:23.078+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:23.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:23.078+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:23.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:23.078+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:23.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:23 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:23.078+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:23.926 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:23 smithi136 podman[75646]: 2024-09-11 08:10:23.628975459 +0000 UTC m=+5.472648811 container died cff88d66d77c7f9bc649a7eb7e6f4391b7ca3bebd62eafa0cbeca7cb6e658607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, 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, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:10:23.926 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:23 smithi136 podman[75646]: 2024-09-11 08:10:23.926074966 +0000 UTC m=+5.769748214 container cleanup cff88d66d77c7f9bc649a7eb7e6f4391b7ca3bebd62eafa0cbeca7cb6e658607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:10:24.186 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:23 smithi136 bash[75646]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6 2024-09-11T08:10:24.187 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:24.061+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:24.187 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:24.061+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:24.187 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:24.061+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:24.187 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:24 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:24.061+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:24.487 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:24 smithi136 podman[75696]: 2024-09-11 08:10:24.18662576 +0000 UTC m=+0.556333869 container remove cff88d66d77c7f9bc649a7eb7e6f4391b7ca3bebd62eafa0cbeca7cb6e658607 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T08:10:24.765 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:24 smithi136 podman[75784]: 2024-09-11 08:10:24.48755482 +0000 UTC m=+0.105006046 container create 2718a09c524f24dad2f1bc1cef9e007fe29efb1c9e59ab28f73ce2fc4dad07c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-11T08:10:24.765 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:24 smithi136 podman[75784]: 2024-09-11 08:10:24.398869452 +0000 UTC m=+0.016320630 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:10:24.766 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:24 smithi136 podman[75784]: 2024-09-11 08:10:24.707013984 +0000 UTC m=+0.324465171 container init 2718a09c524f24dad2f1bc1cef9e007fe29efb1c9e59ab28f73ce2fc4dad07c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T08:10:24.766 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:24 smithi136 podman[75784]: 2024-09-11 08:10:24.710564919 +0000 UTC m=+0.328016096 container start 2718a09c524f24dad2f1bc1cef9e007fe29efb1c9e59ab28f73ce2fc4dad07c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-11T08:10:24.766 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:24 smithi136 podman[75784]: 2024-09-11 08:10:24.765283426 +0000 UTC m=+0.382734604 container attach 2718a09c524f24dad2f1bc1cef9e007fe29efb1c9e59ab28f73ce2fc4dad07c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True) 2024-09-11T08:10:25.024 INFO:journalctl@ceph.osd.6.smithi136.stdout:Sep 11 08:10:24 smithi136 podman[75784]: 2024-09-11 08:10:24.881236714 +0000 UTC m=+0.498687900 container died 2718a09c524f24dad2f1bc1cef9e007fe29efb1c9e59ab28f73ce2fc4dad07c7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-6-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-11T08:10:25.436 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:25.063+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:25.436 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:25.063+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:25.437 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:25.063+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:25.437 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:25.063+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:25.457 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.6.service' 2024-09-11T08:10:25.495 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:10:25.495 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-11T08:10:25.495 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-11T08:10:25.495 DEBUG:teuthology.orchestra.run.smithi136:> sudo systemctl stop ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.7 2024-09-11T08:10:25.773 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:25 smithi136 systemd[1]: Stopping Ceph osd.7 for 16a271ee-7012-11ef-bcea-c7b262605968... 2024-09-11T08:10:26.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:25.830+0000 7f3e81454640 -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-11T08:10:26.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:25.830+0000 7f3e81454640 -1 osd.7 114 *** Got signal Terminated *** 2024-09-11T08:10:26.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:25 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:25.830+0000 7f3e81454640 -1 osd.7 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T08:10:26.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:26.080+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:26.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:26.080+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:26.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:26.080+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:26.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:26 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:26.080+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:27.418 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:27.093+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:27.419 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:27.093+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:27.419 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:27.093+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:27.419 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:27 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:27.093+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:28.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:28.048+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:28.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:28.048+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:28.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:28.048+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:28.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:28 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:28.048+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:29.523 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:29.033+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:29.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:29.033+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:29.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:29.033+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:29.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:29.033+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:29.524 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:29 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:29.033+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.136:6804 osd.4 since back 2024-09-11T08:10:06.999279+0000 front 2024-09-11T08:10:06.999364+0000 (oldest deadline 2024-09-11T08:10:28.099245+0000) 2024-09-11T08:10:30.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:30.007+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6806 osd.0 since back 2024-09-11T08:09:33.195331+0000 front 2024-09-11T08:09:33.195429+0000 (oldest deadline 2024-09-11T08:09:58.395748+0000) 2024-09-11T08:10:30.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:30.007+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6814 osd.1 since back 2024-09-11T08:09:38.396296+0000 front 2024-09-11T08:09:38.396220+0000 (oldest deadline 2024-09-11T08:10:04.296092+0000) 2024-09-11T08:10:30.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:30.007+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6822 osd.2 since back 2024-09-11T08:09:49.597072+0000 front 2024-09-11T08:09:49.597012+0000 (oldest deadline 2024-09-11T08:10:13.096944+0000) 2024-09-11T08:10:30.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:30.007+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.73:6830 osd.3 since back 2024-09-11T08:09:55.898414+0000 front 2024-09-11T08:09:55.898368+0000 (oldest deadline 2024-09-11T08:10:20.598219+0000) 2024-09-11T08:10:30.274 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:30 smithi136 ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7[61870]: 2024-09-11T08:10:30.007+0000 7f3e7ea6e640 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.136:6804 osd.4 since back 2024-09-11T08:10:06.999279+0000 front 2024-09-11T08:10:06.999364+0000 (oldest deadline 2024-09-11T08:10:28.099245+0000) 2024-09-11T08:10:31.650 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:31 smithi136 podman[75886]: 2024-09-11 08:10:31.342520795 +0000 UTC m=+5.629645181 container died 44d7d216d4c524de619514c5317083c5dd47996447d2b62c34876f69288f1b0f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-11T08:10:31.923 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:31 smithi136 podman[75886]: 2024-09-11 08:10:31.747034147 +0000 UTC m=+6.034158525 container cleanup 44d7d216d4c524de619514c5317083c5dd47996447d2b62c34876f69288f1b0f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-11T08:10:31.923 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:31 smithi136 bash[75886]: ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7 2024-09-11T08:10:32.273 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:31 smithi136 podman[75913]: 2024-09-11 08:10:31.923209889 +0000 UTC m=+0.569967030 container remove 44d7d216d4c524de619514c5317083c5dd47996447d2b62c34876f69288f1b0f (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T08:10:32.681 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:32 smithi136 podman[76001]: 2024-09-11 08:10:32.261458669 +0000 UTC m=+0.015591719 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T08:10:32.681 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:32 smithi136 podman[76001]: 2024-09-11 08:10:32.382471104 +0000 UTC m=+0.136604140 container create 1e65d32fe6c7e9a043fb483fd6257eeb10c1eecdc3f76b34b56757ec9bbb316a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-09-11T08:10:32.681 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:32 smithi136 podman[76001]: 2024-09-11 08:10:32.593438078 +0000 UTC m=+0.347571114 container init 1e65d32fe6c7e9a043fb483fd6257eeb10c1eecdc3f76b34b56757ec9bbb316a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-11T08:10:32.682 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:32 smithi136 podman[76001]: 2024-09-11 08:10:32.596751974 +0000 UTC m=+0.350885011 container start 1e65d32fe6c7e9a043fb483fd6257eeb10c1eecdc3f76b34b56757ec9bbb316a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T08:10:32.682 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:32 smithi136 podman[76001]: 2024-09-11 08:10:32.681244219 +0000 UTC m=+0.435377281 container attach 1e65d32fe6c7e9a043fb483fd6257eeb10c1eecdc3f76b34b56757ec9bbb316a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-11T08:10:33.023 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:32 smithi136 podman[76001]: 2024-09-11 08:10:32.767793191 +0000 UTC m=+0.521926245 container died 1e65d32fe6c7e9a043fb483fd6257eeb10c1eecdc3f76b34b56757ec9bbb316a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-11T08:10:33.282 DEBUG:teuthology.orchestra.run.smithi136:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.7.service' 2024-09-11T08:10:33.306 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:33 smithi136 podman[76024]: 2024-09-11 08:10:33.263582015 +0000 UTC m=+0.490132952 container remove 1e65d32fe6c7e9a043fb483fd6257eeb10c1eecdc3f76b34b56757ec9bbb316a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-16a271ee-7012-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-11T08:10:33.306 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:33 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-11T08:10:33.306 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:33 smithi136 systemd[1]: Stopped Ceph osd.7 for 16a271ee-7012-11ef-bcea-c7b262605968. 2024-09-11T08:10:33.307 INFO:journalctl@ceph.osd.7.smithi136.stdout:Sep 11 08:10:33 smithi136 systemd[1]: ceph-16a271ee-7012-11ef-bcea-c7b262605968@osd.7.service: Consumed 8.700s CPU time. 2024-09-11T08:10:33.322 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T08:10:33.322 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-11T08:10:33.322 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16a271ee-7012-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T08:17:30.768 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16a271ee-7012-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T08:17:50.248 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:17:50.282 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T08:17:50.310 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T08:17:50.312 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236/remote/smithi073/crash 2024-09-11T08:17:50.313 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/crash -- . 2024-09-11T08:17:50.364 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T08:17:50.365 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2024-09-11T08:17:50.366 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236/remote/smithi136/crash 2024-09-11T08:17:50.367 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/crash -- . 2024-09-11T08:17:50.441 INFO:teuthology.orchestra.run.smithi136.stderr:tar: /var/lib/ceph/16a271ee-7012-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T08:17:50.442 INFO:teuthology.orchestra.run.smithi136.stderr:tar: Error is not recoverable: exiting now 2024-09-11T08:17:50.443 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T08:17:50.443 DEBUG:teuthology.orchestra.run.smithi073:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-11T08:17:50.470 INFO:teuthology.orchestra.run.smithi073.stderr:grep: /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-11T08:17:50.473 INFO:tasks.cephadm:Compressing logs... 2024-09-11T08:17:50.473 DEBUG:teuthology.orchestra.run.smithi073:> 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-11T08:17:50.515 DEBUG:teuthology.orchestra.run.smithi136:> 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-11T08:17:50.539 INFO:teuthology.orchestra.run.smithi136.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi136.ihpmqj.log 2024-09-11T08:17:50.539 INFO:teuthology.orchestra.run.smithi136.stderr:: No such file or directory 2024-09-11T08:17:50.539 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-11T08:17:50.545 INFO:teuthology.orchestra.run.smithi136.stderr:gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T08:17:50.545 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi136.ihpmqj.log: /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-11T08:17:50.545 INFO:teuthology.orchestra.run.smithi136.stderr: 79.4% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi136.ihpmqj.log.gz 2024-09-11T08:17:50.545 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-11T08:17:50.545 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-11T08:17:50.545 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mgr.smithi136.asoksz.log 2024-09-11T08:17:50.546 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mon.smithi136.log 2024-09-11T08:17:50.546 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mgr.smithi136.asoksz.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T08:17:50.546 INFO:teuthology.orchestra.run.smithi073.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T08:17:50.546 INFO:teuthology.orchestra.run.smithi073.stderr:: No such file or directory 2024-09-11T08:17:50.546 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T08:17:50.547 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T08:17:50.547 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mgr.smithi073.ivjadq.log 2024-09-11T08:17:50.547 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi073.ufpfai.log 2024-09-11T08:17:50.547 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose --/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mgr.smithi073.ivjadq.log: /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mon.smithi073.log 2024-09-11T08:17:50.547 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi073.ufpfai.log: gzip -5 --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-11T08:17:50.547 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mon.smithi073.log: gzip -5 89.4% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi073.ufpfai.log.gz 2024-09-11T08:17:50.547 INFO:teuthology.orchestra.run.smithi073.stderr: --verbose -- /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-11T08:17:50.547 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T08:17:50.548 INFO:teuthology.orchestra.run.smithi136.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mon.smithi136.log: /var/log/ceph/cephadm.log: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T08:17:50.552 INFO:teuthology.orchestra.run.smithi136.stderr: 90.7% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T08:17:50.553 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 90.9% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T08:17:50.555 INFO:teuthology.orchestra.run.smithi073.stderr: 91.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T08:17:50.594 INFO:teuthology.orchestra.run.smithi136.stderr: 89.7% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mgr.smithi136.asoksz.log.gz 2024-09-11T08:17:50.836 INFO:teuthology.orchestra.run.smithi136.stderr: 92.6% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mon.smithi136.log.gz 2024-09-11T08:17:50.873 INFO:teuthology.orchestra.run.smithi073.stderr: 90.3% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mgr.smithi073.ivjadq.log.gz 2024-09-11T08:17:51.579 INFO:teuthology.orchestra.run.smithi073.stderr: 91.5% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-mon.smithi073.log.gz 2024-09-11T08:17:54.520 INFO:teuthology.orchestra.run.smithi073.stderr: 94.3% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-11T08:17:55.853 INFO:teuthology.orchestra.run.smithi136.stderr: 94.2% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-11T08:17:56.285 INFO:teuthology.orchestra.run.smithi136.stderr: 94.0% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-11T08:17:56.649 INFO:teuthology.orchestra.run.smithi073.stderr: 94.1% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T08:17:56.864 INFO:teuthology.orchestra.run.smithi073.stderr: 94.1% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T08:17:57.209 INFO:teuthology.orchestra.run.smithi073.stderr: 94.0% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-11T08:17:57.211 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-09-11T08:17:57.212 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m6.683s 2024-09-11T08:17:57.212 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m23.473s 2024-09-11T08:17:57.212 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.968s 2024-09-11T08:17:57.544 INFO:teuthology.orchestra.run.smithi136.stderr: 94.1% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-11T08:17:59.711 INFO:teuthology.orchestra.run.smithi136.stderr: 94.1% -- replaced with /var/log/ceph/16a271ee-7012-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-11T08:17:59.713 INFO:teuthology.orchestra.run.smithi136.stderr: 2024-09-11T08:17:59.713 INFO:teuthology.orchestra.run.smithi136.stderr:real 0m9.184s 2024-09-11T08:17:59.713 INFO:teuthology.orchestra.run.smithi136.stderr:user 0m26.527s 2024-09-11T08:17:59.713 INFO:teuthology.orchestra.run.smithi136.stderr:sys 0m1.042s 2024-09-11T08:17:59.714 INFO:tasks.cephadm:Archiving logs... 2024-09-11T08:17:59.714 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236/remote/smithi073/log 2024-09-11T08:17:59.715 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T08:18:03.037 DEBUG:teuthology.misc:Transferring archived files from smithi136:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236/remote/smithi136/log 2024-09-11T08:18:03.038 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T08:18:06.954 INFO:tasks.cephadm:Removing cluster... 2024-09-11T08:18:06.955 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16a271ee-7012-11ef-bcea-c7b262605968 --force 2024-09-11T08:18:07.265 DEBUG:teuthology.orchestra.run.smithi136:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16a271ee-7012-11ef-bcea-c7b262605968 --force 2024-09-11T08:18:07.562 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T08:18:07.562 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T08:18:07.578 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T08:18:07.593 INFO:tasks.cephadm:Teardown complete 2024-09-11T08:18:07.594 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T08:18:07.604 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T08:18:07.604 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T08:18:07.621 DEBUG:teuthology.orchestra.run.smithi136:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T08:18:07.632 INFO:teuthology.orchestra.run.smithi073.stderr:bash: line 1: ntpq: command not found 2024-09-11T08:18:07.637 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T08:18:07.637 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2024-09-11T08:18:07.637 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 24 -1454us[-1454us] +/- 46ms 2024-09-11T08:18:07.637 INFO:teuthology.orchestra.run.smithi073.stdout:^* hv02.front.sepia.ceph.com 3 6 377 24 +813us[ +836us] +/- 52ms 2024-09-11T08:18:07.637 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 24 +302us[ +302us] +/- 67ms 2024-09-11T08:18:07.637 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:18:07.647 INFO:teuthology.orchestra.run.smithi136.stderr:bash: line 1: ntpq: command not found 2024-09-11T08:18:07.652 INFO:teuthology.orchestra.run.smithi136.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T08:18:07.652 INFO:teuthology.orchestra.run.smithi136.stdout:=============================================================================== 2024-09-11T08:18:07.652 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 22 -1461us[-1461us] +/- 46ms 2024-09-11T08:18:07.652 INFO:teuthology.orchestra.run.smithi136.stdout:^* hv02.front.sepia.ceph.com 3 6 377 24 +801us[ +818us] +/- 52ms 2024-09-11T08:18:07.652 INFO:teuthology.orchestra.run.smithi136.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 22 +292us[ +292us] +/- 67ms 2024-09-11T08:18:07.652 INFO:teuthology.orchestra.run.smithi136.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T08:18:07.652 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T08:18:07.662 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T08:18:07.662 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T08:18:07.671 DEBUG:teuthology.orchestra.run.smithi073:> 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-11T08:18:07.753 DEBUG:teuthology.orchestra.run.smithi136:> 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-11T08:18:07.822 DEBUG:teuthology.orchestra.run.smithi073:> 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-11T08:18:07.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:18:07.851 DEBUG:teuthology.orchestra.run.smithi136:> 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-11T08:18:07.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:18:07.879 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T08:18:07.889 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T08:18:07.898 INFO:teuthology.task.internal:Duration was 2065.791696 seconds 2024-09-11T08:18:07.899 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T08:18:07.908 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T08:18:07.909 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T08:18:07.911 DEBUG:teuthology.orchestra.run.smithi136:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T08:18:07.948 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T08:18:07.958 INFO:teuthology.orchestra.run.smithi136.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T08:18:08.315 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T08:18:08.316 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2024-09-11T08:18:08.316 DEBUG:teuthology.orchestra.run.smithi073:> 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-11T08:18:08.337 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi136.front.sepia.ceph.com 2024-09-11T08:18:08.338 DEBUG:teuthology.orchestra.run.smithi136:> 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-11T08:18:08.383 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T08:18:08.383 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T08:18:08.386 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T08:18:08.456 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T08:18:08.456 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T08:18:08.458 DEBUG:teuthology.orchestra.run.smithi136:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T08:18:09.052 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T08:18:09.063 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T08:18:09.063 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T08:18:09.088 DEBUG:teuthology.orchestra.run.smithi136:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T08:18:09.113 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T08:18:09.123 DEBUG:teuthology.orchestra.run.smithi073:> 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-11T08:18:09.131 DEBUG:teuthology.orchestra.run.smithi136:> 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-11T08:18:09.151 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2024-09-11T08:18:09.176 INFO:teuthology.orchestra.run.smithi136.stdout:kernel.core_pattern = core 2024-09-11T08:18:09.237 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T08:18:09.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:18:09.293 DEBUG:teuthology.orchestra.run.smithi136:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T08:18:09.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T08:18:09.307 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T08:18:09.317 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T08:18:09.318 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236/remote/smithi073 2024-09-11T08:18:09.318 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T08:18:09.381 DEBUG:teuthology.misc:Transferring archived files from smithi136:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901236/remote/smithi136 2024-09-11T08:18:09.381 DEBUG:teuthology.orchestra.run.smithi136:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T08:18:09.421 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T08:18:09.421 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T08:18:09.424 DEBUG:teuthology.orchestra.run.smithi136:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T08:18:09.469 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T08:18:09.481 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T08:18:09.481 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T08:18:09.496 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T08:18:09.496 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T08:18:09.498 DEBUG:teuthology.orchestra.run.smithi136:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T08:18:09.511 INFO:teuthology.orchestra.run.smithi073.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 08:18 /home/ubuntu/cephtest 2024-09-11T08:18:09.523 INFO:teuthology.orchestra.run.smithi136.stdout: 265336 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 08:18 /home/ubuntu/cephtest 2024-09-11T08:18:09.524 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T08:18:09.538 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T08:18:09.566 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2065.7916955947876 owner: scheduled_gabrioux@teuthology success: true 2024-09-11T08:18:09.566 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T08:18:09.652 INFO:teuthology.run:pass